powered by
LmME
Extracts the fixed effects coefficents (default behavior), the baseline parameters or all (baseline, fixed and random) coefficients of the model.
# S3 method for LmME coef(object, as.lm = FALSE, fixed = TRUE, ...)
A numeric vector of the transformed coefficients.
An LmME object.
If TRUE, return the transformed coefficients as in a lmerMod object.
TRUE
lmerMod
If TRUE, also include the fixed parameters.
Optional arguments passed to coef.tramME.
coef.tramME
See also the documentation of coef.tramME.
data("sleepstudy", package = "lme4") fit <- LmME(Reaction ~ Days + (Days | Subject), data = sleepstudy) coef(fit, as.lm = TRUE)
Run the code above in your browser using DataLab