

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Dummy Variables In Regression, Quantification of a Categorical Variable, Categorical Variable, Two Separate Regression Lines, Testing for Coincidence, Slope Dummy Variables are some points from this helpful lecture notes.
Typology: Study notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Ch. 14. Dummy Variables in Regression
I. Introduction A. Dummy Variable: Quantification of a categorical variable (e.g., Male=1 and Female=0, Yes=1 and No=0, and etc.). B. If we have a categorical variable related to multiple regression, we have two options: a separate regression line for each category and one regression line with a dummy variable. C. Since we need numerical variables for multiple regression, the quantification of a non-numerical variable is necessary for one regression line with a dummy variable.
II. Two Separate Regression Lines: Develop two separate lines. A. Testing for Parallelism (Testing for Two Slopes) Ho: β1M = β1F H1: β1M ≠ β1F (or directional) α: .05 or .01 t(crit): df = nM + nF - 4 TS b1M - b1F t(obs) = ──────────── SE(b1M-b1F) (see the formulas on pp. 322-323) Decision: If |t(obs)| ≥ t(crit), reject Ho.
*If we reject Ho, it means that we do not have parallel lines (two slopes are different). B. Testing Two Intercepts Ho: β0M = β0F H1: β0M ≠ β0F (or directional) α: .05 or .0 1 t(crit): df = nM + nF - 4 TS b0M - b0F t(obs) = ──────────── SE(b0M-b0F) (see the formulas on p. 325) Decision: If |t(obs)| ≥ t(crit), reject Ho.
*If we reject Ho, it means that we do not have equal intercept (two intercepts are different). C. Testing for Coincidence
III. Single Regression Line with Dummy Variables A. Two types of dummy variable regression