bootN | R Documentation |
bootN
estimates abundance from a fitted model for the region covered by
the sampled sites. Standard errors and confidence intervals are estimated
using a bootstrap procedure by resampling sites.
bootN(obj, ...)
## S3 method for class 'efitMS'
bootN(obj, B = 50, trim = 0.1, ...)
obj |
A fitted model object. |
B |
The number of bootstrap replicates (default = 50).
There must by covariate values for every parameter in |
trim |
The fraction of bootstrap samples to be trimmed before computation of the mean and standard errors. Samples are trimmed symmetrically from the ends of the bootstrap distribution. |
a data.frame
giving the predictions for each spatial unit
as well as the overall abundance estimate for the region with associated
SE and confidence intervals.
rem<- san_nic_open$removals
emf <- eFrameMNO(y=rem, numPrimary=8)
mod <- remMNO(~1, ~1, ~1, ~1, data=emf)
Nhat<- bootN(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.