-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
71 lines (71 loc) · 1.97 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: Countr
Type: Package
Title: Flexible Univariate Count Models Based on Renewal Processes
Version: 3.5.8
Authors@R: c( person(given = "Tarak", family = "Kharrat",
role = c("aut"),
email = "tarak@realanalytics.co.uk"),
person(given = c("Georgi", "N."), family = "Boshnakov",
role = c("aut", "cre"),
email = "georgi.boshnakov@manchester.ac.uk") )
Description: Flexible univariate count models based on renewal processes. The
models may include covariates and can be specified with familiar formula
syntax as in glm() and package 'flexsurv'. The methodology is described by
Kharrat et all (2019) <doi:10.18637/jss.v090.i13> (included as vignette
'Countr_guide' in the package).
If the suggested package 'pscl' is not available from CRAN, it can be
installed with 'remotes::install_github("cran/pscl")'. It is no longer used
by the functions in this package but is needed for some of the extended
examples.
License: GPL (>= 2)
URL: https://geobosh.github.io/Countr/ (doc), https://github.com/GeoBosh/Countr (devel)
BugReports: https://github.com/GeoBosh/Countr/issues
Depends:
R (>= 3.3.0)
Imports:
Matrix,
Rcpp (>= 0.11.3),
flexsurv,
Formula,
VGAM,
optimx,
numDeriv,
boot,
MASS,
car,
utils,
Rdpack (>= 0.7-0),
lattice,
RColorBrewer,
dplyr,
standardize,
lmtest,
xtable
LinkingTo: Rcpp, RcppArmadillo
Suggests:
testthat,
knitr,
pscl
RdMacros: Rdpack
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: yes
Collate:
'Countr-package.R'
'RcppExports.R'
'anc.R'
'coefnames.R'
'convCount_loglik.R'
'convCount_moments.R'
'convCount_probs.R'
'dWeibull.R'
'dWeibullgamma.R'
'data.R'
'probpredict.R'
'renewal_IV.R'
'renewal_tools.R'
'renewal_cstr.R'
'tools.R'
'renewal_methods.R'
Config/build/clean-inst-doc: FALSE