文档介绍:Chapter 9
Regression on Dummy Explanatory Variables
The Nature of Dummy Variables
:
Dummy variables (also indicator variables; binary variables; categorical variables; dichotomous variables.)--Qualitative variables in regression model.
For example: sex, race, color, religion, nationality, marital status, etc.
Qualitative variables can be quantified by constructing artificial variables that take on values of 1 or 0:
0: indicating the absence of an attribute
1: indicating the presence (or possession) of that attribute.
Dummy variable(D): variables that assume values such as 0 and 1.
2. ANOVA model:
——Regression models that contain only dummy explanatory variables are called analysis-of-variance (ANOVA) models.
Yi = B1+B2Di +ui
ANOVA models are usually used in the fields of sociology, psychology, education, market research.
(1)Dummy variables generally take on values of 1 or 0, they are nonstochastic; that is, their values are fixed.
  (2)Estimation:
Dummy explanatory variables do not pose any new estimation problems, under the assumptions of CLRM, we can use the customary OLS method to estimate the parameters of models that contain dummy variables.
Regression with one Quantitative Variable and One Qualitative Variable, with Two Categories
--ANCOVA models
Yi = B1+B2Di +B3Xi +ui ()
Features :
1. If a qualitative variable has m categories, introduce (m – 1) dummy variables.
If there are only two categories, use only one dummy variables
2. The assignment of 1 and 0 values to two categories, such as male and female, is arbitrary.
3. The category that is assigned the value of 0 is often referred to as the base , bench mark, control, comparison, or omitted category.
4. The coefficient B2 attached to the dummy variable D can be called the differential intercept coefficient because it tells by how much the value of the intercept term of the category that receives the value of 1 differs from the intercept coefficient of the ba