print.ahazpen {ahaz} | R Documentation |
Print method for fitted penalized semiparametric additive hazards model.
## S3 method for class 'ahazpen'
print(x, digits=max(3, getOption("digits") - 3), ...)
x |
Fitted |
digits |
Significant digits to print. |
... |
For future methods. |
The call that produced x
is printed, alongside the
number of observations, the number of covariates, and details on the
sequence of penalty parameters.
ahazpen
, predict.ahazpen
, coef.ahazpen
.