summary.GFDrmst {GFDrmst} | R Documentation |
Summarizing RMST-based multiple testing output
Description
summary
method for class "GFDrmst"
.
Usage
## S3 method for class 'GFDrmst'
summary(object, digits = 8,...)
Arguments
object |
An object of class |
digits |
An integer indicating the number of decimal places to be used. Default option is |
... |
Further arguments are ignored. |
Details
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.
Value
No return value, called for side effects.
See Also
Examples
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)
[Package GFDrmst version 0.1.0 Index]