Learn R Programming

MLDS (version 0.5.1)

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, ...)

Value

numeric indicating the proportion of misclassified trials on the basis of the estimated scale.

Arguments

x

object of class 'mlds'.

...

currently unused.

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

Examples

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

Run the code above in your browser using DataLab