-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
27 lines (27 loc) · 925 Bytes
/
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
Package: COMPoissonReg
Type: Package
Title: Conway-Maxwell Poisson (COM-Poisson) Regression
Version: 0.8.1
Author: Kimberly Sellers <[email protected]>
Thomas Lotze <[email protected]>
Andrew Raim <[email protected]>
Maintainer: Andrew Raim <[email protected]>
URL: https://github.com/lotze/COMPoissonReg
Description: Fit Conway-Maxwell Poisson (COM-Poisson or CMP) regression models
to count data (Sellers & Shmueli, 2010) <doi:10.1214/09-AOAS306>. The
package provides functions for model estimation, dispersion testing, and
diagnostics. Zero-inflated CMP regression (Sellers & Raim, 2016)
<doi:10.1016/j.csda.2016.01.007> is also supported.
License: GPL-2 | GPL-3
LazyLoad: yes
Depends: stats, Rcpp, numDeriv
LinkingTo: Rcpp
RoxygenNote: 7.3.1
Encoding: UTF-8
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
ggplot2
VignetteBuilder: knitr
Config/testthat/edition: 3