View source: R/output_functions.R
| summary.gsearly | R Documentation |
Provides a summary of a gsearly model.
## S3 method for class 'gsearly'
summary(object, ...)
object |
A fitted gsearly object from function |
... |
Further arguments passed to function (not currently implemented). |
A gsearly model summary.
# For 90 percent power (pow), a call to gsearlyModel provides a feasible design
fp <- c(0.0000,0.0010,0.0250)
tn <- c(0.4800,0.7200,0.9750)
rctdesign <- gsearlyModel(rmodel="dilin", trecruit=36, s=3, tfu=c(3,6,12),
tinterims=c(16,31), pow=0.8,
cmodel="exponential", sd=20, rho=0.75, theta=8, fp=fp, tn=tn)
summary(rctdesign)
str(summary(rctdesign))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.