Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note about retention required for part = 2 #197

Merged
merged 3 commits into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions 8data.tex
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,9 @@ \subsection{Mean Body Weight or Length}

\myparagraph{Partition}
Mean weight data and composition data require specification of what group the sample originated from (e.g., discard, retained, discard + retained).
Note: if retention is not defined in the selectivity section, observations with Partition = 2 will be changed to Partition = 0.
\begin{itemize}
\item 0 = whole catch in units of weight (discard + retained);
\item 0 = combined catch in units of weight (whole, e.g. discard + retained);
\item 1 = discarded catch in units of weight; and
\item 2 = retained catch in units of weight.
\end{itemize}
Expand Down Expand Up @@ -774,9 +775,10 @@ \subsection{Length Composition Data}
\end{itemize}

\myparagraph{Partition}
Partition indicates samples from either discards,retained, or combined.
Partition indicates samples from either combined, discards, or retained catch.
Note: if retention is not defined in the selectivity section, observations with Partition = 2 will be changed to Partition = 0.
\begin{itemize}
\item 0 = combined;
\item 0 = combined (whole, e.g. discard + retained);
\item 1 = discard; and
\item 2 = retained.
\end{itemize}
Expand Down Expand Up @@ -1019,7 +1021,7 @@ \subsection{Generalized Size Composition Data}
\item Each method has ``units'' so the frequencies can be in units of biomass or numbers.
\item Each method has ``scale'' so the bins can be in terms of weight or length (including ability to convert bin definitions in pounds or inches to kg or cm).
\item The composition data is input as females then males, just like all other composition data in SS3. In a two-sex model, the new composition data can be combined sex, single sex, or both sex.
\item The generalized size composition data can be from the combined discard and retained, discard only, or retained only.
\item The generalized size composition data can be from the combined discard and retained (i.e., whole), discard only, or retained only.
\item There are two options for treating fish that in population size bins are smaller than the smallest size frequency bin.
\begin{itemize}
\item Option 1: By default, these fish are excluded (unlike length composition data where the small fish are automatically accumulated up into the first bin.)
Expand Down