R/demography.R

#' Simulated Sample Demographic Data
#'
#' Demographic data for 4 random participants is provided.
#'
#'The variables are as follows:
#' \itemize{
#'   \item \code{ID} The ID of the participant
#'   \item \code{Age} The age of the participant
#'  \item \code{Gender} The gender of the participant
#' }
#'
#' @docType data
#' @keywords datasets
#' @name demography
#' @usage data(demography)
#' @format A data frame with 4 rows and 3 colomns
NULL

Try the PASenseWear package in your browser

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

PASenseWear documentation built on May 2, 2019, 2:22 p.m.