-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.22 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
Package: mra
Type: Package
Title: Mark-Recapture Analysis
Version: 2.16.11
Date: 2018-01-04
Authors@R: c(
person("Trent", "McDonald", email="[email protected]", role=c("cre","aut")),
person("Eric", "Regehr", email="[email protected]", role=c("ctb")),
person("Bryan", "Manly", email="[email protected]", role=c("ctb")),
person("Jeff", "Bromaghin", email="[email protected]", role=c("ctb"))
)
Author: Trent McDonald [cre, aut],
Eric Regehr [ctb],
Bryan Manly [ctb],
Jeff Bromaghin [ctb]
Maintainer: Trent McDonald <[email protected]>
Description: Accomplishes mark-recapture analysis with covariates. Models available include the Cormack-Jolly-Seber open population (Cormack (1972) <doi:10.2307/2556151>; Jolly (1965) <doi:10.2307/2333826>; Seber (1965) <doi:10.2307/2333827>) and Huggin's (1989) <doi:10.2307/2336377> closed population.
Link functions include logit, sine, and hazard. Model selection, model averaging, plot, and simulation routines included. Open population size by the Horvitz-Thompson (1959) <doi:10.2307/2280784> estimator.
License: GNU General Public License
BugReports: https://github.com/tmcd82070/MRA/issues
Suggests: knitr
VignetteBuilder: knitr
Imports: stats, graphics
RoxygenNote: 6.0.1