GEOG 4/517: Geographic Data Analysis
Regression analysis
Regression analysis aims at constructing relationships between a single dependent or response variable and one or more independent or predictor variables, and is one of the more widely used methods in data analysis. Although the computations and analysis that underlie regression analysis appear more complicated than those for other procedures, simple analyses are quite straightforward.
The general model that underlies regression analysis is
data = predictable component + unpredictable component
"Data" in this case are the observed values of the dependent variable, the predictable component consists of the predictions generated by the regression equation, and the unpredictable component consists of the "residuals" or unpredictable parts of the data. The general idea in regression analysis is to move information into the predictable component, leaving the unpredictable component with no information or pattern.
Regression basics
Details of regression analysis including
Example
Examining the regression equation
This examination leads to an assessment of the "strength" of the relationship between the response variable and the predictor variable(s). Two hypothesis tests are examined
The two hypotheses are tested by examining the regression equation and related statistics
The fit of the regression model can also be displayed by plotting confidence intervals (which allow variability in the regression line to be visually assessed) and prediction intervals (which allow variability in the data to be assessed).
Readings:
Kuhnert & Venebles (An Introduction...): p. 109-120; Maindonald (Using R...): ch. 5