plot.survfitJMMLSM | R Documentation |
Plot conditional probabilities for new subjects.
If CompetingRisk = FALSE
, print the survival probabilities.
Otherwise, print the cumulative incidence probabilities for each failure type.
## S3 method for class 'survfitJMMLSM'
plot(
x,
include.y = FALSE,
xlab = NULL,
ylab = NULL,
xlim = NULL,
ylim.long = NULL,
ylim.surv = NULL,
...
)
x |
x of class |
include.y |
include longitudinal responses of this subject versus time. Default is FALSE. |
xlab |
X axis label. |
ylab |
Y axis label. |
xlim |
X axis support. |
ylim.long |
Y axis support for the longitudinal outcome. |
ylim.surv |
Y axis support for the event / survival probability. |
... |
further arguments passed to or from other methods. |
plots of conditional probabilities over different pre-specified time points for subjects. If single failure type, then survival probabilities will be returned. Otherwise, cumulative incidence probabilities for each failure type will be returned.
Shanpeng Li lishanpeng0913@ucla.edu
survfitJMMLSM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.