Plot of the sequential boundaries for objects of class '"bounds"' or '"drift"'.
# S3 method for bounds
plot(x, main = NULL, xlab = NULL, ylab = NULL, ...)
# S3 method for drift
plot(x, main = NULL, xlab = NULL, ylab = NULL, ...)
an object of class '"bounds"' or '"drift"'.
an overall title for the plot: see title
.
a title for the x axis: see title
.
a title for the y axis: see title
.
graphical parameters can be given as arguments to plot
.
Reboussin, D. M., DeMets, D. L., Kim, K. M., and Lan, K. K. G. (2000) Computations for group sequential boundaries using the Lan-DeMets spending function method. Controlled Clinical Trials, 21:190-207.
Fortran program 'ld98' by the same authors as above.
DeMets, D. L. and Lan, K. K. G. (1995) Recent Advances in Clinical Trial Design and Analysis, Thall, P. F. (ed.). Boston: Kluwer Academic Publishers.
Lan, K. K. G. and DeMets, D. L. (1983) Discrete sequential boundaries for clinical trials. Biometrika, 70:659-63.
Generic functions summary.bounds
and summary.drift
,
bounds
to calculate sequential boundaries,
drift
for exit probabilities given boundaries or drift (effect) or confidence interval given power.
# NOT RUN {
## See 'bounds' or 'drift'.
# }
Run the code above in your browser using DataLab