https://github.com/cran/IQCC
Raw File
Tip revision: ef4202fc61e884dce81758e0f31c6f1ae429e523 authored by Emanuel P. Barbosa on 10 March 2010, 00:00:00 UTC
version 0.6
Tip revision: ef4202f
moonroof.Rd
\name{moonroof}
\alias{moonroof}
\docType{data}
\title{ Moonroof }
\description{
  A data set used to build an u-charts.
}
\usage{data(moonroof)}
\format{
  A data frame with 34 observations on the following 4 variables.
  \describe{
    \item{\code{i}}{Index.}
    \item{\code{yi}}{The number of defects.}
    \item{\code{ni}}{The sample size.}
    \item{\code{ui}}{The proportion of defects.}
  }
}
\details{
  Defect data for moonroof installation example.
}
\source{
  DeVor, R.E.; Chang, T.; Sutherland, J.W., 2007. "Statistical Quality Design and Control".
}
\references{
  See the source.
}
\examples{
data(moonroof)
}
back to top