Dear Stata users,
Apologies if this has been answered before, but I haven't been able to find an answer with common keywords.
I have two count models with the same configuration (only dependent variables are different) as follows:
Model A: nbreg depvar_a x1 x2 ... x7
Model B nbreg depvar_b x1 x2 ...x7
I am performing an equality test on the individual coefficients, as
test [modelA=modelB], common mtest
In one of the tests e.g for x4, the p-value is <0.05 which indicates that I cannot reject the null hypothesis that the coefficients are equal.
The x4 coefficient of ModelA is significant whereas the x4 coefficient of ModelB is not. Does this affect the equality test conclusion?
Thank you in advance for your kind help.
Apologies if this has been answered before, but I haven't been able to find an answer with common keywords.
I have two count models with the same configuration (only dependent variables are different) as follows:
Model A: nbreg depvar_a x1 x2 ... x7
Model B nbreg depvar_b x1 x2 ...x7
I am performing an equality test on the individual coefficients, as
test [modelA=modelB], common mtest
In one of the tests e.g for x4, the p-value is <0.05 which indicates that I cannot reject the null hypothesis that the coefficients are equal.
The x4 coefficient of ModelA is significant whereas the x4 coefficient of ModelB is not. Does this affect the equality test conclusion?
Thank you in advance for your kind help.
Comment