Hi all, I have a question that is equally conceptual asmechanical in terms of its execution in Stata.
I was just in a discussion where someone mentioned what they described as adding a "fixed effect" variable to a regression model. I have a variable in our data which represents essentially the neighborhood area (postal code) of residence for individuals. We are only running a cross-sectional regression, however, and I am only familiar with longitudinal fixed effects models.
So in a model specified like this:
```
reg y x1 x2 x3 i.neighborhood
```
Could one refer to the neighborhood covariate in this model as a neighborhood "fixed effect"? Or is there some other way to specify this in a model that would match such terminology?
I was just in a discussion where someone mentioned what they described as adding a "fixed effect" variable to a regression model. I have a variable in our data which represents essentially the neighborhood area (postal code) of residence for individuals. We are only running a cross-sectional regression, however, and I am only familiar with longitudinal fixed effects models.
So in a model specified like this:
```
reg y x1 x2 x3 i.neighborhood
```
Could one refer to the neighborhood covariate in this model as a neighborhood "fixed effect"? Or is there some other way to specify this in a model that would match such terminology?
Comment