Description Usage Arguments Value See Also
View source: R/bootdht_Nhat_summarize.R
When using bootdht
one needs to use a summary function to extract results from the resulting models per replicate. This function is the simplest possible example of such a function, that just extracts the estimated abundance.
Further examples of such functions can be found at http://examples.distancesampling.org.
1 | bootdht_Nhat_summarize(ests, fit)
|
ests |
output from |
fit |
fitted detection function object (unused). |
data.frame
with one column ("Nhat
"), containing estimate(s) of abundance of individuals from each bootstrap replicate. This data frame can be examined for example, with quantile
to compute confidence intervals.
bootdht
, which this function is to be used with.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.