Learn R Programming

xpose4 (version 4.5.3)

dOFV.vs.cov: Change in individual objective function value vs. covariate value.

Description

Change in individual objective function value vs. covariate value.

Usage

dOFV.vs.cov(xpdb1,
             xpdb2,
             covariates=xvardef("covariates",xpdb1),
             ylb=expression(paste(Delta, OFV[i])),
             main="Default",
             smooth=TRUE,
             abline=c(0,0),
             ablcol="grey",
             abllwd=2,
             abllty="dashed",
             max.plots.per.page=1,
             ...)

Arguments

xpdb1

Xpose data object for first NONMEM run

xpdb2

Xpose data object for second NONMEM run

covariates

Covariates to plot against

ylb

Label for Y 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

max.plots.per.page

Plots per page.

additional arguments to function

Examples

Run this code

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

## Make some plots
dOFV.vs.cov(xpdb8,xpdb11,"AGE")
dOFV.vs.cov(xpdb8,xpdb11,c("AGE","SECR"))

Run the code above in your browser using DataLab