get_infparams_optimx: Get the inferred parameters from an ML optimization
Description
This function extracts the ML parameter values, and
associated statistics and codes, from the
relprobs_matrix 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.