noRegMin {fechner}R Documentation

Artificial Data: Regular Minimality Violated

Description

Artificial data of fictitious ‘discrimination probabilities’ among 1010 fictitious stimuli.

Usage

noRegMin

Format

The noRegMin data frame consists of 1010 rows and 1010 columns, representing the fictitious stimuli presented in the first and second observation area, respectively. Each number, a numeric, in the data frame is assumed to give the relative frequency of perceivers scoring ‘different’ to the row stimulus ‘followed’ by the column stimulus.

Note

This dataset is artificial and included for illustrating regular minimality being violated. It differs from the artificial data regMin only in the entry in row \#99 and column \#1010.

References

Dzhafarov, E. N. and Colonius, H. (2006) Reconstructing distances among objects from their discriminability. Psychometrika, 71, 365–386.

Dzhafarov, E. N. and Colonius, H. (2007) Dissimilarity cumulation theory and subjective metrics. Journal of Mathematical Psychology, 51, 290–304.

Uenlue, A. and Kiefer, T. and Dzhafarov, E. N. (2009) Fechnerian scaling in R: The package fechner. Journal of Statistical Software, 31(6), 1–24. URL http://www.jstatsoft.org/v31/i06/.

See Also

regMin for the other artificial data satisfying regular minimality in non-canonical form; check.data for checking data format; check.regular for checking regular minimality/maximality; fechner, the main function for Fechnerian scaling. See also morse for Rothkopf's Morse code data, wish for Wish's Morse-code-like data, and fechner-package for general information about this package.

Examples

## dataset noRegMin violates regular minimality
noRegMin
check.regular(noRegMin, type = "reg.minimal")

[Package fechner version 1.0-3 Index]