Hi as I understand it, an F-distribution should be asymptotically chi^2-distributed. However, when I run:
disp invFtail(3,3432,0.05)
I get roughly 2.61 while when I run:
disp invchi2tail(3,0.05)
I get roughly 7.81. Should Stata not display roughly the same result since 3432 degrees of freedom is sufficiently large?
disp invFtail(3,3432,0.05)
I get roughly 2.61 while when I run:
disp invchi2tail(3,0.05)
I get roughly 7.81. Should Stata not display roughly the same result since 3432 degrees of freedom is sufficiently large?
Comment