#' Fitness Measurements Taken on a Treadmill
#'
#' These data come from a study on a set of subjects at a university. Used in Intermediate Statistics with R in Chapter 1 to help introduce
#' students to R and RStudio.
#'
#' @format a \code{data.frame} with 31 observations on 8 variables:
#' \describe{
#' \item{Subject}{an integer denoting the person measured}
#' \item{TreadMillOx}{subjects' treadmill oxygen consumption in ml per kg per
#' minute}
#' \item{TreaMillMaxPulse}{subjects' maximum pulse rate in beats per minute}
#' \item{RunTime}{subjects' minutes to run 1.5 miles}
#' \item{RunPulse}{subjects' maximum pulse rate during 1.5 mile run in beats per minute}
#' \item{RestPulse}{subjects' resting pulse rate in beats per minute}
#' \item{BodyWeight}{subjects' weight in kg}
#' \item{Age}{subjects' age in years}
#' }
#'
#' @name treadmill
#' @docType data
#' @references
#' Westfall, Peter H., S. Stanley Young, and S. Paul Wright.
#' "On adjusting P-values for multiplicity." Biometrics (1993): 941-945.
#' @keywords data treadmill fitness
"treadmill"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.