makeResultTableRECA: Catch at Age result table

View source: R/RecaReport.R

makeResultTableRECAR Documentation

Catch at Age result table

Description

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

Usage

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

 data(recaPrediction)
 makeResultTableRECA(recaPrediction, plusGroup=13)

StoXProject/RstoxFDA documentation built on Jan. 13, 2024, 12:32 a.m.