You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As written, model_read_lib was made to flexibly incorporate multiple species when constructing the data object for JAGS. When species is specified as a list (as opposed to a single species), model_read_lib_agg.R correctly collates and indexes all the data except the score data.
Is it possible to make data$scores a matrix with the same indexing capability as, say, y.aru? This will be necessary to extend the model to multiple species.
The text was updated successfully, but these errors were encountered:
As written, model_read_lib was made to flexibly incorporate multiple species when constructing the data object for JAGS. When species is specified as a list (as opposed to a single species), model_read_lib_agg.R correctly collates and indexes all the data except the score data.
Is it possible to make data$scores a matrix with the same indexing capability as, say, y.aru? This will be necessary to extend the model to multiple species.
The text was updated successfully, but these errors were encountered: