-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.2 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
Package: BTSPAS
Version: 2024.11.1
Date: 2024-11-01
Title: Bayesian Time-Stratified Population Analysis
Authors@R: c(person(given = c("Carl", "J"),
family = "Schwarz",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = c("Simon", "J"),
family = "Bonner",
role = "aut",
email = "[email protected]"))
Imports:
actuar,
coda,
data.table,
ggplot2,
ggforce,
graphics,
grDevices,
gridExtra,
plyr,
reshape2,
R2jags,
scales,
splines,
stats,
utils
SystemRequirements: JAGS
Description: Provides advanced Bayesian methods to estimate
abundance and run-timing from temporally-stratified
Petersen mark-recapture experiments. Methods include
hierarchical modelling of the capture probabilities
and spline smoothing of the daily run size. Theory
described in Bonner and Schwarz (2011)
<doi:10.1111/j.1541-0420.2011.01599.x>.
License: GPL (>=2)
URL: https://github.com/cschwarz-stat-sfu-ca/BTSPAS
RoxygenNote: 7.3.2
Suggests: R.rsp
VignetteBuilder: R.rsp