Description Usage Arguments Details Examples
Creates a basic Kaplan-Meier plot for the survival analysis
1  | ps.km.plot(km.analysis, title = "Kaplan-Meier Curves")
 | 
km.analysis | 
 A survival analysis object. See ps.survival()  | 
title | 
 Chart title (default "Kaplan-Meier Curves")  | 
This function creates a basic Kaplan-Meier plot for the supplied survival analysis. Basic assumptions are included about extent of axes, labels, etc.
1 2 3 4  | ## Not run: 
ps.km.plot(model$km)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.