How to do significance test of △R2 and △F?
Dear all:
I have two models (nested model)to regress like follows:
xtreg y x1 x2, fe
xtreg y x1 x2 x3, fe
from these two nest model, I can get R2 and F of each model , also I can easily get △R2 and △F.
But How can I do significance test of △R2 and △F? and show the results like △R2=0.16** and △F=3.456*
Some people told me the way like follows:
reg y x1 x2
est store a
reg y x1 x2 x3
est store b
ftest a b
Yes ,I can get F value, but I feel that it is not the significance test of △R2 and △F I want.
Dear all:
I have two models (nested model)to regress like follows:
xtreg y x1 x2, fe
xtreg y x1 x2 x3, fe
from these two nest model, I can get R2 and F of each model , also I can easily get △R2 and △F.
But How can I do significance test of △R2 and △F? and show the results like △R2=0.16** and △F=3.456*
Some people told me the way like follows:
reg y x1 x2
est store a
reg y x1 x2 x3
est store b
ftest a b
Yes ,I can get F value, but I feel that it is not the significance test of △R2 and △F I want.
Comment