-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
41 lines (41 loc) · 1.44 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: mrds
Maintainer: Laura Marshall <[email protected]>
License: GPL (>=2)
Title: Mark-Recapture Distance Sampling
LazyLoad: yes
Authors@R: c(
person("Laura", "Marshall", email = "[email protected]" , role = "cre"),
person("Jeff", "Laake", role = "aut"),
person("David", "Miller", email = "[email protected]", role = "aut"),
person("Felix", "Petersma", email = "[email protected]", role = "aut"),
person("Len", "Thomas", email = "[email protected]", role = "ctb"),
person("David", "Borchers", email = "[email protected]", role = "ctb"),
person("Jon", "Bishop", role = "ctb"),
person("Jonah", "McArthur", role = "ctb"),
person("Eric", "Rexstad", email = "[email protected]", role = "rev"))
Description: Animal abundance estimation via conventional, multiple covariate
and mark-recapture distance sampling (CDS/MCDS/MRDS). Detection function
fitting is performed via maximum likelihood. Also included are diagnostics
and plotting for fitted detection functions. Abundance estimation is via a
Horvitz-Thompson-like estimator.
Version: 3.0.0.9000
URL: https://github.com/DistanceDevelopment/mrds/
BugReports: https://github.com/DistanceDevelopment/mrds/issues
Depends:
R (>= 3.0)
Imports:
optimx (>= 2013.8.6),
mgcv,
methods,
numDeriv,
nloptr,
Rsolnp
Suggests:
Distance,
testthat,
covr,
knitr,
rmarkdown,
bookdown
RoxygenNote: 7.3.2
Encoding: UTF-8