This package browser is in early development. Mind the rough edges.

r-lme4

Linear mixed-effects models using eigen and S4

This package provides fit linear and generalized linear mixed-effects models. The models and their components are represented using S4 classes and methods. The core computational algorithms are implemented using the Eigen C++ library for numerical linear algebra and RcppEigen glue.

Installation

Install the latest version of r-lme4 as follows:

guix install r-lme4

Or install a particular version:

guix install r-lme4@1.1-36

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of r-lme4 about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-lme4'><img src='https://packages.guix.gnu.org/packages/r-lme4/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-lme4/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-lme4)

Example Org:

[[https://packages.guix.gnu.org/packages/r-lme4][https://packages.guix.gnu.org/packages/r-lme4/badges/latest-version.svg]]