The reference for stata - oneway [here](https://www.stata.com/manuals/rtabulateoneway.pdf) - twoway [here](https://www.stata.com/manuals13/rtabulatetwoway.pdf) Some first things I could implement - tabulate oneway - [x] plot an histogram - [ ] tabulate with multiple variables - tabulate twoway - [x] Option to represent the twoway in a wide table rather than long table (current) default
The reference for stata
Some first things I could implement