Page 1 of 1

Driscoll and Kraay (1998) Standard Errors

Posted: Tue Dec 17, 2024 5:14 am
by IRJ
Does anyone have code for the Driscoll and Kraay (1998) standard errors?

Driscoll, J. C. and A. C. Kraay (1998). “Consistent Covariance Matrix Estimation with Spatially Dependent Panel Data”. Review of Economics and Statistics 80.4, pp. 549–560.

Re: Driscoll and Kraay (1998) Standard Errors

Posted: Thu Dec 19, 2024 6:40 am
by TomDoan
That would be done with a CLUSTER option on time. If you have a standard RATS panel calendar, that would be done by adding the CLUSTER=%PERIOD(T) option. The Greene textbook example GRN7P368.RPF has:

preg(method=fixed,effects=time,cluster=%period(t)) lwage
# exper expersq wks occ ind south smsa ms union

as one of the models estimated.