CompGLM: Conway-Maxwell-Poisson GLM and distribution functions
The package contains a function (which uses a similar interface to
the ‘glm’ function) for the fitting of a Conway-Maxwell-Poisson GLM. There
are also various methods for analysis of the model fit. The package also
contains functions for the Conway-Maxwell-Poisson distribution in a similar
interface to functions ‘dpois’, ‘ppois’ and ‘rpois’. The functions are
generally quick, since the workhorse functions are written in C++ (thanks
to the Rcpp package).
Version: |
1.0 |
Imports: |
Rcpp (≥ 0.11.2), stats |
LinkingTo: |
Rcpp |
Suggests: |
RUnit |
Published: |
2014-07-04 |
Author: |
Jeffrey Pollock |
Maintainer: |
Jeffrey Pollock <jeffpollock9 at gmail.com> |
License: |
GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: |
yes |
CRAN checks: |
CompGLM results |
Downloads: