R/ds13.R

#' Data Set 13: Car Crash Tests
#' 
#' The same cars are used in Data Set 14.  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 FEML is the measured load on the left femur (in lb)
#' \item FEMR is the meausred load on the right femur (in lb)
#' \item TTI is a measurement of the side thoracic trauma index
#' \item PLVS is pelvis deceleration (in g, where g is a force of gravity)
#' }
#' 
#' @format A data frame with 38 rows and 6 variables
#' @source Triola, M. 2014. Elementary Statistics, 12th ed. Boston, MA: Pearson.
#' @name ds13
NULL
ngay/kustats documentation built on May 23, 2019, 4:41 p.m.