print.ahazpen: Print an ahazpen object

print.ahazpenR Documentation

Print an ahazpen object

Description

Print method for fitted penalized semiparametric additive hazards model.

Usage

## S3 method for class 'ahazpen'
print(x, digits=max(3, getOption("digits") - 3), ...)

Arguments

x

Fitted ahazpen object.

digits

Significant digits to print.

...

For future methods.

Details

The call that produced x is printed, alongside the number of observations, the number of covariates, and details on the sequence of penalty parameters.

See Also

ahazpen, predict.ahazpen, coef.ahazpen.


ahaz documentation built on May 13, 2022, 9:08 a.m.

Related to print.ahazpen in ahaz...