r-statmod¶
A collection of algorithms and functions to aid statistical modeling. Includes growth curve comparisons, limiting dilution analysis (aka ELDA), mixed linear models, heteroscedastic regression, inverse-Gaussian probability calculations, Gauss quadrature and a secure convergence algorithm for nonlinear models. Includes advanced generalized linear model functions that implement secure convergence, dispersion modeling and Tweedie power-law families.
| Home | |
| Versions | 1.4.22 | 
| License | GPL-2 | GPL-3 | 
| Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/r-statmod | 
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install r-statmod
and update with:
conda update r-statmod