I'm the Engineering Manager in the AI Training organization at Meta. I hold a PhD in Political Science and an AM in Statistics from Harvard University.

Blog

Note on Bivariate Regression I’ve just updated and uploaded a note on bivariate regression from a sampling perspective (based on GOV 2000 material): Note on Bivariate Regression: Connecting Practice and Theory Read more

Bootstrap Confidence Interval Methods in R This post briefly sketches out the types of bootstrapped confidence intervals commonly used, along with code in R for how to calculate them from scratch. Specifically, I focus on nonparametric confidence intervals. The post is structured around the list of... Read more

DAGs in R Following up on the previous post, another way to construct DAGs is using R. I think the igraph package is one of the customizable ways to do so. This is a powerful package designed for the visualization and analysis of... Read more