sumhdfe
sumhdfe copied to clipboard
Summary and diagnostic information for evaluating within-fixed-effect variation.
Results
2
sumhdfe issues
Sort by
recently updated
recently updated
newest added
Example: ```stata clear all sysuse auto reghdfe price weight, a(turn) resid(e) sumhdfe ```
bug
Example: ```stata sysuse auto reghdfe price weight sumhdfe ``` Here, we currently fail with error `variable nowarn not found`, but instead should either fail with an error such as `reghdfe...
enhancement