The pre-processed data for identifying which brain regions is sensitive to the color memory of learned objects.

color_index

Format

A tibble with 232 rows and 3 variables with one group attribute:

subj_id

Subjuct identity number

roi_id

Brain sub-region that of interest for the analysis. Served as the grouping variable here.

color_index

A value we want to test if it is significantly different from 0 across subjects.

References

Zhao, Y., Chanales, A.J.H. & Kuhl, B.A. (2021). Adaptive memory distortions are predicted by feature representations in parietal cortex. Journal of Neuroscience

Examples

color_index
#> # A tibble: 232 x 3 #> subj_id roi_id color_index #> <chr> <chr> <dbl> #> 1 01 AnG -0.0324 #> 2 01 dLatIPS -0.0425 #> 3 01 LO -0.0326 #> 4 01 pIPS -0.0148 #> 5 01 V1 -0.00126 #> 6 01 vIPS -0.0238 #> 7 01 vLatIPS -0.0266 #> 8 01 VTC 0.000996 #> 9 02 AnG 0.0156 #> 10 02 dLatIPS 0.0275 #> # … with 222 more rows