makeResultTableRECA | R Documentation |
Produces common reported statistics for Catch-At-Age estimation.
makeResultTableRECA(
prediction,
unit = "millions",
plusGroup = NULL,
alpha = 0.05
)
prediction |
as returned by |
unit |
unit of reported estimates. See details. |
plusGroup |
Fish this age or older will be grouped in report |
alpha |
value for percentiles. |
parameter 'unit' supports:
Catch at age as number of fish
Catch at age as number of fish in thousands
Catch at age as number of fish in millions
Catch at age as mass in kilogrammes
Catch at age as mass in tons
Catch at age as mass in kilotonnes
data.table() with columns:
Age statistics are reported for
Estimated total catch of age group
Unit for total catch and standard deviation for estimated total
Standard deviation for estimated total
Coefficient of variation for estimated total
Lower quantile (100*alpha/2 percentile) for estimated total
Upper quantile: (100*(1-alpha/2) percentile) for estimated total
alpha for quantiles.
data(recaPrediction)
makeResultTableRECA(recaPrediction, plusGroup=13)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.