Open efletcherPIFSC opened 1 year ago
Value for SSdeltaMVLN_old
come from the replist1
parameter of [r4ss::SSgetoutput()]
The rest of the functions can state it came from [r4ss::SS_output()]
I think its ok to change this to match the others. The SSgetoutput function is used to get multiple outputs at once but the function only takes one output. This was probably an artifact of how the function was used in a script at one point. To be consistent I would use [r4ss::SS_output()].
The parameter
ss3rep
is used and documented in the following functions:SSCompsTA1.8
: Stock Synthesis output as read by r4SS function SS_outputSSdeltaMVLN
: from r4ss::SS_outputSSdeltaMVLN_old
: from r4ss::SSgetoutput()$replist1SSdiagsMCMC
: from r4ss::SS_outputSSdiagsMCMC_ancient
: from r4ss::SS_outputSSsettingsBratioF
: from r4ss::SSgetoutput()SSrmse
: output fromSS_output()
SSplotRunsTest
: Stock Synthesis output as read by r4SS function SS_outputWith the exception used in
SSdeltaMVLN_old
, the documentation can be consolidated to statess3rep
is an Stock Synthesis output object generated byr4ss::SS_output
.