Bayesian Linear Mixed Effect Models
A package for R. Built off of lme4
Pre-built binaries of the package are available on CRAN. These can be installed from within R using the typical install.packages()
mechanism.
Steps to install from source:
-
Install development tools for your operating system (not necessary if you already have
lme4
installed):- Linux/Unix should already have this installed; if not, use your package manager to install a C/C++ compiler.
- OS X: clang and gfortran
- Windows: Rtools
-
Install the devtools package from within R:
install.packages("devtools")
- Run:
install_github("vdorie/blme")