I am looking for a code to estimate the following equation as OLS with panal data:
∆Yjt = α∆Xjt + τt + ujt
where ∆ is the change of Y and X over time, j a sector, t the time, τ a set of time dummies and u the error term.
I'm a beginner in R programming and unfortunately I can't find the appropriate code to take into account ∆.
Does anyone have an idea how I could run the regression?
Thanks for your time and help