- obj
object of class lm
or vector with the factor effects.
- alpha
numeric. Significance level used for the margin of error (ME)
and simultaneous margin of error (SME). See Lenth(1989).
- plt
logical. If TRUE
, a spikes plot with the factor effects is displayed.
Otherwise, no plot is produced.
- limits
logical. If TRUE
ME and SME limits are displayed and labeled.
- xlab
character string. Used to label the x-axis. "factors" as default.
- ylab
character string. Used to label the y-axis. "effects" as default.
- faclab
list with components idx
(numeric vector)
and lab
(character vector). The idx
entries of
effects vector (taken from obj
) are labelled as lab
.
The rest of the effect names are blanked. If NULL
all factors
are labelled using the coefficients' name.
- cex.fac
numeric. Character size used for the factor labels.
- cex.axis
numeric. Character size used for the axis.
- adj
numeric between 0 and 1. Determines where to place the
"ME" (margin of error) and the "SME" (simultaneous margin of error) labels
(character size of 0.9*cex.axis
).
0 for extreme left hand side, 1 for extreme right hand side.
- ...
extra parameters passed to plot
.