HSP: Hecht, Schlaer and Pirenne (1942) psychometric functions

HSPR Documentation

Hecht, Schlaer and Pirenne (1942) psychometric functions

Description

The data frame contains the per cent of correct responses as a function of average number of quanta per flash of light at the cornea and the frequency with which it was seen for 5 psychometric functions reported in Table V of Hecht et al. (1942)

Usage

data(HSP)

Format

A data frame with 30 observations on the following 5 variables.

Q

a numeric vector corresponding to the column labelled as ‘No. of quanta’ in the original article.

p

a numeric vector corresponding to the column labelled as ‘Frequency’ with a subtitle ‘per cent’ in the original article

N

a numeric vector indicating the number of presentations of the flash

Obs

a factor with levels MHP SH SS indicating the initials of the observers

Run

a factor with levels R1 R2 indicating the session or run of the experiment

Details

Hecht et al. (1942) reported the data from 5 psychometric functions for 3 observers (the authors), two of which are replications on the same observer. Each flash intensity was presented 50 times except for the data for observer SH, for which the presentations numbers are 35 and 40, respectively, for the two runs.

Source

S. Hecht, S. Schlaer and M.H. Pirenne (1942) Energy, quanta and vision. Journal of General Physiology, 25, 819–840.

Examples

data(HSP)
lattice::xyplot(p/100 ~ Q | Obs * Run, HSP,  
	type = c("p", "l"), 
	scales = list(x = list(log = TRUE)), 
	as.table = TRUE)

MPDiR documentation built on Aug. 19, 2023, 5:11 p.m.