mlmpower

An R Package for simulating and completing power analysis for multilevel models

R-CMD-check CRAN_Status_Badge

Installing Package

To install the package via CRAN run the following:

install.packages('mlmpower')

To install the dev build via GitHub use the following command:

remotes::install_github('bkeller2/mlmpower', build_vignettes = TRUE)

Using the Package

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')

Bug Reporting and Feature Request

Please use the Issues tab.