plot.eba {eba} | R Documentation |
Plots EBA residuals against fitted values.
plot.eba(x, ...)
x |
an object of class eba , typically the result of a
call to OptiPt |
... |
further arguments passed to or from other methods |
The deviance residuals are plotted against the predicted choice probabilities for the upper triangle of the paired-comparison matrix.
data(celebrities) # absolute choice frequencies btl <- OptiPt(celebrities) plot(btl)