Baker_etal: Auditory detection of a gap in noise

Baker_etalR Documentation

Auditory detection of a gap in noise

Description

A 300-ms noise burst containing a gap of 2–8 ms duration or no gap was presented to one ear of a subject. The symbols in the figure below show the proportion of responses "gap" as a function of gap duration. There were 12 trials with each gap duration and 84 trials with no gap. See https://personalpages.manchester.ac.uk/staff/david.foster/software-modelfree/latest/examples/example07R.html

Usage

data("Baker_etal")

Format

A data frame with 8 rows and 3 columns.

x

stimulus level

r

number of successes

m

number of trials

References

Baker, R. J., Jayewardene, D., Sayle, C., & Saeed, S. “Failure to find asymmetry in auditory gap detection”, Laterality: Asymmetries of Body, Brain and Cognition, 13, 1-21, 2008.

Examples

data("Baker_etal")
x = Schofield_etal$x
r = Schofield_etal$r
m = Schofield_etal$m
plot( x, r / m, xlim = c( 0.16, 7.83 ), ylim = c( -0.01, 1.01 ), type = "p", pch="*" )

modelfree documentation built on May 31, 2023, 7:17 p.m.