Summarizes the fit of a Weibull model with Gamma frailties
# S3 method for weibull.frailty
summary(object, sand.se = FALSE, …)
an object inheriting from class weibull.frailty
.
logical; if TRUE
, sandwich standard errors are also produced.
additional arguments; currently none is used.
# NOT RUN {
fit <- weibull.frailty(Surv(time, status) ~ age + sex, kidney)
summary(fit)
summary(fit, TRUE)
# }
Run the code above in your browser using DataLab