parse_nm_ext.RdReads the content of an iteration file and extracts informations related to the parameters and the objective function values.
parse_nm_ext(filepath = NULL, content = NULL)
| filepath | character. If |
|---|---|
| content | character. Text content of an iteration file. |
A tibble with one row per estimation step and 10 columns:
number: the number of the estimation step
method: the name of the estimation method
goal_function: the goal function of the estimation method
problem: the goal function of the estimation method
subproblem: subproblem value
superproblem1: superproblem1 value
iteration1: iteration1 value
superproblem2: superproblem2 value
iteration2: iteration2 value
iterations: a tibble with the population parameters and objective function values at each printed out iterations.
# NOT RUN { parse_nm_ext(filepath = "job_iterations.ext") # }