fixef.coxme {coxme} | R Documentation |
Extract the fixed effects portion from a coxme model.
## S3 method for class 'coxme': fixef(object, ...)
object |
an object inheriting from class coxme , representing
the result of a mixed effects Cox model.
|
... |
some methods for this generic require additional arguments. None are used in this method. |
the vector of coefficients for the fixed effects
Terry Therneau
rat1 <- coxme(Surv(time, status) ~ rx + (1|litter), rats) fixed.effects(rat1)