This dataset, brain_string_players_df, is a data frame containing neurophysiological measurements from a study of 15 violin and other string instrument players. The data examines the relationship between years of musical practice and measured brain activity levels in relevant cortical regions.
Usage
data(brain_string_players_df)
Format
A data frame with 15 observations and 2 variables:
- Years
Integer: Years of musical practice
- Activity
Numeric: Brain activity measurement (likely fMRI or similar neuroimaging units)
Source
Data taken from the Sleuth3 package version 1.0-6. Original reference: Ramsey, F.L. and Schafer, D.W. (2013) The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.
Details
The dataset name has been kept as 'brain_string_players_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the NeuroDataSets package. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified.