Learn R Programming

FactoMineR (version 2.9)

plot.meansComp: Draw the means comparisons

Description

Plot the graphs for the means comparisons.

Usage

# S3 method for meansComp
plot(x, ...)

Arguments

x

an object of class meansComp.

...

further arguments passed to or from other methods, such as ggplot, ...

Author

Francois Husson francois.husson@institut-agro.fr

See Also

meansComp

Examples

Run this code
  data(senso)
  res <- LinearModel(Score~ Product + Day , data=senso, selection="none")
  meansComp(res,spec="Product")
  
if (FALSE) {
  ## or equivalently
  meansComp(res, ~Product)

  ## and with the sidak correction
  meansComp(res,~Product,adjust="sidak")
}

Run the code above in your browser using DataLab