pmc {MLDS} | R Documentation |
Proportion of Misclassifications According to an Estimated MLDS Fit
Description
pmc
calculates the proportion of the observer's responses that are misclassifications on the basis of the estimated MLDS.
Usage
pmc(x, ...)
Arguments
x |
object of class 'mlds'. |
... |
currently unused. |
Value
numeric indicating the proportion of misclassified trials on the basis of the estimated scale.
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
Examples
data(kk1)
kk1.mlds <- mlds(SwapOrder(kk1))
pmc(kk1.mlds)
[Package MLDS version 0.5.1 Index]