Shiny Apps

Here are some Shiny apps I've made in R. Shiny apps allow for a simple way to interactively work with data and plots built in R.

2024

Fit and Evaluate Machine Learning Models

Last Updated:

This shiny app allows users to tune, fit, and evaluate the performance of various machine learning (ML) models using a default or custom (uploaded) dataset. It can be viewed in full-screen at this link. Code for the app can be found here.


Control Charts for VAR(1) Simulated Data

Last Updated:

This shiny app displays simulated data and fitted classical and robust control charts for VAR(1) data, illustrating the effects of contamination during Phase I on control chart performance. It can be viewed in full-screen at this link.