R/race.R

#' @title 5K Race Data
#'
#' @description Runner's time for 2 local 5K races in Northeast Ohio (Kent State University 5 K  race and Tallmadge Memorial 5K)  were recorded. There were 32 runners who competed in both of these races, 478 who competed in only the Kent race, and 541 who competed in only the Tallmadge race in 2011.
#'
#' @usage race
#'
#' @format The data frame has 1051 observations and 2 variables:
#' \describe{
#'   \item{Kent}{runner's time completing the Kent course, in seconds}
#'   \item{Tallmadge}{runner's time completing the Tallmadge course, in seconds}
#'   }
#' @source
#' \url{https://ritchiessports.com/wp-content/uploads/tallmadge5k/2011-men-overall.txt}
#' \url{https://ritchiessports.com/wp-content/uploads/tallmadge5k/2011-women-overall.txt}
#' \url{https://www.kent.edu/RunTheWorld/past-races}

"race"

Try the IncomPair package in your browser

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

IncomPair documentation built on March 26, 2020, 6:34 p.m.