Description Usage Arguments Value Author(s) See Also Examples
View source: R/plot.survtype.R
Survival curves for subtypes of samples can be drawn.
1 2 |
object |
object of class "survtype" |
... |
additional parameters for the "ggsurvplot" |
Survival curves
Dongmin Jung
survminer::ggsurvplot
1 2 3 | data(ovarian)
ovarian.survtype <- Surv.survtype(ovarian, time = "futime", status = "fustat")
plot(ovarian.survtype, pval = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.