print.flexrsurv {flexrsurv} | R Documentation |
Print a Short Summary of a Relative Survival Model
Description
Print number of observations, number of events, the formula, the estimated coeficients and the log likelihood.
Usage
## S3 method for class 'flexrsurv'
print(x,
digits = max(3, getOption("digits") - 3), ...)
Arguments
x |
the result of a call to the |
digits |
the minimum number of significant digits to be printed in values, see |
... |
other options |
See Also
The default method print.default
, and help for the
function flexrsurv
, flexrsurvclt
.
[Package flexrsurv version 2.0.18 Index]