-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 1.76 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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 = "[email protected]",
comment = c(ORCID = "0000-0003-2562-2829")),
person(given = "Wagner",
family = "Barreto-Souza",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0831-7881")))
Maintainer: Alexandre B. Simas <[email protected]>
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 | file LICENSE
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
NeedsCompilation: no
Suggests:
rmarkdown,
knitr,
devtools,
bbreg,
testthat,
covr,
tidyr,
ggfortify,
broom
VignetteBuilder: knitr