This dataset, sleep_performance_df, is a data frame containing measurements of the increase in slow-wave sleep and corresponding improvements in spatial learning tasks from 10 human subjects.
Usage
data(sleep_performance_df)
Format
A data frame with 10 observations and 2 variables:
- sleep
Integer vector representing increase in slow-wave sleep (units)
- improvement
Integer vector representing improvement in spatial learning tasks (units)
Details
The dataset name has been kept as 'sleep_performance_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.