Description Usage Arguments Details Value Author(s)
Generates general IWRES plots for NONMEM models.
1 2 | plot_IWRES(filepath, data, ind_var, log_ind_var, bks = 20, fval = 0.33,
name_stub = "")
|
filepath |
character. File path for output IWRES plots. |
data |
data frame containing output from NONMEM run. |
ind_var |
name of the independent variable column, usually TIME or TIME_AFTER_DOSE. |
log_ind_var |
logical. If TRUE, plot x-axis on a log scale. |
bks |
integer. Number of breaks for histogram of IWRES. |
fval |
f value in lowess function. Larger values give more smoothness. |
name_stub |
character. Optional string to add to end of image file name. |
Uses BAST function IWRESplotter.
A panel of 4 different diagnostic IWRES plots.
Rupert Austin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.