R/ds19_Car_Crash_Tests.R

#' Data Set 19: Car Crash Tests
#'
#' The same cars are used in Data Set 20.  The data are measurements from cars
#' crashed into a fixed barrier at 35 mi/h with a crash test dummy in the driver's
#' seat.  Data are from the National Highway Traffic Safety Administration.
#' \itemize{
#' \item HIC is a measurement of a standard "head injury criterion".
#' \item CHEST is chest deceleration (in g, where g is a force of gravity)
#' \item FEMUR_L is the measured load on the left femur (in lb)
#' \item FEMUR_R is the meausred load on the right femur (in lb)
#' \item TTI is a measurement of the side thoracic trauma index
#' \item PELVIS is pelvis deceleration (in g, where g is a force of gravity)
#' }
#'
#' @format A data frame with 21 rows and 8 variables
#' @source Triola, M. 2018. Elementary Statistics, 13th ed. Boston, MA: Pearson.
#' @name ds19_Car_Crash_Tests
NULL
ngay/kustats documentation built on May 23, 2019, 4:41 p.m.