pmc: Proportion of Misclassifications According to an Estimated...

pmcR 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, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1167/3.8.5")}.

See Also

mlds

Examples

	data(kk1)
	kk1.mlds <- mlds(SwapOrder(kk1))
	pmc(kk1.mlds)

MLDS documentation built on Aug. 20, 2023, 9:06 a.m.