print.smoothSurvReg {smoothSurv}R Documentation

Summary and Print for Objects of Class 'smoothSurvReg'

Description

Print a summary information of the fitted model.

Usage

## S3 method for class 'smoothSurvReg':
print(x, spline, digits = min(options()$digits, 4), ...)
## S3 method for class 'smoothSurvReg':
summary(object, spline, digits = min(options()$digits, 4), ...)

Arguments

x, object Object of class smoothSurvReg.
spline TRUE/FALSE. If TRUE an information on fitted G-spline is printed.
digits Controls the number of digits to print when printing numeric values. It is a suggestion only. Valid values are 1...22.
... Further arguments passed to or from other methods.

Author(s)

Arnost Komarek arnost.komarek@med.kuleuven.be

See Also

smoothSurvReg, print, summary


[Package smoothSurv version 0.3-6 Index]