pfmc-assessments / PacFIN.Utilities

R code to manipulate data from the PacFIN database for assessments
http://pfmc-assessments.github.io/PacFIN.Utilities
Other
7 stars 2 forks source link

Male only CAL comps #7

Closed chantelwetzel-noaa closed 7 years ago

chantelwetzel-noaa commented 7 years ago

If male sex comps are being used for SS those values need to be written in the first data section rather than the second (e.g. the section that would hold female comps if gender = 3). The values in the second section should be zero (although the values don't really matter because SS ignores then). Currently, the males only option puts the male comps in the secondary position.

iantaylor-NOAA commented 7 years ago

Chantel and I looked into this and further examination of the User Manual and a couple models indicates that the function is working correctly--males should indeed be put into the second section when gender=2 is used.