plot.survtype {survtype} | R Documentation |
Survival curves for subtypes of samples can be drawn.
## S3 method for class 'survtype' plot(object, ...)
object |
object of class "survtype" |
... |
additional parameters for the "ggsurvplot" |
Survival curves
Dongmin Jung
survminer::ggsurvplot
data(ovarian) ovarian.survtype <- Surv.survtype(ovarian, time = "futime", status = "fustat") plot(ovarian.survtype, pval = TRUE)