R/get_param_values.R
get_param_values.Rd
Generate likelihood profiles To be called from the run_diagnostics function after creating the model settings using the get_settings function.
get_param_values(mydir, para = NULL, vec, summary)
Directory where model files are located.
There is no default entry for mydir
.
An example of user input could be
mydir = file.path("C:/my_models", "base_model")
.
A character string specifying the SS3 parameter name that the profile pertains to. The parameter name should match the name in the control.ss_new file from SS3.
Vector of parameter values or retrospective runs the summary object contains
List created by the r4ss::SSsummarize()
function