Dear. Statalist
I am trying to do a piecewise regression with panel data but I can't find out much about this topic. Anyone have suggestions on what STATA command to use? Also what are the issues with doing a piecewise regression with paneldata?
This is my equation: nl (KOSTBHG = SIZE*{b1} + (SIZE>{c})*( SIZE-{c})*{b2}), variables(SIZE) initial(b1 0 c 28 b2 0) noconstant, if(Year==2015)
Related Posts with Piecewise regression with panel data
r(1400) after meglmHi together, I tried to use meglm models according to this tutorial: https://stats.idre.ucla.edu/st…
Fill in the missing valueHello, I want to ask about how to fill in the missing values in my variables without having to do it…
Obtain new variable after 3 consecutive signals and generate new values after 6 and 8 periodsHi! With the variable buy_signal I've created buy signals. I have the following rule after which I w…
cluster on firm or two-way level?Hello all, If the model is y_it = x1_it + x2_it + x3_t + e_it, which means there is a time-serial v…
can we generate 0,1 and missing values simutaneously? Code: gen A = B==0 & C==1 replace A = . if B== .| C==. In other words, can we simplify the two …
Subscribe to:
Post Comments (Atom)
0 Response to Piecewise regression with panel data
Post a Comment