Plot prediction of ANOVA effects for one main effect. By default, we plot we plot the credible intervals corresponding to a probability 0.95.
plotQUALYPSOeffect(
QUALYPSOOUT,
nameEff,
includeMean = FALSE,
lim = NULL,
col = 1:20,
xlab = "",
ylab = "Effect",
addLegend = TRUE,
...
)output from QUALYPSO
name of the main effect to be plotted in QUALYPSOOUT$namesEff
if TRUE, the grand mean is added to the main effect in the plot
y-axis limits (default is NULL)
colors for each effect
x-axis label
y-axis label
if TRUE, a legend is added
additional arguments to be passed to plot
Guillaume Evin