powered by
shrSplines
Print a summary of a fitted illness-death model using the penalized likelihood approach.
# S3 method for shr print(x, conf.int = 0.95, digits = 4, pvalDigits = 4, eps = 0.0001, ...)
No return value.
a shr object, i.e., the result of a call to the shr function with hazard="Splines".
shr
hazard
The level of confidence for the hazard ratios. The default is 0.95.
0.95
number of digits to print.
number of digits to print for p-values.
convergence criterion used for p-values.
other unusued arguments.
R: Celia Touraine <Celia.Touraine@isped.u-bordeaux2.fr> Fortran: Pierre Joly <Pierre.Joly@isped.u-bordeaux2.fr>
summary.shr, plot.shr
summary.shr
plot.shr
# \donttest{ # a penalized survival model library(prodlim) data(testdata) fit.su <- shr(Hist(time=list(l,r),id)~cov,data=testdata,method="Splines") print(fit.su) # }
Run the code above in your browser using DataLab