coef.SurvregME {tramME} | R Documentation |
Extract the coefficients of the fixed effects terms of an SurvregME model.
Description
Extract the coefficients of the fixed effects terms of an SurvregME model.
Usage
## S3 method for class 'SurvregME'
coef(object, as.survreg = FALSE, ...)
Arguments
object |
An |
as.survreg |
If |
... |
Optional arguments passed to |
Value
A numeric vector of the transformed coefficients.
Examples
library("survival")
fit <- SurvregME(Surv(time, status) ~ rx + (1 | litter), data = rats)
coef(fit, as.survreg = TRUE)
[Package tramME version 1.0.6 Index]