remCE | R Documentation |
remCE
fits various catch-effort models to removal data from a single site
(or combined data from many sites). At least 2 removal periods
are required to fit these models. A port of the deplet
function
in the fishmethods
package.
remCE(catch, effort, nboot, kbh = NULL, Nstart = NULL)
method |
the depletion method. Variable Effort Models:
|
nboot |
the number of bootstrap resamples for estimation of standard errors for model hosc, hosc, hesc and hemqle methods. |
kbh |
the number of capture parameters for model |
Nstart |
initial value for N for model |
catch |
the number of removals recorded for each period. |
effort |
the overall effort expended in each period (i.e. trapnights) |
a efit
model object.
remCE(catch=y, effort=eff)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.