Skip to contents

Change in individual objective function value 1 vs. individual objective

Usage

dOFV1.vs.dOFV2(
  xpdb1,
  xpdb2,
  xpdb3,
  ylb = expression(paste(Delta, OFV1[i])),
  xlb = expression(paste(Delta, OFV2[i])),
  main = "Default",
  smooth = NULL,
  abline = c(0, 1),
  ablcol = "grey",
  abllwd = 2,
  abllty = "dashed",
  lmline = TRUE,
  ...
)

Arguments

xpdb1

Xpose data object for first NONMEM run

xpdb2

Xpose data object for second NONMEM run

xpdb3

Xpose data object for third NONMEM run

ylb

Label for Y axis.

xlb

Label for X axis.

main

Title of plot.

smooth

Should we have a smooth?

abline

abline description.

ablcol

color of abline

abllwd

line width of abline

abllty

type of abline

lmline

Linear regression line?

...

Additional arguments to function.

Author

Andrew C. Hooker

Examples


if (FALSE) {
## read in table files
xpdb8 <- xpose.data(8)
xpdb8 <- xpose.data(9)
xpdb11 <- xpose.data(11)

## Make the plot
dOFV.vs.cov(xpdb8,xpdb9,xpdb11)
}