A package for simulation-based power analyses in (generalized) linear mixed models
To set up mixedpower, copy this bit of code and run in in your R-environment:
if (!require("devtools")) {
install.packages("devtools", dependencies = TRUE)}
devtools::install_github("DejanDraschkow/mixedpower")
Details to functions included in mixedpower can be found in the mixedpower documentation
Find example analyses and supporting information in the following Open Notebooks or the accompanying tutorial paper.
Common error messages and solutions can be found in the mixedpower FAQ.
If you use the library, please cite:
Kumle, L., Võ, M. L., & Draschkow, D. (2021). Estimating power in (generalized) linear mixed models: an open introduction and tutorial in R. Behav Res. doi:10.3758/s13428-021-01546-0
🐥