Package: flexCountReg Type: Package Title: Estimation of a Variety of Count Regression Models Version: 0.1.1 Authors@R: c(person("Jonathan", "Wood", role = c("aut", "cre"), email = "jwood2@iastate.edu", comment = c(ORCID = "0000-0003-0131-6384")), person("Guillermo", "Basulto-Elias", role = c("aut"), email = "basulto@iastate.edu", comment = c(ORCID = "0000-0002-5205-2190"))) Maintainer: Jonathan Wood Description: An implementation of multiple regression models for count data. These include various forms of the negative binomial (NB-1, NB-2, NB-P, generalized negative binomial, etc.), Poisson-Lognormal, other compound Poisson distributions, the Generalized Waring model, etc. Information on the different forms of the negative binomial are described by Greene (2008) . For treatises on count models, see Cameron and Trivedi (2013) and Hilbe (2012) . For the implementation of under-reporting in count models, see Wood et al. (2016) . For prediction methods in random parameter models, see Wood and Gayah (2025) . For estimating random parameters using maximum simulated likelihood, see Greene and Hill (2010) ; Gourieroux and Monfort (1996) ; or Hensher et al. (2015) . Imports: broom, cureplots, gsl, gt, knitr, MASS, maxLik, methods, modelr, purrr, randtoolbox, Rcpp (>= 1.0.12), rlang, sandwich, stats, dplyr, stringr, tibble, tidyr, truncnorm, utils Depends: R (>= 4.1.0) LinkingTo: Rcpp SystemRequirements: GNU make License: MIT + file LICENSE Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Collate: 'Generalized-Waring.R' 'Lindley.R' 'RcppExports.R' 'cor2cov.R' 'corr_haltons.R' 'helpers.R' 'plind.R' 'ppoisGE.R' 'psichel.R' 'plindGamma.R' 'plindLnorm.R' 'ppoislogn.R' 'pinvgamma.R' 'pinvgaus.R' 'countreg.R' 'createFlexCountReg.R' 'tri.R' 'countregrp.R' 'cureplot.R' 'data.R' 'flexCountReg-Package.R' 'flexCountRegClass.R' 'genexp.R' 'globals.R' 'halton_dists.R' 'invgamma.R' 'metrics.R' 'mgf_lognormal.R' 'pcom.R' 'poisLind.re.R' 'poisWeib.R' 'predict_flexCountReg.R' 'regCompTest.R' 'regCompTable.R' 'renbLL.R' 'renb.R' 'summary_flexCountReg.R' Suggests: spelling, lamW, testthat (>= 3.0.0) Config/testthat/edition: 3 Language: en-US URL: https://jwood-iastate.github.io/flexCountReg/ Config/pak/sysreqs: cmake make libgsl0-dev libicu-dev libuv1-dev libxml2-dev libssl-dev libnode-dev Repository: https://jwood-iastate.r-universe.dev Date/Publication: 2026-01-13 21:54:04 UTC RemoteUrl: https://github.com/jwood-iastate/flexcountreg RemoteRef: HEAD RemoteSha: c2d70180904ebaac3a8c1d891c777278a3fdf09d NeedsCompilation: yes Packaged: 2026-06-19 08:36:03 UTC; root Author: Jonathan Wood [aut, cre] (ORCID: ), Guillermo Basulto-Elias [aut] (ORCID: )