View source: R/OneWayVarPlot.R
OneWayVarPlot | R Documentation |
bwplot
of the data by group, of the group
means, and of the entire dataset. This is an approximate visualization
of the Mean Square lines from the ANOVA table for a one-way ANOVA model.
Displays a three-panel bwplot
of the data by group, of the group
means, and of the entire dataset. This is an approximate visualization
of the Mean Square lines from the ANOVA table for a one-way ANOVA model.
The groups are centered using medians by default. Means, and anything
else, is an option.
OneWayVarPlot(x, data, ...,
main="Variability of Groups, Centers of Groups, and all Data",
centerFunctionName="median",
center=TRUE)
x |
Model formula with one response variable and one factor. |
data |
|
... |
Other arguments to be forwarded to the panel function. |
main |
|
centerFunctionName |
Name of centering function, with
|
center |
Logical. If |
Three-panel trellis
object.
Richard M. Heiberger <rmh@temple.edu>
data(batch)
OneWayVarPlot(Calcium ~ Batch, data = batch)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.