plot.eba {eba}R Documentation

Diagnostic Plot for EBA Models

Description

Plots EBA residuals against fitted values.

Usage

plot.eba(x, ...)

Arguments

x an object of class eba, typically the result of a call to OptiPt
... further arguments passed to or from other methods

Details

The deviance residuals are plotted against the predicted choice probabilities for the upper triangle of the paired-comparison matrix.

See Also

OptiPt, residuals.eba.

Examples

data(celebrities)  # absolute choice frequencies
btl <- OptiPt(celebrities)
plot(btl)

[Package eba version 1.4-1 Index]