pmc function

Proportion of Misclassifications According to an Estimated MLDS Fit

Proportion of Misclassifications According to an Estimated MLDS Fit

pmc calculates the proportion of the observer's responses that are misclassifications on the basis of the estimated MLDS.

pmc(x, ...)

Arguments

  • x: object of class 'mlds'.
  • ...: currently unused.

Returns

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, tools:::Rd_expr_doi("10.1167/3.8.5") .

Author(s)

Kenneth Knoblauch

See Also

mlds

Examples

data(kk1) kk1.mlds <- mlds(SwapOrder(kk1)) pmc(kk1.mlds)
  • Maintainer: Kenneth Knoblauch
  • License: GPL (>= 2)
  • Last published: 2023-08-20

Useful links