get_infparams_optimx_nosim: Get the inferred parameters from an ML optimization (different filenames)
Description
Like get_infparams_optimx, this function
extracts the ML parameter values, and associated
statistics and codes, from the results_object
returned by bears_2param_standard_fast and
similar functions.
The filename holding the results_object,
which specifies which model was run.
Value
infparams The vector of inferred parameters.
Details
The function has subroutines for recognizing a variety of
currently-implemented models, assuming they used
optimx internally to do the ML
search. New models would require addition of new
subroutines.