PACKAGE | |STAT Data Manipulation and Analysis, by Gary Perlman |
---|---|
NAME | oneway - one way analysis of variance / t-test |
SYNOPSIS | oneway [-ptu] [-w plotwidth] [-s splitter] [names] |
WEB FORM | onway can be run from an online web form. |
DESCRIPTION |
oneway does a one-way analysis of variance on data from different
groups. These groups can have different cell sizes. When cell sizes
are equal across groups, the unweighted means analysis and the
weighted means solutions produce identical results. When cell sizes
are unequal, the preferred analysis depends on the reasons for unequal
cell sizes. A text should be consulted to decide which test is most
appropriate.
The input format is simple: each group's data is separated from other groups' by including a special value, called the splitter. |
OPTIONS |
Group names can be supplied on the command line. Otherwise, names
like ``Group-1'' are used.
The following standard help options are supported. The program exits after displaying the help.
|
EXAMPLE |
Suppose you had two groups of data in two files, called ``long'' and
``short.'' To compare these, you would do something like:
echo 999 | cat long - short | oneway -s 999 long short |
ALGORITHMS |
The weighted means analysis algorithm follows Guilford & Fruchter's
Fundamental Statistics for Psychology and Education (5th Edition).
The unweighted means solution follows Keppel's Design and Analysis: A Researcher's Handbook. |
LIMITS | Use the -L option to determine the program limits. |
MISSING VALUES | Missing data values (NA) are counted but not included in the analysis. |
SEE ALSO |
rankind for a non-parametric rank order version of the analysis.
pair for paired data analysis of two groups. anova for multifactor analysis of variance. |
UPDATED | December 24, 1986 |