summary.frailtyDesign {frailtypack} | R Documentation |
Summarize a 'frailtyDesign' object.
Description
Summarize a 'frailtyDesign' object.
Usage
## S3 method for class 'frailtyDesign'
summary(object, digits = 2, ...)
Arguments
object |
an object of class 'frailtyDesign' (output from one of the *.power or *.ssize functions). |
digits |
number of decimals to print for numeric fields. Default is 2. |
... |
other unused arguments. |
See Also
Examples
est.ex <- SFM.power(
Groups = 400, ni = 3, ni.type = "max", FUP = 6, Acc.Dur = 0.5, median.H0 = 1.5,
beta.HA = log(0.7), theta = 0.5, cens.par = c(3, 10), cens.type = "Unif", data.type = "rec_event"
)
summary(est.ex)
[Package frailtypack version 3.7.0 Index]