Read the simdata.out file. This is an output of GMACS that holds the predicted catch and cpue from an assessment run as well as the observed and predicted size compositions.
readGMACSsimdat(
Dir = NULL,
FileName = "simdata.out",
verbose = TRUE,
DatFile = NULL,
CtlFile = NULL
)
(character string)- path to the "simulated" data file (output from GMACS)
(character string)- name of the "simulated" data file - By default, "simdata.out"
(logical)- flag to print processing information
(list)- Object containing the .dat file - This is the output
of the readGMACSdat()
function.
(list)- Object (list) containing the .ctl file - This is the output
of the readGMACSctl()
function.
the simdata.out file as a named list.