R/doc_pet_delivery.R

#' Tensile strength values on PET raw material for the clothing industry.
#' 
#' @format An object of class tibble with 28 observations on 2 variables.
#' 
#' @description Measurements of tensile strength of two different deliveries
#' of PET raw material used in the clothing industry. The two data sets follow
#' approximately a normal distribution.
#' 
#' \describe{
#'   \item{A}{Tensile strenght measurements for product A [Mpa] (numeric)}
#'   \item{B}{Tensile strenght measurements for product B [Mpa] (numeric)}
#' }
#' 
#' @source
#' Original data set.
#' 
#' @references 
#' For a complete case study application refer to \url{https://j-ramalho.github.io/industRial/}.
#' 
#' @examples
#' data(pet_delivery)
"pet_delivery"

Try the industRial package in your browser

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

industRial documentation built on June 11, 2021, 5:10 p.m.