Read the gmacs.par file. This is an output of GMACS that contains estimates of all parameters

readGMACSpar(
  Dir = NULL,
  FileName = "gmacs.par",
  verbose = NULL,
  DatFile = NULL,
  CtlFile = NULL
)

Arguments

Dir

(character string)- path to the folder where the parameter file is stored.

FileName

(character string)- name of the parameter file - By default, "gmacs.par"

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 gmacs.par file as a named list. Where data frame are used, the columns are parameter_ID/value.