powered by
Analyze merModLmerTest objects.
# S3 method for merModLmerTest analyze(x, ...)
merModLmerTest object.
Arguments passed to or from other methods.
output
# NOT RUN { library(psycho) require(lmerTest) fit <- lmerTest::lmer(Sepal.Length ~ Sepal.Width + (1|Species), data=iris) results <- analyze(fit) summary(results) # }
Run the code above in your browser using DataLab