fitted.mlds {MLDS} | R Documentation |
fitted.mlds
returns the fitted responses from an estimated difference scale obtained by mlds
.
## S3 method for class 'mlds': fitted(object, ...)
object |
object of class 'mlds", typically obtained from the output of mlds . |
... |
currently ignored |
A numeric vector contained the fitted probabilities to the responses of the observer for each quadruple.
Kenneth Knoblauch
Maloney, L. T. and Yang, J. N. (2003). Maximum likelihood difference scaling. Journal of Vision, 3(8):5, 573–585, http://journalofvision.org/3/8/5/, doi:10.1167/3.8.5.
data(kk1) data(kk2) data(kk3) fitted(mlds(SwapOrder(rbind(kk1, kk2, kk3))))