-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 896 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 896 Bytes
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
Package: dwp
Type: Package
Title: Density-Weighted Proportion
Version: 1.2
Date: 2026-01-27
Authors@R: c(
person("Daniel", "Dalthorp", , "ddalthorp@protonmail.com", c("aut", "cre")),
person("Manuela", "Huso", , "mhuso@usgs.gov", "aut"))
Description: Fit a Poisson regression to carcass distance data and integrate over the searched area at a wind farm to estimate the fraction of carcasses falling in the searched area and format the output for use as the dwp parameter in the 'GenEst' or 'eoa' package for estimating bird and bat mortality, following Dalthorp, et al. (2024) <doi:10.3133/tm7A3>.
Depends: R (>= 3.6.0)
License: CC0
LazyData: true
Encoding: UTF-8
Imports:
boot,
expint,
GenEst,
gtools,
invgamma,
magrittr,
MASS,
matrixStats,
methods,
mvtnorm,
numDeriv,
plotrix,
pracma,
sf,
statmod,
VGAM
RoxygenNote: 7.3.3