r-vgam
Vector generalized linear and additive models
This package is an implementation of about 6 major classes of statistical regression models. Currently only fixed-effects models are implemented, i.e., no random-effects models. Many (150+) models and distributions are estimated by maximum likelihood estimation (MLE) or penalized MLE, using Fisher scoring. VGLMs can be loosely thought of as multivariate generalised linear models.
- Versions: 1.1-12
- Website: https://www.stat.auckland.ac.nz/~yee/VGAM
- Licenses: GPL 2+
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-vgam
as follows:
guix install r-vgam
Or install a particular version:
guix install r-vgam@1.1-12
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-vgam about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-vgam'><img src='https://packages.guix.gnu.org/packages/r-vgam/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-vgam)
Example Org:
[[https://packages.guix.gnu.org/packages/r-vgam][https://packages.guix.gnu.org/packages/r-vgam/badges/latest-version.svg]]