fitted.mlds | R Documentation |
fitted.mlds
returns the fitted responses from an estimated difference scale obtained by mlds
.
## S3 method for class 'mlds'
fitted(object, ...)
## S3 method for class 'mlbs'
fitted(object, ...)
object |
object of class ‘mlds’ or ‘mlbs’, typically obtained from the output of |
... |
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, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1167/3.8.5")}.
mlds
, predict.mlds
data(kk1)
data(kk2)
data(kk3)
fitted(mlds(SwapOrder(rbind(kk1, kk2, kk3))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.