Learn R Programming

MLDS (version 0.5.1)

fitted.mlds: 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 mlds
fitted(object, ...)

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

Value

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

Arguments

object

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

...

currently ignored

Author

Kenneth Knoblauch

References

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

See Also

mlds, predict.mlds

Examples

Run this code
data(kk1)
data(kk2)
data(kk3)
fitted(mlds(SwapOrder(rbind(kk1, kk2, kk3))))

Run the code above in your browser using DataLab