#' Agreement data for N=20 athletes
#'
#' Data for true, criterion and practical vertical jump measures. Criterion and practical
#' were measured twice (trial1 and trial2), assuming equal true score
#'
#' @format A data frame with 20 rows and 6 variables:
#' \describe{
#' \item{Athlete}{Name of the athlete}
#' \item{True_score}{Numeric value indicating true jump height in cm units}
#' \item{Criterion_score.trial1}{Criterion measure of the true score - trial 1}
#' \item{Criterion_score.trial2}{Criterion measure of the true score - trial 2}
#' \item{Practical_score.trial1}{Practical measure of the true score - trial 1}
#' \item{Practical_score.trial2}{Practical measure of the true score - trial 2}
#' }
#' @usage data(agreement_data)
"agreement_data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.