Skip to contents

This is a histogram 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.histogram function.

Usage

cwres.dist.hist(object, ...)

Arguments

object

An xpose.data object.

...

Other arguments passed to xpose.plot.histogram.

Value

Returns a histogram of conditional weighted residuals (CWRES).

Details

Displays a histogram of the conditional weighted residuals (CWRES).

Author

E. Niclas Jonsson, Mats Karlsson, Andrew Hooker & Justin Wilkins

Examples

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

## A vanilla plot
cwres.dist.hist(xpdb)