better document how to create unexpanded and unsexed comps #150
Labels
status: question
Questions about the issue need answered
topic: documentation
Related to documentation of code, methods, etc.
type: enhancement
Is your feature request related to a problem? Please describe.
The help page for getComps() https://pfmc-assessments.github.io/pacfintools/reference/getComps.html discusses the use of
weightid
which is the result of the expansion calculations inget_pacfin_expansions()
. However, if users want to create unxpanded comps, it's would be good to provide more info on how to do that. Is there a different column that could be passed toweightid
or would users just setFinal_Sample_Size_L <- 1
before runninggetComps()
?Similarly, for processing unsexed composition data (that is, compositions for all fish for use in a single-sex assessment model, as opposed to just unsexed fish separate from the sexed compositiosn), I believe that it would work to add a line like
bds_cleaned$SEX <- "U"
after runningcleanPacFIN()
but is there a better way to do this?Describe the solution you'd like
Additional documentation on creating unexpanded and/or unsexed comps for
getComps()
and possibly the vignette.@chantelwetzel-noaa, I'm happy to make the changes but want to check with you on what the recommended methods are before doing so.
Describe alternatives you've considered
Leave it to the user to figure this stuff out.
The text was updated successfully, but these errors were encountered: