Learn R Programming

NMproject (version 0.6.9)

nm_output: Get NONMEM output tables

Description

This function may become deprecated soon. The function output_table() is a more user friendly wrapper for this function.

Usage

nm_output(r, dorig, ...)

Value

A list of tibbles with merged version of all output $TABLEs and the input data. Additional columns will be INNONMEM which will be TRUE for rows that were not ignored by NONMEM. For simulation control files there is also DV_OUT which will contain simulated DV values. DV will always be unmodified from the input dataset.

Arguments

r

An nm object.

dorig

Optional data.frame. NONMEM input dataset.

...

Additional arguments to pass on to read.csv().