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
Missing observation between two statusesHi all, What I am trying to do is identify all people who have missing observations of two or more …
Find first value after specified intervalHello, I have a dataset where each row corresponds to a specific interval during which an event occ…
Generalized Error Distribution Critical ValuesHi everyone, I am constructing a VaR estimate by doing a rolling window forecast on a multivariate …
Specifying an error term in a two-factor, repeated measures ANOVA.Hi Everyone, I am trying to specify a two-factor repeated-measures ANOVA. I've gone through the doc…
Two-stage sI am working on a nationally representative data for Egypt and want to set the correct svyset comman…
Subscribe to:
Post Comments (Atom)
0 Response to xtlogit vce(cluster cvar) returning no standard errors
Post a Comment