plotRisk.coxres uses user provided data, time/event columns,
vectors specifying the model, and options to choose and save plots
# S3 method for coxres
plotRisk(x, df, plot_options, a_n = c(), ...)returns the data used for plots
result object from a regression, class coxres
a data.table containing the columns of interest
list of parameters controlling the plot options, see RunCoxPlots() for different options
list of initial parameter values, used to determine the number of parameters. May be either a list of vectors or a single vector.
can include the named entries for the plot_options parameter
Other Plotting Wrapper Functions:
plot.coxres(),
plotMartingale.coxres(),
plotSchoenfeld.coxres(),
plotSurvival.coxres()