estpsi | R Documentation |
Estimated probability that carcass lands in searched area. This
is an intermediate step in estimating dwp but is also interesting in its own
right. The estimation involves integrating the modeled carcass distribution
(model
) over the search plots at the turbines. Data for the search
plots is stored in the generic argument, x
, which can take any of a
number of different forms, as described in the Arguments
section (below).
estpsi(x, ...)
## S3 method for class 'rings'
estpsi(x, model, extent = "full", nsim = 1000, zrad = 200, ...)
## S3 method for class 'ringscc'
estpsi(
x,
model,
modnames = NULL,
extent = "full",
nsim = 1000,
zrad = 200,
...
)
## S3 method for class 'xyLayout'
estpsi(x, model, extent = "full", nsim = 1000, zrad = 200, ...)
## S3 method for class 'rpA'
estpsi(x, model, extent = "full", nsim = 1000, zrad = 200, ...)
## S3 method for class 'rdat'
estpsi(x, model, extent = "full", nsim = 1000, zrad = 200, ...)
## S3 method for class 'data.frame'
estpsi(x, model, extent = "full", nsim = 1000, zrad = 200, ...)
x |
data
|
... |
ignored |
model |
A fitted |
extent |
calculate dwp within searched radius only ( |
nsim |
number of parametric bootstrap iterations for accounting for
uncertainty in the estimator. Default is |
zrad |
radius |
modnames |
if |
A psiHat
object, which is either 1) an array giving the
expected fraction of carcasses lying in the searched area at each turbine
with nsim
rows and one column for each turbine + one row for the
total; or 2) a list of such arrays, one for each carcass class if x
is a ringscc
object. The uncertainty in the expected fractions is
characterized by simulation and reflected in the variation in psi
values within each column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.