Learn R Programming

CoxBoost (version 1.5.1)

print.CoxBoost: Print a CoxBoost type

Description

Print a CoxBoost type

Usage

# S3 method for CoxBoost
print(x, ...)

Value

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

  • the number of boosting steps,

  • the number of non-zero coefficients,

  • the partial log-likelihood.

Arguments

x

a CoxBoost object

...

not used