PACKAGE | |STAT Data Manipulation and Analysis, by Gary Perlman |
---|---|
NAME | pair - paired data points analysis and plots |
SYNOPSIS | pair [-fps] [-h height] [-w width] [-c char] [-x xname] [-y yname] [-t top] [-b bottom] [-l left] [-r right] |
WEB FORM | pair can be run from an online web form. |
DESCRIPTION | pair analyzes paired data by providing summary statistics and scattergrams. pair reads pairs of points (two points per line) from the standard input and, without options, provides statistics on the first variable (X), the second (Y), and their difference. If only one datum is on each line, then pair will supply the datum number (1 to N) as the first variable and use the datum as the second. |
OPTIONS |
The following standard help options are supported. The program exits after displaying the help.
|
EXAMPLES |
pair -p -h 10 -w 20 # 10 high, 20 wide plot abut a b | pair -x a -y b # compare two single column files |
LIMITS | Use the -L option to determine the program limits. |
MISSING VALUES | Cases with missing data values (NA) are counted but not included in the analysis. |
SEE ALSO |
regress for multiple regression.
oneway for unpaired comparisons. anova for multi-factor analysis. rankrel for paired analysis of rank ordinal data. ts for time-series analysis. |
UPDATED | January 20, 1987 |