Hello everyone!
I'm currently running a multi-way fixed effect regression using the command reghdfe. As I have data which is clustered on two dimensions I went through the classical paper by Cameron, Gelbach and Miller on the topic. To the best of my understanding, the two-way clustering estimator they describe in the article can be implemented on Stata using (this is just one of the possible solutions of course) as
reghdfe depvar indepvars, a(fe1 fe2) vce(cluster c1#c2)
However, I've noticed that there exists the possibility of running the following command
reghdfe depvar indepvars, a(fe1 fe2) vce(cluster c1 c2)
Here is my doubt: what kind of clusterisation does vce(cluster c1 c2) imply and in which sense does it differ from vce(cluster c1#c2)?
Thanks for your help,
Filippo
Related Posts with Different way of clustering with reghdfe
İnteresting Problem About Xtbunitroot test (Karavias and Tzavalis (2014)ı have N:12 T:31 panel data. ı am researching agriculture subsideies how to effect inputs costs. I w…
Saving option within a programDear All, I have the following rough code (it needs further amendements): Code: capture program …
New package sscpax on SSCThanks once again to Kit Baum, a new package sscpax is now available for download from SSC. In Stata…
Computing rolling lagged sums with bysortDear Statalist users, I have monthly time series data on flight_delays per air_carrier. For each ai…
Computing rolling lagged sums with bysortDear Statalist users, I have monthly time series data on flight_delays per air_carrier. For each ai…
Subscribe to:
Post Comments (Atom)
0 Response to Different way of clustering with reghdfe
Post a Comment