Hello , I am a master student and start to learn the panel data, it took me a week to read all the stuff of panel data and Stata command. Now I have a question when I learn GEE analysis.
the xtgee Y X, family( ) link( ) corr( ) is equal to xt... Y X, pa corr( ) , for example xtgee Y X, f(b) l(logit) c(exc) will give exactly the same results as xtlogit Y X, pa c(exc)
So I assume GEE model can be explained as "population average" , but what is the different between xtlogit Y X, pa (which is equal to GEE) and xtlogit Y X, fe
I know the difference between fixed effects and random effects, but if I am not intrestest at individual level variances, how to choose the model ?
Will you use GEE which is same as xtlogit Y X, pa or will you use xtlogit Y X, fe ? This two commands will give different results, so I am confused, Thanks !
Related Posts with A question about longtitudinal data analysis: what is the difference between xt..., pa vs. xt..., fe ?
ICC value estimation with mepoisson commandDear All, I am using the command "mepoisson" in Stata 15.1 and wonder if anybody know any specific c…
Help needed: Using loops to automate extracting of dataHi all, I am using Stata version 16 and would need some help in creating of loops to automate data.…
Can xtabond2/xtdpdgmm be applied to estimate a static (rather than dynamic) panel data model?Dear All, The (ssc install) xtabond2 and (ssc install) xtdpdgmm commands are commonly used to estima…
Drop observations given multiple conditionsHi everyone, I am working on a state dataset where I need to keep observations of firms with non-mi…
merging datasetsI am trying to merge two datasets, which have the date variable in common. However, when I try to me…
Subscribe to:
Post Comments (Atom)
0 Response to A question about longtitudinal data analysis: what is the difference between xt..., pa vs. xt..., fe ?
Post a Comment