gadenbuie / CLME

Constrained Linear Mixed Effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLME

The R package CLME implements a linear mixed effects model where the regression coefficients are subject to linear order constraints. Inference is based on bootstrap methodology.

Installation

To install the stable version on CRAN:

install.packages("CLME")

To install the latest version from Github (not currently ahead of CRAN):

devtools::install_github( "jelsema/CLME" )

Usage

Some basic examples may be added here. Alternatively, see the vignette.

License

This package is provided under the GPL-3 license.

About

Constrained Linear Mixed Effects


Languages

Language:R 100.0%