coef.LmME | R Documentation |
LmME
modelExtracts the fixed effects coefficents (default behavior), the baseline parameters or all (baseline, fixed and random) coefficients of the model.
## S3 method for class 'LmME'
coef(object, as.lm = FALSE, fixed = TRUE, ...)
object |
An |
as.lm |
If |
fixed |
If |
... |
Optional arguments passed to |
See also the documentation of coef.tramME
.
A numeric vector of the transformed coefficients.
data("sleepstudy", package = "lme4")
fit <- LmME(Reaction ~ Days + (Days | Subject), data = sleepstudy)
coef(fit, as.lm = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.