R/SleepDiary1Day.R

#' @title Sleep Diary 1-Day Data
#'
#' @description A small dataset containing sleep diary data for a single day
#' and single subject
#'
#' \itemize{
#'   \item bed. time at which the subject reported going to sleep on day 1
#'   \item wake. time at which the subject reported waking up on day 1
#' }
#'
#' @docType data
#' @keywords datasets
#' @name SleepDiary1Day
#' @usage data("SleepDiary1Day")
#' @format a data frame with 1 row and 2 variables
#'
NULL

Try the ActiSleep package in your browser

Any scripts or data that you put into this service are public.

ActiSleep documentation built on June 22, 2024, 10:21 a.m.