Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Author(s)

Andrew C. Hooker

See Also

Examples

## Not run: 
## 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"))

## End(Not run)

xpose4

Diagnostics for Nonlinear Mixed-Effect Models

v4.7.1
LGPL (>= 3)
Authors
Andrew C. Hooker [aut, cre, cph], Mats O. Karlsson [aut, cph], Justin J. Wilkins [aut], E. Niclas Jonsson [aut, trl, cph], Ron Keizer [ctb] (functionality for bootstrap of GAM and SCM)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.