I would like to run the following regressions:
xtreg a x y z i.mth_seq, fe vce(robust) *equation 1
estimates store a
xtreg b x y z i.mth_seq, fe vce(robust) *equation 2
estimates store b
how can one test the difference between the estimated coefficients (x in equation 1 and x in equation 2) and get the t-statistic of the difference?
I tried estimates store for each equation and then
suest a b test [a_mean]x - [b_mean]x = 0
but it does not work after xtreg.
Thanks.
Related Posts with testing difference between coefficients in different equations
bootstrapping SE for indirect effecthello, how can i bootstrap the SE of the indirect effect after using ncolm there is the code nlcom…
structural break test for panel dataIs there any structural break test for panel data analysis? can someone drop me the syntax here? tha…
How can I know whether my data requires static panel data analysis or dynamic panel data analysis?Hello Everyone, Is there any testing mechanism or knowing panel data analysis requires static analys…
which nested regression syntax is most appropriate please?Hi there, I wish to run a nested regression to see the relationship between IVs (deprivation, gmfcs…
how can I use felsdvregdmHi everyone, I have to use the command felsdvregdm to disentagle fixed effects. Unfortunately, I'm n…
Subscribe to:
Post Comments (Atom)
0 Response to testing difference between coefficients in different equations
Post a Comment