Hello again.
I am studying the Growth rate of Health expenditures for all the OECD- countries in the period 1970- 2015.
I am building a Reference model. Where I include 3 explanatory variables: BNP, o65 and BD.
I run the regression 3 times. First I use pooled OLS. Then I include country- fixed effects. And in the lat regression I include time and country- specific effects.
I attach the regression results.
These are the corresponding Ramsey- reset test values.
As you can see I also ran a Ramsey reset test for each regression. The corresponding F- values are high which indicates wrong functional form. To get this F- value Down I had to among other Things include BNP^5 in the regression. From a theoretical perspective it makes so little sence, and it doesent really add very much to my model except lowering the value of BNP.
I also re- estimated this model using the average Growth rate for 5- year periods. (I did this by first typing: gen period5 = 5 * floor(year/5), and then: collapse hce BNP W o65 BD, by(land period5)). When I did this the R^2 went up and the F- values for the Ramsey reset test went Down.
My question is what I should do (if anything) about this hight Ramsey- value in the Reference model of my paper? Should I start to include squared terms to lower it, or should I just ignore it?
Also, which other test do you miss in this model? What is absolutely necessaryt to test for in a model like this?
Answers are very much appriciated!
I am studying the Growth rate of Health expenditures for all the OECD- countries in the period 1970- 2015.
I am building a Reference model. Where I include 3 explanatory variables: BNP, o65 and BD.
I run the regression 3 times. First I use pooled OLS. Then I include country- fixed effects. And in the lat regression I include time and country- specific effects.
I attach the regression results.
These are the corresponding Ramsey- reset test values.
Ramsey reset test, H0:No omitted variable bias | F(3, 1039) = 24.45 | F(3, 1005) = 27.11 | F(3, 961) = 21.84 |
As you can see I also ran a Ramsey reset test for each regression. The corresponding F- values are high which indicates wrong functional form. To get this F- value Down I had to among other Things include BNP^5 in the regression. From a theoretical perspective it makes so little sence, and it doesent really add very much to my model except lowering the value of BNP.
I also re- estimated this model using the average Growth rate for 5- year periods. (I did this by first typing: gen period5 = 5 * floor(year/5), and then: collapse hce BNP W o65 BD, by(land period5)). When I did this the R^2 went up and the F- values for the Ramsey reset test went Down.
My question is what I should do (if anything) about this hight Ramsey- value in the Reference model of my paper? Should I start to include squared terms to lower it, or should I just ignore it?
Also, which other test do you miss in this model? What is absolutely necessaryt to test for in a model like this?
Answers are very much appriciated!
Comment