Learn R Programming

xpose4 (version 4.5.3)

iwres.dist.hist: Histogram of individual weighted residuals (IWRES), for Xpose 4

Description

This is a histogram of the distribution of individual weighted residuals (IWRES) in the dataset, a specific function in Xpose 4. It is a wrapper encapsulating arguments to the xpose.plot.histogram function.

Usage

iwres.dist.hist(object,
           ...)

Arguments

object

An xpose.data object.

Other arguments passed to xpose.plot.histogram.

Value

Returns a histogram of individual weighted residuals (IWRES).

Details

Displays a histogram of the individual weighted residuals (IWRES).

See Also

xpose.plot.histogram, xpose.panel.histogram, histogram, 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
iwres.dist.hist(xpdb)

Run the code above in your browser using DataLab