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.
Usage
data(bilingual_brains_df)
Format
A data frame with 22 observations and 2 variables:
- proficiency
Numeric vector representing second language proficiency scores (summary of reading, writing, and speech)
- greymatter
Numeric vector representing density of gray matter in the left inferior parietal region
Details
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.