makeResultTableRECA: Catch at Age result table

Description Usage Arguments Details Value Examples

View source: R/RECAplots.R

Description

Produces common reported statistics for Catch-At-Age estimation.

Usage

1
2
makeResultTableRECA(prediction, unit = "millions", plusGroup = NULL,
  alpha = 0.05)

Arguments

prediction

as returned by eca.predict or runRECA.

unit

unit of reported estimates. See details.

plusGroup

Fish this age or older will be grouped in report

alpha

value for percentiles.

Details

parameter 'unit' supports:

number

Catch at age as number of fish

thousands

Catch at age as number of fish in thousands

millions

Catch at age as number of fish in millions

kg

Catch at age as mass in kilogrammes

T

Catch at age as mass in tons

kT

Catch at age as mass in kilotonnes

Value

data.table() with columns:

age

Age statistics are reported for

total

Estimated total catch of age group

unit

Unit for total catch and standard deviation for estimated total

sd

Standard deviation for estimated total

cv

Coefficient of variation for estimated total

lowerQuantile

Lower quantile (100*alpha/2 percentile) for estimated total

UpperQuantile

Upper quantile: (100*(1-alpha/2) percentile) for estimated total

alpha

alpha for quantiles.

Examples

1

edvinf/prepRECA documentation built on Nov. 11, 2019, 6:30 a.m.