Displaying 1 result from an estimated 1 matches for "llkcoewv".
2017 Aug 03
0
Results of vcovCL (sandwich) and of cluster() in Stata
Hi,
I'm trying to reproduce with R the results of this study:
https://learn.gold.ac.uk/mod/resource/view.php?id=262406
More precisely I want to reproduce the results of the table 6 (pag.280),
which can also be seen here:
http://picpaste.de/pics/table-robin-llKCOeWV.1501745645.png
Let's take the first column: we have a coeff. of 0.097 and a SE of
0.026, which represents clustered robust standard errors. If I try to
reproduce in R the analysis, I get the same coefficient, but I'm not
able to get the same SE.
The author made the stata file available he...