Hi,
I was running the following command to generate coefficients for group wise regression.
Code:
Code:
statsby n=e(N) _b , by(nicyear) clear : regress Ac_w b_w rev_w recc_w PPE_w roa_w
Each nicyear combination will have many companies. But the coefficients generated will be same for firms under same nicyear combination
A snapshot of my data is attached below:
Can someone help me: I need coefficients of statsby output in separate columns
Thanks
Comment