* ANOVA for Public School Teachers' Salaries * * Keywords: * regression, ols, dummy, anova, public, school, teacher, salary * * Description: * We illustrate how to perform and analysis of variance for * Public School Teacher Salaries * * Author(s): * Skif Pankov * * Source: * Damodar N. Gujarati and Dawn C. Porter, Basic Econometrics - 5th Edition * McGraw-Hill International Edition, Chapter 9, Example 9.1 (page 278) * sample 1 51 * Reading the datafile and naming variables read(data_9.1.shd) sal spnd d2 d3 * Running an OLS regression of salary (sal) on geographical dummies d2 and d3, * reporting analysis of variance results ols sal d2 d3 / anova stop