print.smoothSurvReg {smoothSurv} | R Documentation |
Print a summary information of the fitted model.
print.smoothSurvReg(x, spline = NULL, digits = min(options()$digits, 4), ...) summary.smoothSurvReg(object, spline = NULL, digits = min(options()$digits, 4), ...)
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. |
Arnost Komarek arnost.komarek@med.kuleuven.ac.be