Description Usage Arguments Value Author(s) References See Also Examples
This function produces the maximally spaced, balanced presentation of pairs of stimuli. It also blocks the pairs of stimuli for use in a matrix sampling or inclomplete design.
1 | ross.ordering(x, paper = FALSE)
|
x |
a vector of stimuli |
paper |
a logical value. If |
A data frame is returned. The data frame includes the first and second stimulus to be presented in each pair of stimuli, and it also includes the block number for matrix sampling or incomplete designs.
Andrew Zieffler zief002@umn.edu, Stacy Karl karlx028@umn.edu, and Julio Cabrera cabre031@umn.edu
Davison, M. L. Zieffler, A. Cabrera, J. Karl, S. R. and Cohen, H. S. in press Automated Assembly of Optimally Spaced and Balanced Paired Comparisons: Controlling Order Effects. Behavioral Research Methods. DOI 10.3758/s13428-011-0170-0
Cohen, H.S. and Davison, M.L. 1973 Jiffy-Scale: A FORTRAN IV Program for Generating Ross-Ordered Paired Comparisons. Behavioral Science, 18, 1, 76.
Ross, R.T. 1934 Optimimum Orders for the Presentation of Pairs in the Method of Paired Comparisons. Journal of Educational Psychology, 25, 5, 375–382.
matrix.sampling
, incomplete.design
, big.nine
, big.eight
1 2 3 4 5 6 7 8 9 | ## Ross ordering of the Big Nine data set
## Reproduces Table 1 in Davison, Zieffler, Cabrera, and Karl (in press)
data(big.nine)
ross.ordering(big.nine, paper = TRUE)
## Ross ordering of the Big Eight data set
## Reproduces Table 2 in Davison, Zieffler, Cabrera, and Karl (in press)
data(big.eight)
ross.ordering(big.eight, paper = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.