Skip to content
/ blme Public
forked from vdorie/blme

Bayesian Linear Mixed Effect Models

Notifications You must be signed in to change notification settings

mgoplerud/blme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blme

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:

  1. Install development tools for your operating system (not necessary if you already have lme4 installed):

    1. Linux/Unix should already have this installed; if not, use your package manager to install a C/C++ compiler.
    2. OS X: clang and gfortran
    3. Windows: Rtools
  2. Install the devtools package from within R:

install.packages("devtools")
  1. Run:
install_github("vdorie/blme")

About

Bayesian Linear Mixed Effect Models

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 99.8%
  • Rebol 0.2%