chapman_est | R Documentation |
Estimates population size using simulated mark-recapture data produced by the observation model of GMSE.
chapman_est(observation, paras)
observation |
The array of resource observations from the observation model, used to estimate abundance of resources |
paras |
The vector of parameters that hold global and dynamic parameter values used by GMSE |
The Chapman estimator (which is also performed GMSE in the manager function) returns a list that includes resource population size estimates along with 95
## Not run: analysis <- chapman_est(observation=obs_t, paras = paras); ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.