-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
52 lines (52 loc) · 1.33 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: mpcmp
Type: Package
Title: Mean-Parametrized Conway-Maxwell Poisson (COM-Poisson) Regression
Version: 0.3.8
Date: 2022-05-21
Authors@R: c(person("Thomas", "Fung", role = c("aut", "cre"),
email = "[email protected]",
comment =c(ORCID = "0000-0003-2601-0728")),
person("Aya", "Alwan", role = "aut",
email = "[email protected]"),
person("Justin", "Wishart", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8235-1845")),
person("Alan", "Huang", role = "aut",
email = "[email protected]"))
Description: A collection of functions for estimation, testing and diagnostic checking for the mean-parametrized Conway-Maxwell-Poisson (COM-Poisson) regression model of Huang (2017).
Depends: R (>= 3.2)
License: GPL-3
Imports:
Rcpp,
graphics,
grDevices,
stats,
ggplot2,
ggpubr,
generics,
tibble,
dplyr,
rlang,
stringr,
purrr
URL: https://github.com/thomas-fung/mpcmp
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
knitr,
rmarkdown,
testthat,
spelling,
covr,
markdown (>= 1.1),
tidyverse,
modelsummary,
broom,
here
BugReports: https://github.com/thomas-fung/mpcmp/issues
LinkingTo:
Rcpp
Language: en-GB
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)