Learn R Programming

MLDS (version 0.1-5)

pmc: 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.

References

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.

See Also

mlds

Examples

Run this code
data(kk1)
	kk1.mlds <- mlds(SwapOrder(kk1))
	pmc(kk1.mlds)

Run the code above in your browser using DataLab