# NOT RUN {
library(lme4)
library(report)
model <- lmer(Sepal.Length ~ Petal.Length + (1 | Species), data = iris)
r <- report(model)
text_short(r)
text_long(r)
table_short(r)
table_long(r)
model <- glmer(vs ~ disp + (1 | am), data = mtcars, family = "binomial")
r <- report(model)
text_short(r)
text_long(r)
table_short(r)
table_long(r)
# }
Run the code above in your browser using DataLab