Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 599 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 599 Bytes

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.