Plots predicted probabilities of terminal event. Confidence intervals are allowed.
# S3 method for predJoint
plot(x, conf.bands=FALSE,
relapses=TRUE,pos.legend="topright", cex.legend=0.7, ylim=c(0,1), Xlab =
"Time t", Ylab = "Prediction probability of event", ...)
An object from the 'prediction' function, more generaly a
predJoint
class object.
Logical value. Determines whether confidence intervals will be plotted. The default is FALSE.
Logical value. Determines whether observed recurrent events will be plotted. The default is TRUE.
The location of the legend can be specified by setting this argument to a single keyword from the list '"bottomright"', '"bottom"', '"bottomleft"', '"left"', '"topleft"', '"top"', '"topright"', '"right"' and '"center"'. The default is '"topright"'
size of the legend. Default is 0.7
range of y-axis. Default is from 0 to 1
Label of x-axis. Default is '"Time t"'
Label of y-axis. Default is '"Prediction probability of event"'
Other unused arguments
Print as many plots as the number of subjects.