Sleep and Learning
SleepAndPerformance.RdThe increase in "slow-wave" sleep and improvements in spatial learning tasks in 10 humans.
Format
A data frame with 10 observations on the following 2 variables.
- sleep
 a numeric vector
- improvement
 a numeric vector
Source
Huber, R., M.F. Ghilardi, M. Massimini, and G. Tononi. 2004. Local sleep and learning. Nature 430: 78-81.
Examples
str(SleepAndPerformance)
#> 'data.frame':	10 obs. of  2 variables:
#>  $ sleep      : int  8 14 13 15 17 18 31 32 44 54
#>  $ improvement: int  8 3 0 0 8 15 14 10 27 26
xyplot(improvement ~ sleep, SleepAndPerformance)