gof_default_panels | R Documentation |
The default GOF panels
gof_default_panels(...)
... |
Ignored. |
The default output of gof
is consists of 6 panels arranged in
a 3-by-2 grid. These are:
dv_vs_ipred
dv_vs_pred
cwres_vs_pred
cwres_vs_time
cwres_vs_tad
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).
A vector of panel numbers.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.