PIFSCstockassessments / ss3diags

R package with advanced diagnostics to evaluate a Stock Synthesis model. Diagnostics include residual analyses, hindcasting and cross-validation techniques, and retrospective analyses.
http://pifscstockassessments.github.io/ss3diags/
2 stars 4 forks source link

SSplotJABBAres() #50

Closed N-DucharmeBarth-NOAA closed 2 years ago

N-DucharmeBarth-NOAA commented 2 years ago

It could be useful to be able to run this function with the option to only output the RMSEtable and turn off all plotting. Alternatively, the RMSE calculations could be relocated to a standalone function that could be called independently of the plotting function.

MOshima-PIFSC commented 2 years ago

@N-DucharmeBarth-NOAA this is a good suggestion. I think it might be good to move the RMSE to a separate function that way it can be used on its own. Thanks!

N-DucharmeBarth-NOAA commented 2 years ago

Great! It may also be worth checking to see that all functions that produce a table of diagnostics (runs test, retrospective, hindcasting, etc.) can have the plotting turned off if desired.

MOshima-PIFSC commented 2 years ago

This is something I looked into earlier and if I'm remembering correctly, most of the functions would need to be re-written to save the output table separately, at the time it seemed like it would be a fair amount of work. However, it might be worth taking the time to do this now for CAPAM the project because it would improve the overall usability I think.