An R Package for simulating and completing power analysis for multilevel models
To install the package via CRAN run the following:
install.packages('mlmpower')
To install the dev build via GitHub use the following command:
::install_github('bkeller2/mlmpower', build_vignettes = TRUE) remotes
A guide to using the package is provided through the vignette.
The following command will open the vignette:
vignette('mlmpower')
Additional details can be obtained throughout the documentation, starting with:
::mlmpower ?mlmpower
or
help(package = 'mlmpower')
Please use the Issues tab.