lfm_clean: a "clean" version of the lateformeeting sample data set

lfm_cleanR 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)

rrefine documentation built on Nov. 16, 2022, 1:09 a.m.