plot.sensmixed: function creates plots for the sensmixed object

Description Usage Arguments Value Author(s) Examples

Description

function creates barplots for the square roots of F statistics and square roots of chi square values for all attributes

Usage

1
2
3
4
## S3 method for class 'sensmixed'
 plot(x, mult = FALSE, dprime = FALSE, sep = FALSE, 
                             cex = 2,  interact.symbol = ":", isFixed = TRUE, 
                             isRand = TRUE, isScaling = TRUE, ...)

Arguments

x

object of class sensmixed

mult

logical. Should multiple plots be plotted, that is barplots for each effect in a separate plot

dprime

logical. Should multiattribute plot for product effects use average squared dprimes instead of square root of F statistics

sep

logical. If TRUE then separate plot is plotted for each effect (mult argument should be then also TRUE)

cex

The magnification to be used

interact.symbol

The symbol to be used for the interaction effects

isFixed

logical. Whether to plot tests of the fixed effects

isRand

logical. Whether to plot tests of the random effects

isScaling

logical. Whether to plot the scaling factor if present

...

other potential arguments.

Value

NULL is returned

Author(s)

Alexandra Kuznetsova

Examples

1
2
3
4
5
6
7
res <- sensmixed(c("Coloursaturation", "Colourbalance"),
                  Prod_effects=c("TVset"), 
                  individual="Assessor", data=TVbo, MAM=TRUE, 
                  reduce.random=FALSE)
plot(res)
plot(res, mult = TRUE)
plot(res, interact.symbol = " x ")

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