R/sample_bed_time.r

#' Simulated Sample Sleep and Wake up Time Log
#'
#' This log matches event data with the same 7 consecutive days. The variables are as follows:
#' \itemize{
#'   \item \code{id} The id of participant
#'   \item \code{Visit} The visit number
#'   \item \code{date.out} Wake up date
#'   \item \code{time.out} Wake up time
#'   \item \code{date.in} Sleep date
#'   \item \code{time.in} Sleep time
#' }
#'
#' @docType data
#' @keywords datasets
#' @name sample_bed_time
#' @usage data(sample_bed_time)
#' @format A data frame with 7 rows and 6 variables
NULL

Try the PAactivPAL package in your browser

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

PAactivPAL documentation built on May 30, 2017, 4:33 a.m.