plot_GOF: Plots GOF involving DV and CWRES

Description Usage Arguments Details Value Author(s)

View source: R/plot_GOF.R

Description

Generates general GOF plots for NONMEM models.

Usage

1
2
plot_GOF(filepath, data, ind_var, log_ind_var, bks = 20, fval = 0.33,
  name_stub = "")

Arguments

filepath

character. File path for output GOF 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 CWRES.

fval

f value in lowess function. Larger values give more smoothness.

name_stub

character. Optional string to add to end of image file name.

Details

Uses BAST function GOFplotter.

Value

A panel of 8 different diagnostic plots.

Author(s)

Rupert Austin


jgrevel/BAST1-R-Library documentation built on May 21, 2019, 10:11 a.m.