CRAN_Status_Badge Build Status Downloads

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

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")


daniel-gerhard/goric documentation built on April 21, 2021, 11:14 p.m.