| plotQUALYPSOeffect {QUALYPSO} | R Documentation | 
plotQUALYPSOeffect
Description
Plot prediction of ANOVA effects for one main effect. By default, we plot we plot the credible intervals corresponding to a probability 0.95.
Usage
plotQUALYPSOeffect(
  QUALYPSOOUT,
  nameEff,
  includeMean = FALSE,
  lim = NULL,
  col = 1:20,
  xlab = "",
  ylab = "Effect",
  addLegend = TRUE,
  ...
)
Arguments
| QUALYPSOOUT | output from  | 
| nameEff | name of the main effect to be plotted in  | 
| includeMean | if TRUE, the grand mean is added to the main effect in the plot | 
| lim | y-axis limits (default is NULL) | 
| col | colors for each effect | 
| xlab | x-axis label | 
| ylab | y-axis label | 
| addLegend | if TRUE, a legend is added | 
| ... | additional arguments to be passed to  | 
Author(s)
Guillaume Evin
[Package QUALYPSO version 2.3 Index]