Prepare for lme4 2.0.0
Bayesian Linear Mixed Effect Models
A package for R. Built off of lme4
Pre-built bundles of the package are available on CRAN. These can be installed from within R using the typical install.packages() mechanism.
install.packages()
Steps to install from source:
remotes
install.packages("remotes")
remotes::install_github("vdorie/blme")
贝叶斯线性混合效应模型拟合与推断
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
blme
Bayesian Linear Mixed Effect Models
A package for R. Built off of lme4
Pre-built bundles 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:
remotespackage from within R: