Learn R Programming

qdm (version 0.1-0)

FMrate: Discrimination Judgments of Frequency-Modulated Tones

Description

Three subjects were repeatedly presented with all possible pairs of nine frequency-modulated (FM) tones. The tones had one out of nine different modulation rates, a random modulation phase, a duration of 500 ms, a sound pressure level of 60 dB, and a center frequency of 1000 Hz.

On each trial, subjects judged whether the two FM tones sounded same or different.

Usage

data(FMrate)

Arguments

Format

A data frame of eight variables and 26,820 observations:
resp
the response of a subject in each trial, either s for same or d for different.
RT
reaction time from stimulus onset until reaction of subject.
id
subject id.
ses
number of experimental session.
s1
stimulus (FM rate in Hz) which was presented in the first observation area; in this case: first.
s2
stimulus (FM rate in Hz) which was presented in the second observation area.
phi1
random modulation phase shift for stimulus presented in the first observation area.
phi2
random modulation phase shift for stimulus presented in the second observation area.

Source

Umbach, N., & Wickelmaier, F. (2014). Violations of regular minimality in discrimination judgments of frequency-modulated tones. Presented at the 45th European Mathematical Psychology Group (EMPG) Meeting, July 30 to August 1, Tuebingen, Germany.

Examples

Run this code
data(FMrate)
xtabs(~ id + ses, FMrate)

Run the code above in your browser using DataLab