R/injury-data.R

#' Sample soft tissues injury data
#'
#' @format
#' Data frame with 7 variables and 658 observations:
#'   \describe{
#'    \item{Day}{Integer vector}
#'    \item{Injury}{Integer. 0 indicated no-injury in the next 7 days or less, and
#'      1 indicates injury in 7 days or less}
#'    \item{Location}{Location of the injury}
#'    \item{Type}{Type of injury}
#'    \item{RPE.Load}{Numeric vector. RPE load}
#'    \item{Total.Distance}{Numeric vector. Total running distance covered}
#'    \item{HS.Distance}{Numeric vector. Hight Speed distance covered}
#' }
#' @usage data(injury_data)
"injury_data"
mladenjovanovic/dorem documentation built on July 23, 2022, 7:12 a.m.