StockSplittingParameters | R Documentation |
Table (data.table
)
Defining parameters for the stock-splitting analysis in Reca, including parameters for the probability of misclassifying when determining stock membership of a specimen.
The stock splitting analysis allows catch at age to be estimated for two domains that partition all individuals, and that are observed for all age-determined specimens. It was developed for disciminating Coastal Cod and North East Arctic Cod, based on otholith growth patterns, and naming conventions are derived from that. It could be adapted to other stocks and in principle to other bipartite domain definitions (such as Sex).
Two otolith patterns are defined for each of the two stocks 'CC' and 'S'. Otolith type 1 and 2 identifies that a specimen belongs to the stock 'CC', and are interpreted by otoloith readers as 'certain' and 'uncertain' CC, respectively. Otolith type 4 and 5 identifies that a specimen belongs to the stock 'S', and are interpreted as 'uncertain' and 'certain' S, respectively.
Name of the stock identified as CC
Name of the stock identified as S
Probability of classifying a type 1 specimen as type 1 (certain CC).
Probability of classifying a type 5 (certain S) specimen as type 1 (certain CC).
Probability of classifying a type 2 (uncertain CC) specimen as type 2 (uncertain CC).
Probability of classifying a type 4 (uncertain S) specimen as type 2 (uncertain CC).
Probability of classifying a type 2 (uncertain CC) specimen as type 4 (uncertain S).
Probability of classifying a type 4 (uncertain S) specimen as type 4 (uncertain S).
Probability of classifying a type 1 (certain CC) specimen as type 5 (certain S).
Probability of classifying a type 5 (certain S) specimen as type 5 (certain S).
The probabilities for different ways to classify a type must sum to 1. E.g.: ProbabilityType1As1 + ProbabilityType1As5 = 1.
The data table contains only one row.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.