Description Usage Arguments Value See Also Examples
An interaction plot shows the mean responses for each
level of the object at each level of the group.
1 2 3 4 5 |
object |
factor to be plotted on the horizontal axis. |
response |
numeric vector. |
group |
factor whose levels will be separate traces. |
... |
optional specification of other parameters to be passed
to plotting routines and/or to the bar-drawing routines
|
bar.plot |
"lsd" (default for |
xlab,ylab |
x and y axis labels |
list containing sd, rdf, level and sample size, and either lsd (lsd.plot) or width (ci.plot).
int.plot,
xyplot, margin.plot.lm,
lsd.bar, ci.width,
pvalue.ellipse.
1 2 3 4 | data(ToothGrowth)
attach(ToothGrowth)
lsd.plot(dose, len, supp)
detach()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.