Learn R Programming

SmoothHazard (version 1.0.9)

summary.shrPl: Summary of a fitted survival model using a penalized likelihood approach

Description

Print a short summary of a fitted illness-death model using the penalized likelihood approach.

Usage

## S3 method for class 'shrPl':
summary(object, conf.int = 0.95, digits = 4,
 pvalDigits = 4, eps = 1e-04, ...)

Arguments

object
a shrPl object, i.e., the result of a call to the shr function with hazard="Splines".
conf.int
confiance level.
digits
number of digits to print.
pvalDigits
number of digits to print for p-values.
eps
convergence criterion used for p-values.
...
other unusued arguments.

See Also

shr, print.shrPl, plot.shrPl

Examples

Run this code
# a penalized survival model 
data(test)
fit.su <- shr(Hist(time=list(l,r),id)~cov,data=test,hazard="Splines") 
summary(fit.su)

Run the code above in your browser using DataLab