Learn R Programming

CoxBoost (version 1.5.1)

summary.CoxBoost: Summary of a CoxBoost type

Description

Summary of a CoxBoost type

Usage

# S3 method for CoxBoost
summary(object, ...)

Value

Invisibly returns NULL. The function is called for its side-effects, printing for each cause–stratum combination:

  • the number of boosting steps and non-zero coefficients,

  • the partial log-likelihood,

  • the covariates with positive coefficients,

  • the covariates with negative coefficients,

  • and, if applicable, the coefficient estimates of mandatory (unpenalized) covariates.

Arguments

object

a CoxBoost object

...

not used