-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (23 loc) · 944 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
Package: CompGLM
Type: Package
Title: Conway-Maxwell-Poisson GLM and Distribution Functions
Version: 2.0
Date: 2018-02-03
Author: Jeffrey Pollock
Maintainer: Jeffrey Pollock <[email protected]>
URL: https://github.com/jeffpollock9/CompGLM
BugReports: https://github.com/jeffpollock9/CompGLM/issues
Description: A function (which uses a similar interface to the `glm' function)
for the fitting of a Conway-Maxwell-Poisson GLM. There are also various
methods for analysis of the model fit. The package also contains functions
for the Conway-Maxwell-Poisson distribution in a similar interface to
functions `dpois', `ppois' and `rpois'. The functions are generally quick,
since the workhorse functions are written in C++ (thanks to the Rcpp
package).
License: GPL (>= 2)
Imports: Rcpp, stats
LinkingTo: Rcpp
Suggests: testthat, devtools, roxygen2, covr, lintr
NeedsCompilation: yes
Encoding: UTF-8
RoxygenNote: 6.0.1