-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.61 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
Package: singleRcapture
Type: Package
Title: Single-Source Capture-Recapture Models
Version: 0.2.1.4
Authors@R:
c(person(given = "Piotr",
family = "Chlebicki",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Maciej",
family = "Beręsewicz",
role = c("aut", "ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8281-4301")))
Description: Implementation of single-source capture-recapture methods for population size estimation using zero-truncated, zero-one truncated and zero-truncated one-inflated Poisson, Geometric and Negative Binomial regression as well as Zelterman's and Chao's regression. Package includes point and interval estimators for the population size with variances estimated using analytical or bootstrap method. Details can be found in: van der Heijden et all. (2003) <doi:10.1191/1471082X03st057oa>, Böhning and van der Heijden (2019) <doi:10.1214/18-AOAS1232>, Böhning et al. (2020) Capture-Recapture Methods for the Social and Medical Sciences or Böhning and Friedl (2021) <doi:10.1007/s10260-021-00556-8>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: yes
RdMacros: mathjaxr
BuildManual: TRUE
Depends:
R (>= 3.5.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/ncn-foreigners/singleRcapture
BugReports: https://github.com/ncn-foreigners/singleRcapture/issues
Imports:
stats,
lamW,
mathjaxr,
sandwich,
doParallel,
foreach,
parallel
Suggests:
rmarkdown,
knitr,
tinytest,
covr,
VGAM