Hello everyone,
I have a panel dataset. The dependent variable is information on whether an investment fund follows an active or passive investment strategy (1=active, 0=passive). The sample includes 36 funds and 5 years. The five independent variables are fund specific characteristics such as number of members, investment costs etc.
My advisor told me to use clustered standard errors, but Stata then returns no standard errors (for some variables) if I use the following command:
xtlogit y x1 x2 x3 x4 x5 i.year, vce(cluster cvar)
Looking at other posts in this forum, I realised that this command does not work, but I am not sure what I should use instead. I was thinking of maybe using a conditional fixed-effects model (xtlogit y x1 x2 i.a, fe) or population-averaged model with robust standard errors (xtlogit y x1 x2 i.a, pa vce(robust))
Thank you in advance for your help!
Related Posts with xtlogit vce(cluster cvar) returning no standard errors
Panel data + quantile regressionHello everyone, for an important seminar at my University I am running a gravity model of trade (Ja…
Pseudo R-squareds for melogitHi, Are there any packages to estimate (several) pseudo R-squareds after melogit? - I have noted t…
two part model vs heckmandear all do you guys know what is difference btw two part model and heckman model? thank you all! …
ppml vs ml with robust covariance estimationdeal all, i hope to use gravity model- I wonder what is difference between ppml and ml with robust c…
Renaming variables with modified versions of label namesHello I have data that is set out with a first row being numbers that I would like as variable name…
Subscribe to:
Post Comments (Atom)
0 Response to xtlogit vce(cluster cvar) returning no standard errors
Post a Comment