summary.aalen {timereg} | R Documentation |
Computes p-values for test of significance for nonparametric terms of model, p-values for test of constant effects based on both supremum and integrated squared difference.
Returns parameter estimates and their standard errors.
## S3 method for class 'aalen': summary(object,digits=3,...)
object |
an aalen object. |
digits |
number of digits in printouts. |
... |
unused arguments - for S3 compatibility |
Thomas Scheike
Martinussen and Scheike,
library(survival) data(sTRACE) # Fits Aalen model out<-aalen(Surv(time,status==9)~age+sex+diabetes+chf+vf, sTRACE,max.time=7,n.sim=500) summary(out)