R/data-radar-gun.R

#' Radar Gun Data
#'
#' Data generated from known MSS and TAU and measurement error for N=5 athletes using radar gun
#'     with sampling frequency of 100Hz over 6 seconds.
#' @format Data frame with 4 variables and 3000 observations:
#' \describe{
#'    \item{athlete}{Character string}
#'    \item{bodyweight}{Bodyweight in kilograms}
#'    \item{time}{Time reported by the radar gun in seconds}
#'    \item{velocity}{Velocity reported by the radar gun in m/s}
#' }
#' @usage data(radar_gun_data)
"radar_gun_data"

Try the shorts package in your browser

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

shorts documentation built on May 29, 2024, 8:12 a.m.