| nmw_run | R Documentation |
Generates all diagnostic PDF reports for a NONMEM run in sequence: S1-OFV, S2-Parameters, S3-Predictions, S4-Residuals, S5-EBE, SA-Input, SB-Output, SC-IndiPK.
nmw_run(
run_dir = getwd(),
reports = c("ofv", "param", "pred", "resid", "ebe", "input", "output", "indipk")
)
run_dir |
character, path to the NONMEM run directory (default: current directory) |
reports |
character vector, which reports to generate. Options: "ofv", "param", "pred", "resid", "ebe", "input", "output", "indipk". Default is all reports. |
## Not run:
# Generate all reports
nmw_run("/path/to/nonmem/run/directory")
# Generate only OFV and parameter reports
nmw_run("/path/to/run", reports = c("ofv", "param"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.