R/summary.smoothSurvReg.R

Defines functions summary.smoothSurvReg

Documented in summary.smoothSurvReg

#############################################
#### AUTHOR:    Arnost Komarek           ####
####            01/05/2004               ####
####                                     ####
#### FILE:      summary.smoothSurvReg.R  ####
####                                     ####
#### FUNCTIONS: summary.smoothSurvReg    ####
#############################################

### ===========================================================================
### summary.smoothSurvReg: Print summary for objects of class 'smoothSurvReg'
### ===========================================================================
## object ..... object of class 'smoothSurvReg'
## spline ..... T/F, do I want to print an information concerning the fitted spline?
## digits ..... # of printed digits
## ... ........ other arguments passed to 'print' function
summary.smoothSurvReg <- function(object, spline, digits = min(options()$digits, 4), ...)
{
   print.smoothSurvReg(object, spline, digits, ...)
}

Try the smoothSurv package in your browser

Any scripts or data that you put into this service are public.

smoothSurv documentation built on Oct. 11, 2022, 1:05 a.m.