python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Create linear predictions with Stata
I want to run a regression of profits against time and see whether there is a change in the last 6 months. To do so, I want to have the regression before July and then get estimates for the whole year...

Data_Science_110
Votes: 0
Answers: 0
How do you relabel variables and values in Stata fast?
Currently recoding a household survey dataset with 300+ variables.
1. It would be too inefficient though if I name the variables one-by-one. Is there any way to relabel all in a few lines of code?**
T...
hannahruiz
Votes: 0
Answers: 2
Why does ppmlhdfe give different results for manually interacted variables?
I am running a regression using ppmlhdfe with two dummy variables and the interaction between them. This is constructed as follows:
gen interaction = D1*D2
ppmlhdfe y D1#D2 control i.year, vce(robust...
Pia
Votes: 0
Answers: 1