plots bars for the LSMEANS or differences of LSMEANS for product factors and confidence intervals
plotLSMEANS(table, response,
which.plot=c("LSMEANS", "DIFF of LSMEANS"),
main = NULL, cex = 1.4, effs = NULL, mult = TRUE)
data table containing LSMEANS/ DIFFLSMEANS table from the step function of the lmerTest package
vector with the name of the attribute, for which the LSMEANS / DIFFLSMEANS are calculated
name, indicating the type of plot to generate.
name of the title for the plot
cex for representing the plot (UNUSED?..)
vector with the names for the effects, for which to plot the LSMEANS / DIFFLSMEANS
logical. TRUE means plot LSMEANS for all effects in one layout
other potential arguments.
barplots created via ggplot2 package