print.idm | R Documentation |
idm
objectsPrint a summary of a fitted illness-death model
## S3 method for class 'idm' print(x, conf.int = 0.95, digits = 4, pvalDigits = 4, eps = 0.0001, ...)
x |
Class |
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 |
Passed to |
... |
Not used. |
Celia Touraine <Celia.Touraine@isped.u-bordeaux2.fr>, Thomas A. Gerds <tag@biostat.ku.dk>
summary.idm
, plot.idm
## Not run: data(Paq1000) library(prodlim) fit.splines <- idm(formula02=Hist(time=t,event=death,entry=t0)~certif, formula01=Hist(time=list(l,r),event=dementia)~certif, formula12=~1, method="Splines", data=Paq1000) print(fit.splines) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.