https://github.com/cran/IQCC
Raw File
Tip revision: 5c6e6dea621fd5b486441c5e649098ad5a6549e6 authored by Flavio Barros on 15 November 2017, 21:16:12 UTC
version 0.7
Tip revision: 5c6e6de
moonroof.R
#' Moonroof
#' 
#' A data set used to build an u-charts.
#' 
#' Defect data for moonroof installation example.
#' 
#' @name moonroof
#' @docType data
#' @format A data frame with 34 observations on the following 4 variables.
#' \describe{ 
#' \item{i}{Index.} 
#' \item{yi}{The number of defects.} 
#' \item{ni}{The sample size.} 
#' \item{ui}{The proportion of defects.} }
#' @references See the source.
#' @source DeVor, R.E.; Chang, T.; Sutherland, J.W., 2007. "Statistical Quality
#' Design and Control".
#' @examples
#' 
#' data(moonroof)
#' 
NULL
back to top