| summary.weibull.frailty | R Documentation | 
Summarizes the fit of a Weibull model with Gamma frailties
## S3 method for class 'weibull.frailty'
summary(object, sand.se = FALSE, ...)
| object | an object inheriting from class  | 
| sand.se | logical; if  | 
| ... | additional arguments; currently none is used. | 
Dimitris Rizopoulos d.rizopoulos@erasmusmc.nl
weibull.frailty
fit <- weibull.frailty(Surv(time, status) ~ age + sex, kidney)
summary(fit)
summary(fit, TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.