Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 895 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 895 Bytes

CRAN_Status_Badge Build Status Downloads

goric

Overview

The package provides functions for fitting multivariate linear models, generalised linear models, or generalized least-square models with order restrictions on the model parameters. Different models can be compared with the generalized order restriction criterion, an extension of AIC for order restricted models.

Installation

# You can install goric from CRAN by
install.packages("goric")

# Or the the development version from GitHub:
# install.packages("devtools")
devtools::install_github("daniel-gerhard/goric")