| parse_nm_phi | R Documentation |
Reads the content of a phi file and extracts informations related to the parameters and the objective function values.
parse_nm_phi(filepath = NULL, content = NULL)
filepath |
character. If |
content |
character. Text content of a phi file. |
A tibble with one row per estimation step and 9 columns:
number: the number of the estimation step
method: the name 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
individuals: a tibble with the individual parameter values.
## Not run:
parse_nm_phi(filepath = "run.phi")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.