User Manual

20021201
k ANOVA
One-Way ANOVA
Command: OneWayANOVA
Description: This command tests the hypothesis that the population means of multiple
populations are equal. It compares the mean of one or more groups based on
one independent variable or factor.
Command Syntax
FactorList(A), DependentList
Definition of Terms
FactorList(A): list where levels of Factor A are located
DependentList: list where sample data is located
Input Example
OneWayANOVA list1,list2
Calculation Result Output
A df : df value of Factor A
A MS : MS value of Factor A
A SS : SS value of Factor A
A F : F value of Factor A
A p : p-value of Factor A
Errdf : df value of error
ErrMS : MS value of error
ErrSS : SS value of error
df : degrees of freedom
SS : sum of squares
MS : mean square
7-9-12
Tests
20030201