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 survfitJMMLSM
plot(
x,
include.y = FALSE,
xlab = NULL,
ylab = NULL,
xlim = NULL,
ylim.long = NULL,
ylim.surv = NULL,
...
)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.
x of class survfitJMMLSM.
include longitudinal responses of this subject versus time. Default is FALSE.
X axis label.
Y axis label.
X axis support.
Y axis support for the longitudinal outcome.
Y axis support for the event / survival probability.
further arguments passed to or from other methods.
Shanpeng Li lishanpeng0913@ucla.edu
survfitJMMLSM