gofplots | R Documentation |
Basic gof plots
Plot CWRES vs. PRED
Plot CWRES vs. TIME
Plot CWRES vs. TAD
Plot |IWRES| vs. IPRED
Plot |IWRES| vs. TIME
Plot |IWRES| vs. TAD
Plot DV vs. IPRED
Plot DV vs. PRED
Histogram of CWRES
QQ-plot of CWRES
gof_cwres_vs_pred(
data,
labels = gof_labels(),
baseplot = gof_baseplot,
log_x = F,
...
)
gof_cwres_vs_time(
data,
labels = gof_labels(),
baseplot = gof_baseplot,
log_x = F,
...
)
gof_cwres_vs_tad(
data,
labels = gof_labels(),
baseplot = gof_baseplot,
log_x = F,
...
)
gof_absiwres_vs_ipred(
data,
labels = gof_labels(),
baseplot = gof_baseplot,
log_x = F,
...
)
gof_absiwres_vs_time(
data,
labels = gof_labels(),
baseplot = gof_baseplot,
log_x = F,
...
)
gof_absiwres_vs_tad(
data,
labels = gof_labels(),
baseplot = gof_baseplot,
log_x = F,
...
)
gof_dv_vs_ipred(
data,
labels = gof_labels(),
baseplot = gof_baseplot,
log_xy = F,
...
)
gof_dv_vs_pred(
data,
labels = gof_labels(),
baseplot = gof_baseplot,
log_xy = F,
...
)
gof_cwres_histogram(data, labels = gof_labels())
gof_cwres_qqplot(data, labels = gof_labels())
data |
A |
labels |
A named |
baseplot |
A function that returns a |
log_x |
If |
... |
Additional arguments, passed to |
log_xy |
If |
A ggplot
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.