Trawl survey based abundance estimation using data sets with unusually large catches
Calculates the mean cpue after replacing unusually large catches with expected values using the method of Kappenman (1999)
cpuekapp(x = NULL, nlarge = NULL, absdif = 0.001)
x |
vector of non-zero trawl catch data. |
nlarge |
the number of values considered unusually large. |
absdif |
convergence tolerance |
Use function gap
to choose the number of unusually large values.
kappmean |
list element containing new arithmetic mean. |
expectations |
list element containing the original observation(s) and expected order statistic(s). |
Gary A. Nelson, Massachusetts Division of Marine Fisheries gary.nelson@mass.gov
Kappenman, R. F. 1999. Trawl survey based abundance estimation using data sets with unusually large catches. ICES Journal of Marine Science. 56: 28-35.
## Not run: ## Data from Table 1 in Kappenman (1999) data(kappenman) cpuekapp(kappenman$cpue,1) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.