Learn R Programming

modelfree (version 1.2)

Carcagno: Discrimination of pitch

Description

The subject had to identify the interval containing a tone whose fundamental frequency was different from that in the other two intervals. The symbols in the figure below show the proportion of correct responses as the difference between the tones varied. There were 3–49 trials at each stimulus level. See https://personalpages.manchester.ac.uk/staff/david.foster/software-modelfree/latest/examples/example03.html

Usage

data("Carcagno")

Arguments

Format

A data frame with 8 rows and 3 columns.

x

stimulus level

r

number of successes

m

number of trials

References

Unpublished data from S. Carcagno, Lancaster University, July 2008.

Examples

Run this code
data("Carcagno")
x = Carcagno$x
r = Carcagno$r
m = Carcagno$m
plot( x, r / m, xlim = c( 1.95, 4.35 ), ylim = c( 0.24, 0.99 ), type = "p", pch="*" )

Run the code above in your browser using DataLab