Hi,
I have run the regression as a fixed effects model xtreg log_Individual_Consumption log_Individual_Income c.log_Village_average_Consumption##c.EFL, fe
But would also like to run the same regression using the first difference approach. I know that FE and FD are essentially the same, but I have read that there are differences in their efficiency so I would like to compare both results. My data is organised two rows for each household observation as I have two years. For example:
I have searched through the internet but couldnt find any clear commands, any ideas on how I could do this?
many thanks
I have run the regression as a fixed effects model xtreg log_Individual_Consumption log_Individual_Income c.log_Village_average_Consumption##c.EFL, fe
But would also like to run the same regression using the first difference approach. I know that FE and FD are essentially the same, but I have read that there are differences in their efficiency so I would like to compare both results. My data is organised two rows for each household observation as I have two years. For example:
Unique_id | Year | individual consumption | village average |
1 | 2002 | 8 | 9 |
1 | 2005 | 12 | 15 |
2 | 2002 | 5 | 10 |
2 | 2005 | 9 | 12 |
I have searched through the internet but couldnt find any clear commands, any ideas on how I could do this?
many thanks
Comment