# NOT RUN {
library(psycho)
library(lmerTest)
data <- standardize(iris)
fit <- lmerTest::lmer(Sepal.Length ~ Sepal.Width + Petal.Length + (1 | Species), data = data)
best <- find_best_model(fit)
best_formula <- best$formula
best$table
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab