Maximum a posteriori estimation for linear and generalized linear mixed-effects models in a Bayesian setting, implementing the methods of Chung, et al. (2013)
Bayesian Linear Mixed Effect Models
A package for R. Built off of 'lme4' (http://cran.r-project.org/web/packages/lme4/index.html)
Pre-built binaries of the package are available on http://cran.r-project.org/web/packages/blme/index.html. 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:
Linux/Unix should already have this installed
OS X:
Windows: Rtools (http://cran.r-project.org/bin/windows/Rtools/)
(This step may be omitted if all upstream dependencies are already available)
Install the devtools package from within R:
`install.packages("devtools")`
`install_github("vdorie/blme")`