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
alfa.Rd
\name{alfa}
\alias{alfa}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{ False Alarm probability for the 3-sigma R chart. }
\description{
Used to calculate the real probability of false alarm in the 3-sigma R chart.
}
\usage{
alfa(n)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
\item{n}{ The sample size. }
}
\details{
This alpha risk is calculated under the exact R statistics distribution and its values for small sample sizes will be much larger than the reference value 0,0027.
}
\value{
Return the value of the alpha risk for a given sample size n.
}
\author{ Daniela R. Recchia, Emanuel P. Barbosa }
\seealso{ \link{d2},\link{d3},\link{c4} }
\examples{
alfa(15)
}