data("FirstNames")
paircomp
.
All 15 pairwise choices among six boys names: Tim, Lucas, Michael, Robin,
Benedikt, and Julius.paircomp
. Same as preference
, but within-pair order
is recognized. Participants were presented with 15 pairs of boys names in random order. On
each trial, their task was to choose the name they would rather give to
their own child. The pairs of boys names were read to the participants one
at a time. A given participant compared each pair in one order only, hence
the NA's in ordered.pref
.
The names were selected to fall within the upper (Tim, Lucas), mid (Michael, Robin) and lower (Benedikt, Julius) range of the top 100 of the most popular boys names in Germany in the years from 1990 to 1999 (http://www.beliebte-vornamen.de/3778-1990er-jahre.htm). The names have either front (e, i) or back (o, u) vowels in the stressed syllables. Phonology of the name and attractiveness of a person have been shown to be related (Perfors, 2004; Hartung et al., 2009).
paircomp
data("FirstNames", package = "psychotools")
summary(FirstNames$preference)
covariates(FirstNames$preference)
Run the code above in your browser using DataLab