Package: mixpoissonreg
Title: Mixed Poisson Regression for Overdispersed Count Data
Version: 1.0.0
Authors@R: 
    c(person(given = "Alexandre B.",
           family = "Simas",
           role = c("aut", "cre"),
           email = "alexandre.impa@gmail.com",
           comment = c(ORCID = "0000-0003-2562-2829")),
	person(given = "Wagner",
             family = "Barreto-Souza",
             role = "aut",
             email = "wagnerbs85@gmail.com",
             comment = c(ORCID = "0000-0003-0831-7881")))
Maintainer: Alexandre B. Simas <alexandre.impa@gmail.com>
Description: Fits mixed Poisson regression models (Poisson-Inverse Gaussian or Negative-Binomial) on data sets with response variables being count data. The models can have varying precision parameter, where a linear regression structure (through a link function) is assumed to hold on the precision parameter. The Expectation-Maximization algorithm for both these models (Poisson Inverse Gaussian and Negative Binomial) is an important contribution of this package. Another important feature of this package is the set of functions to perform global and local influence analysis. See Barreto-Souza and Simas (2016) <doi:10.1007/s11222-015-9601-6> for further details.  
License: GPL-2
Encoding: UTF-8
LazyData: true
URL: https://github.com/vpnsctl/mixpoissonreg/,
        https://vpnsctl.github.io/mixpoissonreg/
BugReports: https://github.com/vpnsctl/mixpoissonreg/issues
Imports: pbapply, Formula, Rfast, dplyr, gamlss.dist, generics,
        ggplot2, gridExtra, lmtest, magrittr, statmod, tibble, rlang,
        ggrepel, gamlss
RoxygenNote: 7.1.1
NeedsCompilation: no
Suggests: rmarkdown, knitr, devtools, bbreg, testthat, covr, tidyr,
        ggfortify, broom
VignetteBuilder: knitr
Packaged: 2021-03-08 16:00:16 UTC; debusta
Author: Alexandre B. Simas [aut, cre] (<https://orcid.org/0000-0003-2562-2829>),
  Wagner Barreto-Souza [aut] (<https://orcid.org/0000-0003-0831-7881>)
Repository: CRAN
Date/Publication: 2021-03-10 19:50:06 UTC
Built: R 4.4.3; ; 2025-11-01 04:38:39 UTC; windows
