model_table: model_table function

View source: R/model_table.R

model_tableR Documentation

model_table function

Description

Gather data from a NONMEM run using xpose::xpose_data(), and output it into a table. By default, it outputs the run number, the reference run number, the contents of ⁠$PROBLEM⁠ (model description), the number of parameters, the OFV, the dOFV from the reference run, and the termination message. Credit: Estelle Chasseloup

Usage

model_table(run, dir, col = NULL)

Arguments

run

The run number

dir

Path to the run directory

col

Columns to print

Value

A data frame.

Examples

## Not run: 
model_table(
  run = 163,
  dir = "/path/to/run/directory"
)

## End(Not run)

vrognas/vmisc documentation built on Oct. 27, 2023, 8:09 a.m.