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
How to loop over columns of 70 to get the categorical counts based on a particular observation?Hi all, I've a hospital cases dataset having 30 columns and 70 observations. Based on the types of …
utest - generating missing valuesHello, adding a squareterm of my independent variable I noticed an inverse curvlinear relationship.…
mhtexpI am not being able to interpret the output of 'mhtexp' command. The following is what I have when I…
How to use CPI or inflation indices to convert nominal prices with DAILY frequency?I'm working with some raw financial data from a local business covering about 4 years from 2015-2019…
infix and infile commands not recognizing dictionaryI am trying to import fixed format datasets. For each month, I have a dataset and the corresponding …
Subscribe to:
Post Comments (Atom)
0 Response to xtlogit vce(cluster cvar) returning no standard errors
Post a Comment