https://github.com/cran/IQCC
Tip revision: 015c96430f6bddf3c9b4b20d878ceae380a023be authored by Emanuel P. Barbosa on 21 September 2009, 00:00:00 UTC
version 1.0
version 1.0
Tip revision: 015c964
xbarI.Rd
\name{xbarI}
\alias{xbarI}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{ X-bar Shewhart Control Chart for phase I. }
\description{
Builds the x-bar control chart for phase I.
}
\usage{
xbarI(x, sizes)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
\item{x}{ The data to be plotted. }
\item{sizes}{ A value or a vector of values specifying the sample sizes associated with each group. }
}
\details{
Even if the data is not normal the x-bar statistic will be close to the normal by the central limit theorem.
}
\value{
Return a x-bar control chart for phase I.
}
\author{ Daniela R. Recchia, Emanuel P. Barbosa }
\seealso{ \link{xbarII} }
\examples{
data(pistonrings)
xbarI(pistonrings[1:25,])
}