This dataset, bilingual_brains_df, is a data frame containing measurements of second language proficiency scores and gray matter density in the left inferior parietal region from 22 observations.
data(bilingual_brains_df)A data frame with 22 observations and 2 variables:
Numeric vector representing second language proficiency scores (summary of reading, writing, and speech)
Numeric vector representing density of gray matter in the left inferior parietal region
The dataset name has been kept as 'bilingual_brains_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the NeuroDataSets package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.