Learn R Programming

xpose4 (version 4.5.3)

cwres.dist.qq: Quantile-quantile plot of conditional weighted residuals (CWRES), for Xpose 4

Description

This is a QQ plot of the distribution of conditional weighted residuals (CWRES) in the dataset, a specific function in Xpose 4. It is a wrapper encapsulating arguments to the xpose.plot.qq function.

Usage

cwres.dist.qq(object,
           ...)

Arguments

object

An xpose.data object.

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

Value

Returns a QQ plot of conditional weighted residuals (CWRES).

Details

Displays a QQ plot of the conditional weighted residuals (CWRES).

See Also

xpose.plot.qq, xpose.panel.qq, qqmath, xpose.prefs-class, compute.cwres, 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
cwres.dist.qq(xpdb)

## A different plotting character
cwres.dist.qq(xpdb, pch=4)

Run the code above in your browser using DataLab