fitted.mlds {MLDS}R Documentation

Fitted Responses for a Difference Scale

Description

fitted.mlds returns the fitted responses from an estimated difference scale obtained by mlds.

Usage

## S3 method for class 'mlds'
fitted(object, ...)

## S3 method for class 'mlbs'
fitted(object, ...)

Arguments

object

object of class ‘mlds’ or ‘mlbs’, typically obtained from the output of mlds.

...

currently ignored

Value

A numeric vector contained the fitted probabilities to the responses of the observer for each quadruple.

Author(s)

Kenneth Knoblauch

References

Maloney, L. T. and Yang, J. N. (2003). Maximum likelihood difference scaling. Journal of Vision, 3(8):5, 573–585, doi:10.1167/3.8.5.

See Also

mlds, predict.mlds

Examples

data(kk1)
data(kk2)
data(kk3)
fitted(mlds(SwapOrder(rbind(kk1, kk2, kk3))))

[Package MLDS version 0.5.1 Index]