sinanpl / OaxacaBlinder

R implementation of Oaxaca-Blinder gap decomposition
MIT License
1 stars 1 forks source link

Fix ws errors #2

Closed davidskalinder closed 6 months ago

davidskalinder commented 6 months ago

This one just removes whitespace at end of lines (since otherwise RStudio auto-cleans them, creating a bunch of new changes to clutter up diffs).

The only other change should be that README.md is re-rendered, which (aside from cleaning up some strange URL in a formula?) results in new bootstrapped standard errors since they were sampled differently this time. I guess it might be nice eventually to set the seed so that they're deterministic in contexts like these? Seems like a task better left for later though...

Anyway of course let me know if anything looks amiss with this one.