Learn R Programming

MPsychoR (version 0.10-8)

bandpref: Band Preferences

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

data("bandpref")

Arguments

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

Run this code
# NOT RUN {
data("bandpref")
str(bandpref)
# }

Run the code above in your browser using DataLab