Skip to content

Repository for example data that can be used for cross-model comparison

Notifications You must be signed in to change notification settings

nmfs-fish-tools/fishsad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fishsad - Fisheries Stock Assessment Data

Repository for example data that can be used for cross-model comparison

Installation instructions

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)

Load example data

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.

Acknowledgements

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()).

About

Repository for example data that can be used for cross-model comparison

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published