This dataset shows the actions usually performed during a typical day. The simulated dataset of 100 subjects correspond to the timestamps (in min) of each action of the day, from midnight to midnight. Each value is the time elapse between the beginning of the day (midnight) and the execution of the action.
data(typDay)
A data frame with 100 rows and 15 variables:
Midwife students ID.
Time (in min) when the subject is sleeping. All subjects are set to 0 (0:00 or midnight) as the dataset shows a day from midnight to midnight
Time (in min) when the subject stops to sleep.
Time (in min) when the subject wakes up (same values as stop_sleep).
Time (in min) when the subject takes a shower.
Time (in min) when the subject eats breakfast.
Time (in min) when the subject starts working.
Time (in min) when the subject starts to eat lunch.
Time (in min) when the subject finishes his lunch.
Time (in min) when the subject stops to work.
Time (in min) when the subject picks up his kids.
Time (in min) when the subject starts cooking.
Time (in min) when the subject stops cooking.
Time (in min) when the subject goes to sleep.
Time (in min) when the subject drinks his first coffee of the day.
Garnier EM, Fouret N, Descoins M (2019) ViSiElse: An innovative R-package to visualize raw behavioral data over time. PeerJ Preprints 10.7287/peerj.preprints.27665v2 ([PeerJ](https://doi.org/10.7287/peerj.preprints.27665v2))
# NOT RUN {
data(typDay)
head(typDay)
# }
Run the code above in your browser using DataLab