powered by
Plot the planned futility boundaries in B- or z-values as a function of information time.
# S3 method for fut plot( x, scale = "z", add = FALSE, lty = 8, xlab = "Info Time", ylab = "z score", type = "b", pch = 1, cex = 1, main = "Futility Boundary for the Planned Test", xlim = c(0, 1.1), ylim = NULL, ... )
An object returned by fut.
fut
"z": plot z-values; "b": plot B-values.
"z"
"b"
If TRUE, the curve will be overlaid on an existing plot; otherwise, a separate plot will be constructed.
Line type for the segments connecting the z-/B-value points.
A label for the x axis, defaults to a description of x.
A label for the y axis, defaults to a description of y.
Plot type. "l": only line segments; "p": only z-/B-value points; "b": both.
"l"
"p"
Point types for the z-/B-values.
Point size.
A main title for the plot.
The x limits of the plot.
The y limits of the plot.
Other arguments that can be passed to the underlying plot method.
plot
No return value, called for side effects.
fut, summary.fut, powerplot.
summary.fut
powerplot
# NOT RUN { # see example for fut # }
Run the code above in your browser using DataLab