-
Notifications
You must be signed in to change notification settings - Fork 7
/
README.Rmd
40 lines (30 loc) · 1.26 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
36
37
38
39
40
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# gnm
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/gnm)](https://cran.r-project.org/package=gnm)
[![R-CMD-check](https://github.com/hturner/gnm/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/hturner/gnm/actions/workflows/R-CMD-check.yaml)
Functions to specify and fit generalized nonlinear models, including models with
multiplicative interaction terms such as the UNIDIFF model from sociology and
the AMMI model from crop science, and many others. Over-parameterized
representations of models are used throughout; functions are provided for
inference on estimable parameter combinations, as well as standard methods for
diagnostics etc.
## Installation
You can install **gnm** from GitHub with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("hturner/gnm")
```
## Code of conduct
Please note that this project is released with a
[Contributor Code of Conduct](https://github.com/hturner/gnm/blob/master/CONDUCT.md). By participating in this project you
agree to abide by its terms.