Description Usage Arguments See Also Examples
This function passes a data.frame, formula, and additional arguments to
lmer
1 2 3 4 |
data |
Data frame (or object that can be coerced to one) containing the variables in the model |
formula |
|
... |
Additional arguments to pass to model function |
object |
Fitted model |
1 2 3 4 5 | fit <- lmer(airquality, Ozone ~ Wind + (Wind | Month))
summary(fit)
# Help page for function being twiddled
?lme4::lmer
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.