Learn R Programming

ConsRank (version 1.0.1)

Idea: Idea data set

Description

98 college students where asked to rank five words, (thought, play, theory, dream, attention) regarding its association with the word idea, from 5=most associated to 1=least associated.

Usage

data(Idea)

Arguments

source

Fligner, M. A., & Verducci, J. S. (1986). Distance based ranking models. Journal of the Royal Statistical Society. Series B (Methodological), 359-369.

Examples

Run this code
data(Idea)
revIdea=6-Idea
TR=tabulaterows(revIdea)
CR=QuickCons(TR$X,TR$Wk)
colnames(CR$Consensus)=colnames(Idea)

Run the code above in your browser using DataLab