powered by
Extract the SD of the error term of an LmME model.
# S3 method for LmME sigma(object, ...)
A numeric value of the transformed sigma parameter.
An LmME object.
LmME
Optional argument (for consistency with generic).
data("sleepstudy", package = "lme4") fit <- LmME(Reaction ~ Days + (Days | Subject), data = sleepstudy) sigma(fit)
Run the code above in your browser using DataLab