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
)

Arguments

Dir

(character string)- path to the "simulated" data file (output from GMACS)

FileName

(character string)- name of the "simulated" data file - By default, "simdata.out"

verbose

(logical)- flag to print processing information

DatFile

(list)- Object containing the .dat file - This is the output of the readGMACSdat() function.

CtlFile

(list)- Object (list) containing the .ctl file - This is the output of the readGMACSctl() function.

Value

the simdata.out file as a named list.