| summary.idm | R Documentation | 
Summarize the event history data of an illness-death regression model and show regression coefficients for transition intensities
## S3 method for class 'idm'
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.  | 
R: Celia Touraine <Celia.Touraine@isped.u-bordeaux2.fr> Fortran: Pierre Joly <Pierre.Joly@isped.u-bordeaux2.fr>
idm, print.idm,
plot.idm
## Not run: 
library(prodlim)
data(Paq1000)
fit.splines <-  idm(formula02=Hist(time=t,event=death,entry=e)~certif,
		formula01=Hist(time=list(l,r),event=dementia)~certif,
                formula12=~1,
                method="Splines",
		data=Paq1000)
summary(fit.splines) 
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.