Ploting time-dependent event risk predictions.
plotPredictEventProb(x, newdata, times, cause = 1, xlim, ylim, xlab, ylab,
axes = TRUE, col, density, lty, lwd, add = FALSE, legend = TRUE,
percent = FALSE, ...)Object specifying an event risk prediction model.
A data frame with the same variable names as those that were
used to fit the model x.
Vector of times at which to return the estimated probabilities.
Show predicted risk of events of this cause
Plotting range on the x-axis.
Plotting range on the y-axis.
Label given to the x-axis.
Label given to the y-axis.
Logical. If FALSE no axes are drawn.
Vector of colors given to the survival curve.
Densitiy of the color -- useful for showing many (overlapping) curves.
Vector of lty's given to the survival curve.
Vector of lwd's given to the survival curve.
Logical. If TRUE only lines are added to an existing
device
Logical. If TRUE a legend is plotted by calling the function
legend. Optional arguments of the function legend can be given in
the form legend.x=val where x is the name of the argument and val the
desired value. See also Details.
Logical. If TRUE the y-axis is labeled in percent.
Parameters that are filtered by SmartControl and
then passed to the functions: plot, axis,
legend.
The (invisible) object.
Arguments for the invoked functions legend and axis are simply
specified as legend.lty=2. The specification is not case sensitive,
thus Legend.lty=2 or LEGEND.lty=2 will have the same effect.
The function axis is called twice, and arguments of the form
axis1.labels, axis1.at are used for the time axis whereas
axis2.pos, axis1.labels, etc. are used for the y-axis.
These arguments are processed via …{} of
plotPredictEventProb and inside by using the function
SmartControl.
Ulla B. Mogensen, Hemant Ishwaran, Thomas A. Gerds (2012). Evaluating Random Forests for Survival Analysis Using Prediction Error Curves. Journal of Statistical Software, 50(11), 1-23. URL http://www.jstatsoft.org/v50/i11/.
# NOT RUN {
# generate some competing risk data
# }
Run the code above in your browser using DataLab