bandpref: Band Preferences

Description Usage Format Examples

Description

Toy dataset involving paired comparisons of bands. 200 people stated their preferences of 5 bands in a paired comparison design (no undecided answer allowed).

Usage

1
data("bandpref")

Format

A data frame with 10 paired comparisons (200 people):

Band1

First band

Band2

Second band

Win1

How often first band was preferred

Win2

How often second band was preferred

Examples

1
2
data("bandpref")
str(bandpref)

Example output

'data.frame':	10 obs. of  4 variables:
 $ Band1: Factor w/ 5 levels "Slayer","Rush",..: 1 1 1 1 2 2 2 3 3 4
 $ Band2: Factor w/ 5 levels "Slayer","Rush",..: 2 3 4 5 3 4 5 4 5 5
 $ Win1 : num  142 54 158 34 121 147 155 72 140 159
 $ Win2 : num  58 146 42 166 79 53 45 128 60 41

MPsychoR documentation built on June 15, 2020, 3 p.m.

Related to bandpref in MPsychoR...