Hi,
This is my first post here, I hope it will work!
I'm working with Panel Data. My dependent variables are: number of disclosures, patents and licenses. For each of these, my main independent variables are: industrial funding and federal funding and my control variables are 3 dummy variables which are all time invariant.
Example: disclosures = fed_fund it + ind_fundit + dummy1 + dummy2 + dummy 3 + eit
I'm trying different models: count models (poisson, nb, nb with robust standard error, nb with fixed effect..) and to understand if the industrial funding and federal funding coefficients have a different magnitude and if they interact somehow.
have a few strong doubts
1) Should I run two different regressions: one with Industrial funding and one with federal funding, or is better to have them together in the same one?
2) Is it correct if I ask stata about the interaction effect in this way? Thank you so much in advance!
xtreg disclosure c.L2.logfedexp#c.L2.logindexp licftes i.year, fe
Fixed-effects (within) regression Number of obs = 3010
Group variable: id Number of groups = 229
R-sq: within = 0.4673 Obs per group: min = 1
between = 0.8844 avg = 13.1
overall = 0.7680 max = 22
F(24,2757) = 100.77
corr(u_i, Xb) = 0.6853 Prob > F = 0.0000
---------------------------------------------------------------------------------------------
disclosure | Coef. Std. Err. t P>|t| [95% Conf. Interval]
----------------------------+----------------------------------------------------------------
cL2.logfedexp#cL2.logindexp | .3689174 .0639286 5.77 0.000 .2435646 .4942701
|
licftes | 8.796895 .3210443 27.40 0.000 8.167383 9.426406
_cons | -68.92083 18.03413 -3.82 0.000 -104.2826 -33.55907
----------------------------+----------------------------------------------------------------
sigma_u | 63.774985
sigma_e | 42.352111
rho | .69395724 (fraction of variance due to u_i)
---------------------------------------------------------------------------------------------
F test that all u_i=0: F(228, 2757) = 14.43 Prob > F = 0.0000
This is my first post here, I hope it will work!
I'm working with Panel Data. My dependent variables are: number of disclosures, patents and licenses. For each of these, my main independent variables are: industrial funding and federal funding and my control variables are 3 dummy variables which are all time invariant.
Example: disclosures = fed_fund it + ind_fundit + dummy1 + dummy2 + dummy 3 + eit
I'm trying different models: count models (poisson, nb, nb with robust standard error, nb with fixed effect..) and to understand if the industrial funding and federal funding coefficients have a different magnitude and if they interact somehow.
have a few strong doubts
1) Should I run two different regressions: one with Industrial funding and one with federal funding, or is better to have them together in the same one?
2) Is it correct if I ask stata about the interaction effect in this way? Thank you so much in advance!
xtreg disclosure c.L2.logfedexp#c.L2.logindexp licftes i.year, fe
Fixed-effects (within) regression Number of obs = 3010
Group variable: id Number of groups = 229
R-sq: within = 0.4673 Obs per group: min = 1
between = 0.8844 avg = 13.1
overall = 0.7680 max = 22
F(24,2757) = 100.77
corr(u_i, Xb) = 0.6853 Prob > F = 0.0000
---------------------------------------------------------------------------------------------
disclosure | Coef. Std. Err. t P>|t| [95% Conf. Interval]
----------------------------+----------------------------------------------------------------
cL2.logfedexp#cL2.logindexp | .3689174 .0639286 5.77 0.000 .2435646 .4942701
|
licftes | 8.796895 .3210443 27.40 0.000 8.167383 9.426406
_cons | -68.92083 18.03413 -3.82 0.000 -104.2826 -33.55907
----------------------------+----------------------------------------------------------------
sigma_u | 63.774985
sigma_e | 42.352111
rho | .69395724 (fraction of variance due to u_i)
---------------------------------------------------------------------------------------------
F test that all u_i=0: F(228, 2757) = 14.43 Prob > F = 0.0000
Comment