Projects
Contributions
- Contributor to the gets package for general-to-specific model selection and indicator saturation methods in R. You can also find some unpublished enhancements and bug fixes on my GitHub fork.
Current Development
- robust2sls package (CRAN (release) and GitHub (development)) for outlier detection and testing in two-stage least squares models. Allows for various algorithms to detect outliers in the sample, conduct statistical tests for the presence of outliers, provides valid inference under the null hypothesis that there are no outliers, and tests for whether the effect of outliers in the parameter estimates are significant.
- ivgets package (CRAN (release) and GitHub (development)) for general-to-specific model selection and indicator saturation methods in two-stage least squares models. You can find an illustration below or visit the external app. The app is still under development but mostly functional already.
I develop my R packages to a high standard. I am using
git for version control, the
testthat package for unit tests,
Codecov for tracking test coverage of
my packages, and
GitHub Actions for continuous integration (CI) to run my tests and CRAN checks as automated workflows during the development.