rsaggio87 / LeaveOutTwoWay

Bias corrected estimates of variance components in two fixed effects models as described in Kline, Saggio and Sølvsten (2020)
24 stars 11 forks source link

Default value for leave_out_level (leave_out_KSS.m) #20

Closed economoser closed 3 years ago

economoser commented 3 years ago

Just flagging a small typo... the following code excerpt from leave_out_KSS.m (version 3.02) should clarify what is the true default:

%leave_out_level: string variable that takes two values:

    %'obs': perform leave-out by leaving a person-year observation out (default)

    %'matches': perform leave-out by leaving an entire person-firm match out.

    %Default: `matches'.
rsaggio87 commented 3 years ago

thanks! Fixed now.