Description Usage Arguments Details Value Author(s) Examples
Compare the improvement in fit from a baseline model
1 | improve.fit(full, reduced)
|
full |
the full mixed model |
reduced |
the reduced mixed model (typically a random effect ANOVA model) |
Compare the improvement in fit from a baseline model, using mixed models
A vector containing the proportion change in fit for each random effects parameter
Dustin Fife
1 2 3 4 5 | data(math)
require(lme4)
baseline.model = lmer(MathAch~1 + (1|School), data=d)
full.model = lmer(MathAch~SES + (SES|School), data=d)
improve.fit(full.model, baseline.model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.