├── .gitignore ├── README.md ├── dictionary.md ├── dictionary.rmd └── test.table /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EconometricsBySimulation/RStata/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EconometricsBySimulation/RStata/HEAD/README.md -------------------------------------------------------------------------------- /dictionary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EconometricsBySimulation/RStata/HEAD/dictionary.md -------------------------------------------------------------------------------- /dictionary.rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EconometricsBySimulation/RStata/HEAD/dictionary.rmd -------------------------------------------------------------------------------- /test.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EconometricsBySimulation/RStata/HEAD/test.table --------------------------------------------------------------------------------