| lmeSummary | R Documentation |
Summarizes the results of a model fit by the lme() function of the
nlme package.
lmeSummary(model, dig = 3)
model |
name of |
dig |
number of decimals to print in output. |
Summarizes the results of a model fit by the lme() function of the
nlme package. Includes summary of parameters, pseudo-r-squared, and
whether model is positive definite.
Output summary of lme() model object.
Other mixedModel:
lm.beta.lmer()
# Fit Model
library("nlme")
model <- lme(distance ~ age + Sex, data = Orthodont, random = ~ 1 + age)
# Model Summary
summary(model)
lmeSummary(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.