I would greatly appreciate if you could let me know how to choose between fixed-effects and pooled logistic regression. Exactly saying, how to decide to use
or
. I know likelihood ratio test is used to chose between
and
. Also, Hausman test is used to choose between fixed-effects and random-effects.
Thanks in advance.
Code:
xtlogit ..., fe
Code:
logit
Code:
xtlogit ..., re
Code:
logit
Thanks in advance.
Comment