Good afternoon!
I have a panel dataset with two survey waves and want to estimate the heterogeneous of effect of negative rainfall deviation on cocoa yields for agroforestry-adopting farmers and non-adopting cocoa farmers.
Negative rainfall deviation is the deviation in rainfall from the historical average and is a continuous variable and measured in absolute terms (i.e. one mm less rainfall than the historical average is 1). Since I expect the relationship between negative rainfall deviation and cocoa yields to be non-linear (there are worse effects on yields at much lower levels of rainfall), I am interested in the quadratic term of negative rainfall deviation.
My hypothesis is that agroforestry (which is an agricultural practice and binary variable) can mitigate the effects of too little rainfall and therefore I want to interact it with the square of negative rainfall deviation.
Agroforestry adoption is time-invariant between our two survey waves.
We use a fixed effects approach with following command:
xtreg cocoa_yield agroforestry##c.negative_rainfall_deviation_sq negative_rainfall_deviation $control_variables_variant [pw=psweight], fe robust
In the stata regression output, agroforestry is dropped (because there are no changes) but I would like to know how to interpret the interaction term between agroforestry and the square of negative rainfall deviation.
Based on my understanding, agroforestry adopters have less negative effects of negative rainfall deviation (since the interaction term is positive, while the negative_rainfall_deviation_sq is negative), however, I would like to know how I can interpret the extract numbers.
Thank you very much in advance for any support!!!
I have a panel dataset with two survey waves and want to estimate the heterogeneous of effect of negative rainfall deviation on cocoa yields for agroforestry-adopting farmers and non-adopting cocoa farmers.
Negative rainfall deviation is the deviation in rainfall from the historical average and is a continuous variable and measured in absolute terms (i.e. one mm less rainfall than the historical average is 1). Since I expect the relationship between negative rainfall deviation and cocoa yields to be non-linear (there are worse effects on yields at much lower levels of rainfall), I am interested in the quadratic term of negative rainfall deviation.
My hypothesis is that agroforestry (which is an agricultural practice and binary variable) can mitigate the effects of too little rainfall and therefore I want to interact it with the square of negative rainfall deviation.
Agroforestry adoption is time-invariant between our two survey waves.
We use a fixed effects approach with following command:
xtreg cocoa_yield agroforestry##c.negative_rainfall_deviation_sq negative_rainfall_deviation $control_variables_variant [pw=psweight], fe robust
In the stata regression output, agroforestry is dropped (because there are no changes) but I would like to know how to interpret the interaction term between agroforestry and the square of negative rainfall deviation.
Based on my understanding, agroforestry adopters have less negative effects of negative rainfall deviation (since the interaction term is positive, while the negative_rainfall_deviation_sq is negative), however, I would like to know how I can interpret the extract numbers.
Thank you very much in advance for any support!!!
Comment