chapman_est: Chapman estimator of mark-recapture

View source: R/plotting.R

chapman_estR 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)

GMSE documentation built on June 16, 2022, 9:05 a.m.