chapman_est {GMSE} | R Documentation |
Chapman estimator of mark-recapture
Description
Estimates population size using simulated mark-recapture data produced by the observation model of GMSE.
Usage
chapman_est(observation, paras)
Arguments
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 |
Value
The Chapman estimator (which is also performed GMSE in the manager function) returns a list that includes resource population size estimates along with 95
Examples
## Not run:
analysis <- chapman_est(observation=obs_t, paras = paras);
## End(Not run)
[Package GMSE version 1.0.0.2 Index]