Switching from Stata to R

stata
r
A collection of resources that helped me
Author

Jake Anders

Published

July 15, 2025

I used to use Stata for my statistical analysis, but I have now switched to R for the vast majority of my work. A key reason for this is pushing towards writing reproducible papers, which I do using Quarto. One of the things about R is that there can be a lot of alternative ways of doing things and eco-systems. I basically converged on using data.table for much of my data management, after some dabbling with the tidyverse. I think former Stata users will find some aspects of the data.table syntax more familiar than dplyr.

My R skills are entirely self-taught using online resources, so for anyone who might be the same, here are some that I found really useful using the transition:

I might add to this list in future, it’s certainly not intended as exhaustive right now, but even if not I hope it might be useful to someone out there!

Citation

BibTeX citation:
@online{anders2025,
  author = {Anders, Jake},
  title = {Switching from {Stata} to {R}},
  date = {2025-07-15},
  url = {https://jakeanders.uk/posts/2025-07-15-stata-to-r-resources},
  langid = {en}
}
For attribution, please cite this work as:
Anders, Jake. 2025. “Switching from Stata to R.” July 15, 2025. https://jakeanders.uk/posts/2025-07-15-stata-to-r-resources.