I am studying the impact of highways on deforestation. I am using annual data on forest cover (example provided below). I define my deforestation/forest loss variable as a change in forest cover and if the change is zero or positive my deforestation/forest loss variable is zero. Does this imply truncated or censored data and thus requiring the use of a Tobit regression? I am hesitant to use Tobit because of the problems of including fixed effects.
Code:
* Example generated by -dataex-. For more info, type help dataex clear forest_cover forest_change loss 3.5 . . 3 -.5 .5 1 -2 2 3.75 2.75 0 3.75 0 0 5 1.25 0 3 -2 2 3 0 0 2.5 -.5 .5 3 3 0 end

Comment