print.idm {SmoothHazard} | R Documentation |
Print method for idm
objects
Description
Print a summary of a fitted illness-death model
Usage
## S3 method for class 'idm'
print(x, conf.int = 0.95, digits = 4, pvalDigits = 4, eps = 0.0001, ...)
Arguments
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. |
Value
No return value.
Author(s)
Celia Touraine <Celia.Touraine@isped.u-bordeaux2.fr>, Thomas A. Gerds <tag@biostat.ku.dk>
See Also
Examples
data(Paq1000)
library(prodlim)
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)
print(fit.splines)
[Package SmoothHazard version 2024.04.10 Index]