-
Notifications
You must be signed in to change notification settings - Fork 8
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
Move length-weight estimation function into this package? #110
Comments
I think that is reasonable. I don't know if I have ever used the function in {PacFIN.Utilities} and looking at that code it is definitely a @kellijohnson-NOAA creation with all the tidyr, dplyr, and purring occurring. I will put this on the to-do list for the package. |
Sorry for being dense but I am uncertain what the desired outcome is here? Is the desired outcome to move |
@kellijohnson-NOAA, your question gets at some bigger picture design questions about how these packages relate. An alternative would be to create a third package which contains the As for alternative function names, I would vote for |
Additional note that if/when this function is moved, we can also change from
|
@iantaylor-NOAA Thank you for the warning about changing |
{nwfscSurvey} includes
fit_vbgrowth()
, while {PacFIN.Utilities} hasgetWLpars()
.I think a common assumption in PFMC assessments is that the survey data is the best source for the length-weight relationship used in SS3 models because it's more representative of the population as a whole, and the function would be easier to find if it were located here.
{PacFIN.Utilities} already depends on {nwfscSurvey}, so I think the change would only require an extra
nwfscSurvey::
to make use of the function.The text was updated successfully, but these errors were encountered: