coef.SurvregME | R Documentation |
Extract the coefficients of the fixed effects terms of an SurvregME model.
## S3 method for class 'SurvregME'
coef(object, as.survreg = FALSE, ...)
object |
An |
as.survreg |
If |
... |
Optional arguments passed to |
A numeric vector of the transformed coefficients.
library("survival")
fit <- SurvregME(Surv(time, status) ~ rx + (1 | litter), data = rats)
coef(fit, as.survreg = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.