ranef.coxme {coxme} | R Documentation |
The estimated random effects are a list with one element for each random term in the model. The list elements themselves may be a vector, matrix, or list.
## S3 method for class 'coxme': ranef(object, ...)
object |
an object inheriting from class coxme , representing
a fitted Cox mixed-effects survival model. |
... |
some methods for this generic require additional arguments. None are used in this method. |
a list as described above.
Terry Therneau
coxme
, fixed.effects.coxme
random.effects
rat1 <- coxme(Surv(time, status) ~ rx + (1|litter), rats) ranef(rat1)