#' Bench press data
#'
#' Effects of training intervention using N=20 subject on bench press 1RM
#'
#' @format A data frame with 20 rows and 5 variables:
#' \describe{
#' \item{Athlete}{Name of the athlete}
#' \item{Pre-test}{Bench press 1RM Pre-test results in kg}
#' \item{Post-test}{Bench press 1RM Post-test results in kg}
#' \item{Change}{Difference between Post-test and Pre-test}
#' \item{Magnitude}{Factor indicating magnitude of the change based on
#' the SESOI band (+/- 5kg). Three levels: Lower, Equivalent,
#' and Higher.}
#' }
#' @usage data(bench_press_data)
"bench_press_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.