View source: R/plot_function.R
plot.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.
RMST.test
data(colonCS, package = "condSURV")
out <- RMST.test(formula = "Stime ~ rx",
event = "event",
data = colonCS,
hyp_mat = "Tukey",
tau = 3000,
method = "asymptotic")
plot(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.