pse(x) ppse(q,k) qpse(p,k)
An approach to this problem which motivates the use of robust estimators of scale is as follows: think of the estimated effects as a sample from a zero mean normal distribution (the null effects) contaminated by the non-null effects. Use robust methods to find an estimate of the scale of the null effects that is insensitive to the non-null effects. Then the estimated effects that are large compared to this scale estimate correspond to the non-null effects. The value of the PSE is included in the fac.aov object created in the standard analysis of a fractional factorial design in S+DOX. The reference distribution is used to provide approximate p-values in the summary procedure and to draw a cut-off line for significant effects on the pareto and half-normal plots. The estimated PSE is equal to 1/slope of the line through the null effects on the half-normal plot. Tests based on the PSE are also used in the empirical bayes plot.
Haaland, P. D. and M. A. O'Connell (1994), "Inference for Effect Saturated Fractional Factorials," to appear in Technometrics.
Lenth, R. V. (1989), "Quick and Easy Analysis of Unreplicated Fractional Factorials." Technometrics, 31, 469-473.
Zahn, D. A. (1975). "An Empirical Study of the Half-Normal Plot." Technometrics, 17, 201-211.
buffer.fac <- fac.aov(buffer.df) buffer.fac$pse pse(buffer.fac$feffects) qpse(.95,15) summary(buffer.fac) pareto(buffer.fac) qqnorm(buffer.fac) ebplot(buffer.fac)