bmlm is an R package providing convenient methods for Bayesian estimation of multilevel mediation models using Stan.
The package’s source code is hosted on GitHub. More information can be found on the bmlm’s website.
Please ensure you have the latest version of R installed. Windows users may need to install RTools, and OS X users may need to install XCode (see https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started.
To install the latest stable version of bmlm from CRAN, run
install.packages("bmlm")
Sometimes the stable version on CRAN is not the latest version of bmlm. bmlm is developed on GitHub, and users may obtain the latest (development) version from GitHub directly.
The latest development version of bmlm requires devtools for installation. If you don’t have the devtools package installed in R, first run this line:
install.packages("devtools")
Then proceed to install bmlm from GitHub:
devtools::install_github("mvuorre/bmlm", args = "--preclean")
Please contact the author of the package for questions and suggestions. I recommend creating a new issue on GitHub.
If you use this software, please cite it:
citation("bmlm")
#>
#> To cite package bmlm in publications, please use:
#>
#> Vuorre, M., (2017). bmlm: Bayesian Multilevel Mediation. R package
#> version 1.3.4. https://cran.r-project.org/package=bmlm
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {bmlm: Bayesian Multilevel Mediation},
#> author = {Matti Vuorre},
#> year = {2017},
#> url = {https://cran.r-project.org/package=bmlm},
#> }