Notes
2024-12-07. Dynamic Local Average Treatment Effects.
These are (15 min) talk slides for my paper: Dynamic Local Average Treatment Effects.
2024-09-27. One Conda/Mamba Environment Can Support Both Python and R.
Scientists grok Python and R because the languages have complementary strengths, but many are unaware that both languages can be supported in a single virtual environment. Many are also shocked to learn that virtual environments support R. This is a write up of what I have verbally communicated over the years.
2024-11-22. Converting ipynb To and From Rmd.
Some people prototype exclusively in either Jupyter Lab or RStudio. During each prototype hand off, this means someone is responsible for converting ipynb files to Rmd (usually the receiver). Preferences do not have to slow progress :).