summary.GFDrmst | R Documentation |
summary
method for class "GFDrmst"
.
## S3 method for class 'GFDrmst'
summary(object, digits = 8,...)
object |
An object of class |
digits |
An integer indicating the number of decimal places to be used. Default option is |
... |
Further arguments are ignored. |
The function prints the information about the used method, significance level, hypothesis matrices, Wald-type test statistics, adjusted p-values and the overall results of the tests.
No return value, called for side effects.
RMST.test
data(colonCS, package = "condSURV")
out <- RMST.test(formula = "Stime ~ rx",
event = "event",
data = colonCS,
hyp_mat = "Tukey",
tau = 3000,
method = "asymptotic")
summary(out, digits = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.