Repository for example data that can be used for cross-model comparison
Please install and load fishsad
from Github using the remotes
package as follows:
install.packages("remotes")
remotes::install_github("nmfs-fish-tools/fishsad")
library(fishsad)
asap_input <- fishsad::asap_simple_input
asap_output <- fishsad::asap_simple_output
ss_input <- fishsad::ss_empiricalwaa_input
The source links of the data are included in help pages.
More documentation of the data can be obtained using ?fishsad::asap_simple_input
.
Thanks ChristineStawitz-NOAA
for the idea to prepackage the stock assessment test data!
I set up the repo following the instructions here with some minor changes (e.g., use usethis::use_data_raw()
instead of devtools::use_data_raw()
).