Learn R Programming

shuffle (version 1.0.1)

design_vec: The design for an fMRI experiment

Description

The design vector for the validation data in an fMRI experiment. At time t the image design_vec[t] was shown.

Usage

data(design_vec)

Arguments

Format

The format is: num [1:1560] 2 3 6 1 11 2 2 7 2 10 ...

Source

Kay, Naselaris, Prenger and Gallant (2008), "Identifying natural images from human brain activity"

Details

The design vector for the validation data in an fMRI experiment. The experiment consisted of 1560 timeframes, 120 images each repeated 13 times. The imshrd were organized into 10 separate blocks, each repeating 12 images.

References

Benjamini and Yu (2013), "The shuffle estimator for explainable variance"

Examples

Run this code
data(design_vec)
plot(design_vec,xlab = "event", ylab = "treatment", main="Design of the full experiment" )

plot(design_vec[1:120],xlab = "event",ylab= "treatment",main="Design of a single block")

Run the code above in your browser using DataLab