One-way Analysis of Variance Dialog Function
DESCRIPTION:
This function is called by the One-way Analysis of Variance dialog.
USAGE:
menuOneway(datavec, groupvec, data=NULL, print.p=T)
REQUIRED ARGUMENTS:
- datavec
-
dependent variable of interest.
- groupvec
-
grouping variable of interest.
- data
-
data set of interest.
OPTIONAL ARGUMENTS:
- print.p
-
logical flag indicating whether to print a summary of the results.
VALUE:
an
aov
object as described in the help for
aov
.
SEE ALSO: