sigma.LmME | R Documentation |
Extract the SD of the error term of an LmME model.
## S3 method for class 'LmME'
sigma(object, ...)
object |
An |
... |
Optional argument (for consistency with generic). |
A numeric value of the transformed sigma parameter.
data("sleepstudy", package = "lme4")
fit <- LmME(Reaction ~ Days + (Days | Subject), data = sleepstudy)
sigma(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.