plot.GFDrmst {GFDrmst} | R Documentation |
GFDrmst
object
Simultaneous confidence intervals for the linear combinations of restricted mean survival times are plotted.
## S3 method for class 'GFDrmst'
plot(x, ...)
x |
An object of class |
... |
Further arguments are ignored. |
The displayed vectors on the y-axis are the coefficients \mathbf{H}_{\ell}
for the linear combinations of the RMSTs.
No return value, called for side effects.
data(colonCS, package = "condSURV")
out <- RMST.test(formula = "Stime ~ rx",
event = "event",
data = colonCS,
hyp_mat = "Tukey",
tau = 3000,
method = "asymptotic")
plot(out)