Hi, I use Stata 13, my dataset consists of the following, and I used the xtabond2 command to account for lagged dep var and endogenous regressors. My collaborators and I found that xtdpdml is not suitable for our dynamic panel data analysis because of the large N and T (25 years). The question is posted below the data. We have an image of the full model. The log file in notepad couldn't be uploaded (it says invalid file). We appreciate your response to our question. Thank you.
[CODE]
* Example generated by -dataex-. To install: ssc install dataex
clear
input float(explore_subgroup Ftech_mean Fmkt_mean rdintensity size) int firmage_revised float(InvAvgAge InvAvgFreq)
80 -.12253585 -.009261696 . . 3 2 1
25 -.13529032 -.009261696 . . 4 3 1
8 -.13492349 -.009261696 . . 5 4 1
102 .40838856 -.009261696 .1084 11125.602 108 2 3
96 .26603687 -.009261696 .1792 12061.073 109 2 3
111 .1564204 -.09259503 .10913333 13216.213 110 3 3.333333
146 .2426098 -.009261696 .137175 14471.038 111 3.75 3.25
We have results from xtabond2 estimations, which include the models with the respective main effects of Ftech_mean (x1) and Fmkt_mean (x2), and the full model with the main and interaction effects of the two variables. In the models with main effects only, individually (X1, X2) and combined (X1+X2), the coefficients are NOT statistically significant but have the correct signs. However, in the full model, all coefficients become statistically significant, i.e. X1 + X2 + X1X2.
[CODE]
* Example generated by -dataex-. To install: ssc install dataex
clear
input float(explore_subgroup Ftech_mean Fmkt_mean rdintensity size) int firmage_revised float(InvAvgAge InvAvgFreq)
80 -.12253585 -.009261696 . . 3 2 1
25 -.13529032 -.009261696 . . 4 3 1
8 -.13492349 -.009261696 . . 5 4 1
102 .40838856 -.009261696 .1084 11125.602 108 2 3
96 .26603687 -.009261696 .1792 12061.073 109 2 3
111 .1564204 -.09259503 .10913333 13216.213 110 3 3.333333
146 .2426098 -.009261696 .137175 14471.038 111 3.75 3.25
We have results from xtabond2 estimations, which include the models with the respective main effects of Ftech_mean (x1) and Fmkt_mean (x2), and the full model with the main and interaction effects of the two variables. In the models with main effects only, individually (X1, X2) and combined (X1+X2), the coefficients are NOT statistically significant but have the correct signs. However, in the full model, all coefficients become statistically significant, i.e. X1 + X2 + X1X2.
Comment