summary.shr | R Documentation |
Print a short summary of a fitted illness-death model using the penalized likelihood approach.
## S3 method for class 'shr'
summary(object, conf.int = 0.95, digits = 4, pvalDigits = 4, eps = 0.0001, ...)
object |
a |
conf.int |
The level of confidence for the hazard ratios. The default is |
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. |
No return value.
Celia Touraine <Celia.Touraine@isped.u-bordeaux2.fr>
shr
, print.shr
,
plot.shr
# a penalized survival model
data(testdata)
library(prodlim)
fit.su <- shr(Hist(time=list(l,r),id)~cov,data=testdata,method="Splines")
summary(fit.su)
# Weibull survival model
data(testdata)
fit.su <- shr(Hist(time=list(l,r),id)~cov,data=testdata)
summary(fit.su)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.