If I estimate an intercept only model in Stata
reg c.y
I get an estimate of a constant that shows the mean of the continuous variable y.
In Stata, it is also possible to have an intercept-only model with an interaction term, e.g.
reg c.y##c.x
Now, y gets estimated by a constant, a coefficient for the effect of c.x, and a coefficient for the effect of c.y#c.x.
I am not sure what to make of this result. Is the constant plus the effect of c.y#c.x the constant that I get if x equals "zero"?
Who could give me a hint? I cannot find any explanation in the manuals.
Related Posts with Intercept-Only regression with an interaction term - What does it mean?
In regression analysis, is the unit of the predictor rounded in any way?In regression analysis, I'm familiar with the saying that the coefficient reported is an effect on y…
Calculate at once using patternHello, I would like to calculate the employment and unemployment rate using estimates of labor forc…
Problem with using propensity score matching (psmatch2) while conducting an event studyDear Statalisters, I am using Stata 16 on an Apple Macbook. For my master thesis Financial Economi…
Converting a country-year dataset into a countyr-year-religiousgroup dataset (from wide format to long format)Hello, Thanks in advance for suggestions. I want to change the format of the data (I think the corre…
Mean, StDev, N, t-value in one commandHello Guys I have a dataset which shows the following: Firm date return DayofWeek AARGKB Janua…
Subscribe to:
Post Comments (Atom)
0 Response to Intercept-Only regression with an interaction term - What does it mean?
Post a Comment