Hi,
I am running a logit model with firm fixed effect and year fixed effect. I wish to double cluster the standard error on firm and year. However, Stata would not allow me to use clustered standard error with xtlogit.
I tried to only use one clustered standard error by running the code: xtlogit y $xlist i.year, fe vce(firm). Stata shows "vcetype firm not allowed".
I was wondering how can I fix it?
Thanks in advance!
Kind regards,
Lily
I am running a logit model with firm fixed effect and year fixed effect. I wish to double cluster the standard error on firm and year. However, Stata would not allow me to use clustered standard error with xtlogit.
I tried to only use one clustered standard error by running the code: xtlogit y $xlist i.year, fe vce(firm). Stata shows "vcetype firm not allowed".
I was wondering how can I fix it?
Thanks in advance!
Kind regards,
Lily
Comment