plot.CoxBoost: Plot coefficient paths from CoxBoost fit

Description Usage Arguments Value Author(s)

View source: R/CoxBoost.R

Description

Plots coefficient paths, i.e. the parameter estimates plotted against the boosting steps as obtained from a CoxBoost object fitted by CoxBoost.

Usage

1
2
## S3 method for class 'CoxBoost'
plot(x,line.col="dark grey",label.cex=0.6,xlab=NULL,ylab=NULL,xlim=NULL,ylim=NULL,...)

Arguments

x

fitted CoxBoost object from a CoxBoost call.

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 NULL.

ylab

label for the y axis, default label when NULL.

xlim,ylim

plotting ranges, default label when NULL.

...

miscellaneous arguments, passed to the plot routine.

Value

No value is returned, but a plot is generated.

Author(s)

Harald Binder binderh@uni-mainz.de


CoxBoost documentation built on May 1, 2019, 9:32 p.m.