This package browser is in early development. Mind the rough edges.

r-glmtoolbox

Set of tools to data analysis using generalized linear models

This package provides a set of tools for the statistical analysis of data using:

  1. normal linear models;

  2. generalized linear models;

  3. negative binomial regression models as alternative to the Poisson regression models under the presence of overdispersion;

  4. beta-binomial and random-clumped binomial regression models as alternative to the binomial regression models under the presence of overdispersion;

  5. zero-inflated and zero-altered regression models to deal with zero-excess in count data;

  6. generalized nonlinear models;

  7. generalized estimating equations for cluster correlated data.

Installation

Install the latest version of r-glmtoolbox as follows:

guix install r-glmtoolbox

Or install a particular version:

guix install r-glmtoolbox@0.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-glmtoolbox about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-glmtoolbox'><img src='https://packages.guix.gnu.org/packages/r-glmtoolbox/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-glmtoolbox/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-glmtoolbox)

Example Org:

[[https://packages.guix.gnu.org/packages/r-glmtoolbox][https://packages.guix.gnu.org/packages/r-glmtoolbox/badges/latest-version.svg]]