design_vec: The design for an fMRI experiment

Description Usage Format Details Source References Examples

Description

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

Usage

1

Format

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

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.

Source

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

References

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

Examples

1
2
3
4
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")

shuffle documentation built on May 2, 2019, 1:45 p.m.