coef.CoxBoost: Coeffients from CoxBoost fit

Description Usage Arguments Value Author(s)

View source: R/CoxBoost.R

Description

Extracts the coefficients from the specified boosting steps of a CoxBoost object fitted by CoxBoost.

Usage

1
2
## S3 method for class 'CoxBoost'
coef(object,at.step=NULL,scaled=TRUE,...)

Arguments

object

fitted CoxBoost object from a CoxBoost call.

at.step

scalar or vector of boosting step(s) at which prediction is wanted. If no step is given, the final boosting step is used.

scaled

logical value indicating whether coefficients should be returned scaled to be at the level of the original covariate values, or unscaled as used internally when standardize=TRUE is used in the CoxBoost call.

...

miscellaneous arguments, none of which is used at the moment.

Value

For a vector of length p (number of covariates) (at.step being a scalar) or a length(at.step) * p matrix (at.step being a vector).

Author(s)

Harald Binder binderh@uni-mainz.de


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