View source: R/print.frailtyDesign.R
print.frailtyDesign | R Documentation |
Print a short table of a 'frailtyDesign' result.
## S3 method for class 'frailtyDesign'
print(x, digits = 2, ...)
x |
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. |
frailtyDesign
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"
)
print(est.ex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.