PACKAGE | |STAT Data Manipulation and Analysis, by Gary Perlman |
---|---|
NAME | regress - multivariate linear regression and correlation |
SYNOPSIS | regress [-ceprs] [column names] |
WEB FORM | regress can be run from an online web form. |
DESCRIPTION |
regress performs a general linear correlation and regression analysis
for up to 20 variables. Input is a series of lines, each containing
an equal number of numerical fields. Names for these fields can be
supplied, but if none are given, REG, A, B, C, etc. are used.
For regression analysis, the first column is predicted with all the others (see dm or colex to reorder columns). |
OPTIONS |
The following standard help options are supported. The program exits after displaying the help.
|
DIAGNOSTICS | regress will complain about a singular correlation matrix if variables are perfectly correlated. |
ALGORITHM | Chapter 4 of Kerlinger and Pedhazur (1973) Multiple Regression in Behavioral Research. New York: Holt, Rinehart & Winston. |
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 |
pair, for simpler paired data analysis.
rankrel, for non-parametric analysis of rank ordinal data. |
BUGS | The SEest is not calculated correctly, but it is not used in the calculation of F or p (reported 2020-05-18). |
UPDATED | Jan 27, 1987 - see BUGS |