-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
21 lines (21 loc) · 885 Bytes
/
DESCRIPTION
File metadata and controls
21 lines (21 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: dga
Type: Package
Title: Capture-Recapture Estimation using Bayesian Model Averaging
Version: 2.0.2
Date: 2025-09-21
Authors@R: c(person(given="James", family="Johndrow", role=c("aut")),
person(given="Kristian", family="Lum", email="kl@hrdag.org", role=c("aut")),
person(given="Patrick", family="Ball", role=c("aut")),
person(given="Olivier", family="Binette", email="olivier.binette@gmail.com", role=c("ctb", "cre")))
Description: Performs Bayesian model averaging for capture-recapture. This includes code to stratify records, check the strata for suitable overlap to be used for capture-recapture, and some functions to plot the estimated population size.
License: GPL (>= 2)
LazyLoad: yes
NeedsCompilation: yes
ByteCompile: yes
Imports: chron, Rcpp
RoxygenNote: 7.1.1
LinkingTo:
Rcpp,
RcppArmadillo
Suggests:
testthat