This function produces a histogram that visualizes the
frequencies of observations within hourly blocks,
or blocks of multiple hours.
Usage
response_hour_hist(
tab,
break_hours = 10,
xlab = "Hours into study",
main = paste0("Distribution of ", attr(tab, "table"), " response times"),
...
)
Arguments
tab
A StudentLife tibble with time information,
(i.e., and object of class timestamp_SL_tbl
or interval_SL_tbl) as can be returned by the function
load_SL_tibble.