model_table | R Documentation |
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
model_table(run, dir, col = NULL)
run |
The run number |
dir |
Path to the run directory |
col |
Columns to print |
A data frame.
## Not run:
model_table(
run = 163,
dir = "/path/to/run/directory"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.