-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.26 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
Package: Petersen
Type: Package
Title: Estimators for Two-Sample Capture-Recapture Studies
Version: 2025.2.1
Date: 2025-02-01
Authors@R: person("Carl", "Schwarz", email = "[email protected]", role = c("aut", "cre"))
Description: A comprehensive implementation of Petersen-type estimators
and its many variants for two-sample capture-recapture studies.
A conditional likelihood approach is used that allows
for tag loss; non reporting of tags; reward tags; categorical, geographical and temporal stratification;
partial stratification; reverse capture-recapture;
and continuous variables in modeling the probability of capture.
Many examples from fisheries management are presented.
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Imports:
AICcmodavg,
bbmle,
BTSPAS,
checkmate,
formula.tools,
ggplot2,
MASS,
Matrix,
msm,
numDeriv,
plyr,
reshape2,
rlang,
SPAS,
stats,
stringr,
tidyr,
utils
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown,
R.rsp
VignetteBuilder:
knitr,
rmarkdown,
R.rsp
URL: https://github.com/cschwarz-stat-sfu-ca/Petersen
BugReports: https://github.com/cschwarz-stat-sfu-ca/Petersen/issues