xmp04.29 {Devore6} | R Documentation |
The xmp04.29
data frame has 19 rows and 2 columns of
dielectric breakdown voltages and their corresponding standard
normal quantiles used in a normal probability plot.
This data frame contains the following columns:
Devore, J. L. (2003) Probability and Statistics for Engineering and the Sciences (6th ed), Duxbury
(1996) "Maximum likelihood estimation in the 3-parameter Weibull Distribution", IEEE Transactions on Dielectrics and Electrical Insulation, 43–55.
data(xmp04.29) attach(xmp04.29) ## compare to Figure 4.33, page 190 qqp <- qqnorm(Voltage) qqline(Voltage) detach() ## compare quantiles with those given in book cbind(qqp, xmp04.29)