Learn R Programming

xpose4 (version 4.5.3)

dOFV1.vs.dOFV2: Change in individual objective function value 1 vs. individual objective function value 2.

Description

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.

Examples

Run this code

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

Run the code above in your browser using DataLab