sleepduration {boxfilter} | R Documentation |
data on duration in bed
data("sleepduration")
A data frame with 881 observations on the following 2 variables.
Date
a character vector
Bedtime
a character vector, convert to decimal number
https://www.kaggle.com/datasets/danagerous/sleep-data
data(sleepduration)
## maybe str(sleepduration) ; plot(sleepduration) ...