[Feature]: Best practice for multiple populations, i.e., run one model or many models? #8
Labels
status--Help wanted
Need help coding, discussing, or testing
type--Question
Further information is requested
Milestone
Describe the problem your feature request is related to.
It has been unclear in the past if the spatio-temporal index standardization should allow data from one area to inform data in another area when there are "distinct" populations. For example, with lingcod in 2021 there were two stock assessment models, one for north of Cape Mendocino and one south of Cape Mendocino, and when we ran the spatio-temporal index-standardization models we fit two models, one for the north and one for the south. In reality, there is not a clean break at the 40-10 boundary and at least some of the data collected south of 40-10 would be informative for the northern model and vice versa. Our thought was that if the populations are distinct enough to warrant two assessment models then the index-standardization should be separate as well. Does anyone have thoughts on what should be best practices here? Should we have just run one model and used
predict()
andget_index()
to get two indices? Not that it matters, but the resulting indices were very similar.Describe the solution you'd like
Some best-practice guidelines giving guidance on how to split data from a survey if populations within a species are modelled with multiple assessment models.
Describe alternatives you have considered
predict()
andget_index()
to accommodate multiple populations but fit just one spatio-temporal model.Additional context
No response
The text was updated successfully, but these errors were encountered: