qqyeffects | R Documentation |
Produces a half or full normal plot of the Yates effects from a
2^k
factorial experiment.
qqyeffects(aov.obj, error.term="Within", data=NULL, pch=16,
full=FALSE, ...)
aov.obj |
An |
error.term |
The term from the |
data |
A |
pch |
The number of a plotting symbol to be drawn when plotting points
(use |
full |
whether a full or half normal plot is to be produced. The
default is for a half-normal plot; |
... |
Further graphical parameters may be specified (use
|
A half or full normal plot of the Yates effects is produced. You will be able to interactively select effects to be labelled (click reasonably close to the point and on the side where you want the label placed). Right click on the graph and select Stop when you have finished labelling effects. A regression line fitted to the unselected effects and constrained to go through the origin is plotted. Also, a list of the labelled effects, if any, are printed to standard ouptut.
Returns, invisibly, a list with components x and y, giving coordinates of the plotted points.
Chris Brien
yates.effects
in package dae, qqnorm
.
## analysis of 2^4 factorial experiment from Table 10.6 of Box, Hunter and
## Hunter (1978) Statistics for Experimenters. New York, Wiley.
## use ?Fac4Proc.dat for data set details
data(Fac4Proc.dat)
Fac4Proc.aov <- aov(Conv ~ Catal * Temp * Press * Conc + Error(Runs),
Fac4Proc.dat)
qqyeffects(Fac4Proc.aov, error.term="Runs", data=Fac4Proc.dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.