An open API service indexing awesome lists of open source software.

https://github.com/hturner/gnm

gnm package for generalized nonlinear models in R
https://github.com/hturner/gnm

generalized-linear-models generalized-nonlinear-models r statistical-models

Last synced: about 1 month ago
JSON representation

gnm package for generalized nonlinear models in R

Awesome Lists containing this project

README

        

---
output: github_document
---

```{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.