plot.consmixed: plots the post-hoc for the consmixed object

Description Usage Arguments Value Author(s) Examples

Description

plots the least squares means and differences of least squares means together with the confidence intervals for the fixed effects

Usage

1
2
3
4
## S3 method for class 'consmixed'
 plot(x, main = NULL, cex = 1.4, 
                           which.plot = c("LSMEANS", "DIFF of LSMEANS"),
                           effs = NULL, ...)

Arguments

x

object of class consmixed

main

string. Title for the plots

cex

A numerical value giving the amount by which plotting text and symbols should be magnified relative to the default

which.plot

type of plot to be drawn

effs

name of the effext for which to draw the plots

...

other potential arguments.

Value

returns NULL

Author(s)

Alexandra Kuznetsova

Examples

1
2
3
4
5
res <- consmixed(response="Informed.liking", 
Prod_effects= c("Product","Information"), 
Cons_effects=c("Gender","Age"), Cons = "Consumer", data =ham, structure=1)

plot(res)

alku86/SensMixed documentation built on May 10, 2019, 9:21 a.m.