parse_nm_ext: Parse a NONMEM iteration file (*.ext)

View source: R/parse_nm_ext.R

parse_nm_extR Documentation

Parse a NONMEM iteration file (*.ext)

Description

Reads the content of an iteration file and extracts informations related to the parameters and the objective function values.

Usage

parse_nm_ext(filepath = NULL, content = NULL)

Arguments

filepath

character. If content = NULL, defines the filepath of the iteration file.

content

character. Text content of an iteration file.

Value

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.

Examples

## Not run: 
parse_nm_ext(filepath = "job_iterations.ext")

## End(Not run)

pnolain/pmxploit documentation built on Jan. 31, 2024, 1:16 p.m.