nm_output: Get NONMEM output tables

View source: R/output_table.R

nm_outputR Documentation

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, ...)

Arguments

r

An nm object.

dorig

Optional data.frame. NONMEM input dataset.

...

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

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.


NMproject documentation built on Sept. 30, 2022, 1:06 a.m.