gofplots: Basic gof plots

gofplotsR Documentation

Basic gof plots

Description

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

Usage

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())

Arguments

data

A data.frame.

labels

A named list of labels.

baseplot

A function that returns a ggplot object to use as the base for all scatterplots (histograms and QQ-plots are unaffected).

log_x

If TRUE then log-scale will be used for the x-axis.

...

Additional arguments, passed to baseplot.

log_xy

If TRUE then log-scale will be used for both x- and y-axes.

Value

A ggplot object.


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