Translating Stata to R
Welcome. This website is for Stata users who are interested in learning R. But it could also be useful for those going the other way around. We provide side-by-side code snippets for common tasks in both Stata and R, so that users have a dictionary for navigating across the two languages.
There are two main pages (βοΈπ) on the site:
- Data wrangling (ππ§Ή) with data.table
- Regression analysis (π»π) with fixest
There are other great R packages that work well and are easy to use. But data.table and fixest are blazingly fast (ππ»π¨), extremely powerful (πͺπ»π), and flexible (πβ¨). Learning just these two libraries will help you to avoid βpackage bloatβ, enabling you to tackle an exhaustive list of data science and econometric tasks with maximum efficiency.
See the icons in the top right corner for various site options. You can search for keywords or commands, change the theme to light or dark mode to suit your preferences, and go to the underlying GitHub repo where all the source code is located. Please let us know if you have suggestions or spot any errors.