Package: bellreg Title: Count Regression Models Based on the Bell Distribution Version: 0.1.0 Authors@R: c( person(given = "Fabio", family = "Demarqui", email = "fndemarqui@est.ufmg.br", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-9236-1986")), person(given = "Marcos", family = "Prates", role = "ctb", comment = c(ORCID = "0000-0001-8077-4898")), person(given = "Fredy", family = "Caceres", role = "ctb"), person(given = "Andrew", family = "Johnson", role = "ctb") ) Description: Bell regression models for count data with overdispersion. The implemented models account for ordinary and zero-inflated regression models under both frequentist and Bayesian approaches. Theoretical details regarding the models implemented in the package can be found in Castellares et al. (2018) and Lemonte et al. (2020) . License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Biarch: true URL: https://github.com/fndemarqui/bellreg, https://fndemarqui.github.io/bellreg/ BugReports: https://github.com/fndemarqui/bellreg/issues Depends: R (>= 4.1.0) Imports: broom, dplyr, emmeans, extraDistr, Formula, generics, magic, MASS, methods, numbers, LambertW, loo, purrr, Rcpp (>= 0.12.0), Rdpack, rlang, rstan (>= 2.26.0), rstantools (>= 2.0.0), tibble RdMacros: Rdpack LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0), rstan (>= 2.26.0), StanHeaders (>= 2.26.0) SystemRequirements: GNU make Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr Config/pak/sysreqs: make libicu-dev Repository: https://fndemarqui.r-universe.dev Date/Publication: 2026-01-20 19:42:01 UTC RemoteUrl: https://github.com/fndemarqui/bellreg RemoteRef: HEAD RemoteSha: a0f17fceafa826fe06057d387cb73ee185e35fac NeedsCompilation: yes Packaged: 2026-06-24 04:17:12 UTC; root Author: Fabio Demarqui [aut, cre, cph] (ORCID: ), Marcos Prates [ctb] (ORCID: ), Fredy Caceres [ctb], Andrew Johnson [ctb] Maintainer: Fabio Demarqui