/MixedModels.jl

A Julia package for fitting (statistical) mixed-effects models

Primary LanguageJuliaOtherNOASSERTION

Mixed-effects models in Julia

Documentation PackageEvaluator Build Status

DOI

Installation

The package is registered in METADATA.jl and so can be installed with Pkg.add.

julia> Pkg.add("MixedModels")

The package provides the functions lmm, to create a linear mixed-effects model from a formula/data specification, and glmm to create a generalized linear mixed-effects model. See the documentation for details.