Learn R Programming

xpose4 (version 4.5.3)

wres.vs.idv.bw: Box-and-whisker plot of weighted residuals vs the independent variable for Xpose 4

Description

This creates a box and whisker plot of weighted residuals (WRES) vs the independent variable (IDV), and is a specific function in Xpose 4. It is a wrapper encapsulating arguments to the xpose.plot.bw function. Most of the options take their default values from xpose.data object but may be overridden by supplying them as arguments.

Usage

wres.vs.idv.bw(object,
           ...)

Arguments

object

An xpose.data object.

Other arguments passed to link{xpose.plot.bw}.

Value

Returns a stack of box-and-whisker plots of WRES vs IDV.

Details

This creates a box and whisker plot of weighted residuals (WRES) vs the independent variable (IDV), and is a specific function in Xpose 4. It is a wrapper encapsulating arguments to the xpose.plot.bw function. Most of the options take their default values from xpose.data object but may be overridden by supplying them as arguments.

A wide array of extra options controlling bwplots are available. See xpose.plot.bw and xpose.panel.bw for details.

See Also

xpose.plot.bw, xpose.panel.bw, bwplot, xpose.prefs-class, xpose.data-class

Examples

Run this code

## We expect to find the required NONMEM run and table files for run
## 5 in the current working directory
xpdb5 <- xpose.data(5)


## Here we load the example xpose database 
data(simpraz.xpdb)
xpdb <- simpraz.xpdb

## A vanilla plot
wres.vs.idv.bw(xpdb)

Run the code above in your browser using DataLab