Description Usage Arguments Value Note Author(s) See Also
View source: R/sequential.estimateN.R
This function estimates the actual numbers of animal casualties given the observed numbers and a set of estimators, sequentially for all given submats. Requires package carcass.
1 2 3 | sequential.estimateN(submats, submats.N, first.subsampl.col,
region.column, persist, effic, estimators = c("korner", "huso",
"erickson", "etterson"), margin = 0.05, ...)
|
submats |
result of the |
submats.N |
result of the |
first.subsampl.col |
index number of the first column containing the (sub)sampling data in |
region.column |
name or index number of the column containing the regions (road segments, sites) to classify as hotspots or non-hotspots |
persist |
named vector of persistence per group; group names must match those in the data |
effic |
named vector of detection efficiency per group; group names must match those in the data |
estimators |
character vector of the estimator(s) to use. The default is all estimators available. |
margin |
proportion of each estimator to subtract from and add to it in order to get p.lower and p.upper, respectively, when using function |
... |
currently not in use |
This function returns a list.
This function currently works only for submats
created with 'window.size' and 'gap.size', not with 'sampl.interval'. See submatrix
, sequential.submatrix
, and check that your names(submats) are something like "group.w1.g2.s1" and not "group.intv1".
A. Marcia Barbosa, J. Tiago Marques, Sara Santos
function estimateN
in package carcass
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.