plot.GFDrmst {GFDrmst} | R Documentation |
Plot simultaneous confidence intervals for a GFDrmst
object
Description
Simultaneous confidence intervals for the linear combinations of restricted mean survival times are plotted.
Usage
## S3 method for class 'GFDrmst'
plot(x, ...)
Arguments
x |
An object of class |
... |
Further arguments are ignored. |
Details
The displayed vectors on the y-axis are the coefficients \mathbf{H}_{\ell}
for the linear combinations of the RMSTs.
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")
plot(out)
[Package GFDrmst version 0.1.0 Index]