Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 804 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 804 Bytes

russian_blues

Describe data and analyses for

Winawer J, Witthoft N, Frank MC, Wu L, Wade AR, Boroditsky L. Russian blues reveal effects of language on color discrimination. Proc Natl Acad Sci U S A. 2007 May 8;104(19):7780-5. doi: 10.1073/pnas.0701644104. Epub 2007 Apr 30. PMID: 17470790; PMCID: PMC1876524.

See OSF site for experimental code: https://osf.io/r9qzd/

The raw data from the experiment is in the comma-delimited text file:

russian_blues_data.csv

Some basic processing of the data as described in the paper is implemented in the script

load_blues_data.m

Recreation of the data summary (table 1 from the paper) and the figures is scripted in

check_table1.m
check_figure1.m
check_figure2.m

Scripts will be added to check the statisitcs in the paper as well.