lfm_clean {rrefine} | R Documentation |
a "clean" version of the lateformeeting sample data set
Description
This data is a simulated collection of dates, days of the week, numbers of hours slept and indicators of whether or not the subject was on time for work. All observations appearing in this data set are fictitious, and any resemblance to actual arrival times for work is purely coincidental.
Usage
lfm_clean
Format
A data frame with 63 rows and 4 variables
-
date date of observation in POSIXct format
-
dotw day of the week in consistent format
-
hours.slept number of hours slept
-
on.time indicator of on-time arrival to work
Examples
head(lfm_clean)
[Package rrefine version 2.1.0 Index]