plot.CoxBoost {CoxBoost} | R Documentation |
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 class 'CoxBoost' plot(x,line.col="dark grey",label.cex=0.6,xlab=NULL,ylab=NULL,xlim=NULL,ylim=NULL,...)
x |
fitted CoxBoost object from a |
line.col |
color of the lines of the coefficient path |
label.cex |
scaling factor for the variable labels. |
xlab |
label for the x axis, default label when |
ylab |
label for the y axis, default label when |
xlim,ylim |
plotting ranges, default label when |
... |
miscellaneous arguments, passed to the plot routine. |
No value is returned, but a plot is generated.
Harald Binder binderh@uni-mainz.de