powered by
Extract the coefficients of the fixed effects terms of an SurvregME model.
# S3 method for SurvregME coef(object, as.survreg = FALSE, ...)
A numeric vector of the transformed coefficients.
An SurvregME object.
SurvregME
If TRUE, return the transformed coefficients as in a survival::survreg object.
TRUE
survival::survreg
Optional arguments passed to coef.tramME.
coef.tramME
library("survival") fit <- SurvregME(Surv(time, status) ~ rx + (1 | litter), data = rats) coef(fit, as.survreg = TRUE)
Run the code above in your browser using DataLab