Plots coefficient paths, i.e. the parameter estimates plotted against the
boosting steps as obtained from a CoxBoost object fitted by
CoxBoost.
# S3 method for CoxBoost
plot(
x,
line.col = "dark grey",
label.cex = 0.6,
xlab = NULL,
ylab = NULL,
xlim = NULL,
ylim = NULL,
main = NULL,
...
)No value is returned, but a plot is generated.
fitted CoxBoost object from a CoxBoost call.
color of the lines of the coefficient path
scaling factor for the variable labels.
label for the x axis, default label when NULL.
label for the y axis, default label when NULL.
plotting ranges, default label when NULL.
a main title for the plot
miscellaneous arguments, passed to the plot routine.
Harald Binder binderh@uni-mainz.de