Learn R Programming

EffectsRelBaseline (version 0.5)

ef: Human single neuron responses to race.

Description

This dataframe contains the responses of two neurons from the human medial temporal lobe to the presentation of synthetically generated faces which vary the emotion and race.

Usage

data(ef)

Arguments

Format

A data frame with 1452 observations of the following 5 variables.
clustId
Identifier of the neuron, a factor with levels ch26cl3 ch28cl3.
name
Name of the image file presented.
race
Race of the face presented, a factor with levels ambigBlack ambigWhite black white
absResp
Number of action potentials fired during presentation of the image, a numeric vector.
absBkg
Number of action potentials fired prior to image presentation, a numeric vector

References

Valdez et al. 2013, "Race Selective Neurons in the Human Brain".

Examples

Run this code
data(ef)
anova(glm(absResp~race,data=ef),test='Chisq')

Run the code above in your browser using DataLab