-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
35 lines (26 loc) · 1.04 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
output:
github_document:
html_preview: false
---
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/goric)](https://cran.r-project.org/package=goric)
[![Build Status](https://travis-ci.org/daniel-gerhard/goric.svg?branch=master)](https://travis-ci.org/daniel-gerhard/goric)
[![Downloads](https://cranlogs.r-pkg.org/badges/goric)](https://cranlogs.r-pkg.org/)
```{r, echo = FALSE}
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
```{r, eval = FALSE}
# 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")
```