I am working with threshold regression: I have quarterly data (strongly balanced)
I have Panel Data strongly balanced with quarterly data over the period 2000q1-2017q2 and around 200 group
Stock_return=constant+ B interest_rate
I got always an error: gaps not allowed
When I run:
threshold stock_return , threshvar(interest_rate)
I got error:
gaps not allowed
Any way to deal with this?
Please note I tried to use : xthreg command. It worked! I have significant threshold . The problem : F-test for the whole model is not significant, which means I should avoid Fixed effects!!
I have Panel Data strongly balanced with quarterly data over the period 2000q1-2017q2 and around 200 group
Stock_return=constant+ B interest_rate
I got always an error: gaps not allowed
When I run:
threshold stock_return , threshvar(interest_rate)
I got error:
gaps not allowed
Any way to deal with this?
Please note I tried to use : xthreg command. It worked! I have significant threshold . The problem : F-test for the whole model is not significant, which means I should avoid Fixed effects!!
Comment