stata_utils.md (482B)
1 # Stata-like utilities 2 3 So far I have tried to implement 4 1. tabulate 5 2. xtile 6 3. winsorize 7 8 Other stata-like panel stuff are 9 panel_fill 10 11 Other packages that do similar things 12 13 - See [statar](https://github.com/matthieugomez/statar) for a good package that implements stata feature into R. 14 - See [Binscatters.jl](https://github.com/matthieugomez/Binscatters.jl) 15 - [Douglass](https://github.com/jmboehm/Douglass.jl) to work with DataFrames in Julia using a stata-like syntax. 16