Rev 4820 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{xmp04.30}\alias{xmp04.30}\title{data from Example 4.30}\description{The \code{xmp04.30} data frame has 10 rows and 1 columns oflifetimes of power apparatus insulation.}\format{This data frame contains the following columns:\describe{\item{lifetime}{a numeric vector of lifetimes (hr) of power apparatusinsulation under thermal and electrical stress.}}}\source{Devore, J. L. (2000) \emph{Probability and Statistics forEngineering and the Sciences (5th ed)}, Duxbury(1985) "On the estimation of life of power apparatus under combinedelectrical and thermal stress", \emph{IEEE Transactions onElectrical Insulation}, 70--78.}\examples{data(xmp04.30)attach(xmp04.30)## Try normal probability plot firstqqnorm(lifetime, ylab = "Lifetime (hr)")qqline(lifetime)## Weibull probability plot, compare Figure 4.36, p. 194plot(log(-log(1 - seq(0.05, 0.95, 0.1))),log(sort(lifetime)), xlab = "Theoretical Quantiles",ylab = "log(Lifetime) (log(hr))",main = "Weibull Q-Q Plot", las = 1)detach()}\keyword{datasets}