gof_default_panels: The default GOF panels

View source: R/gof.R

gof_default_panelsR Documentation

The default GOF panels

Description

The default GOF panels

Usage

gof_default_panels(...)

Arguments

...

Ignored.

Details

The default output of gof is consists of 6 panels arranged in a 3-by-2 grid. These are:

  1. dv_vs_ipred

  2. dv_vs_pred

  3. cwres_vs_pred

  4. cwres_vs_time

  5. cwres_vs_tad

  6. absiwres_vs_ipred

Most panels come a both a linear and log variant. Normally, the linear variant will be chosen, but in some cases it may make more sense for the log variants to be the default for certain panels. This can be achieved using options gof.scale.* (see Examples).

Value

A vector of panel numbers.

Examples

gof_default_panels()

## Not run: 
# Change the default scale to log for dv/pred/ipred
options(gof.scale.dv="log")
gof_default_panels()

# Change the default scale to log for time and tad
options(gof.scale.time="log", gof.scale.tad="log")
gof_default_panels()

## End(Not run)

certara/ggcertara documentation built on Feb. 28, 2024, 5:01 a.m.