Dear Statalist users,
I have created a dataset on bilateral knowledge flows. I am currently running a factor gravity like model with random effects. To regress the model I use xtnbreg. However, when adding country fixed effects c_* the chi2 test statistic is not being reported in the output:
I use this code for the regression
xtnbreg coinv ltotpat1 ltotpat2 lgdp1 lgdp2 ldistance colony comlang contig lksisum i.year c_*, vce(bootstrap)
Here is the output. I would be very thankful on any advice on this issue:

I have created a dataset on bilateral knowledge flows. I am currently running a factor gravity like model with random effects. To regress the model I use xtnbreg. However, when adding country fixed effects c_* the chi2 test statistic is not being reported in the output:
I use this code for the regression
xtnbreg coinv ltotpat1 ltotpat2 lgdp1 lgdp2 ldistance colony comlang contig lksisum i.year c_*, vce(bootstrap)
Here is the output. I would be very thankful on any advice on this issue:
Comment