Projects
Projects
1. Medical Cost Prediction — Insurance Analytics
Built in R, this project develops and evaluates log-linear regression and gradient boosting models to predict annual medical expenditures using demographic and lifestyle factors. The work emphasizes model interpretability, statistical inference, and comparative performance evaluation across classical and machine learning approaches.
Tools: R, tidyverse, lm, sandwich, lmtest, gbm
Domain: Health Economics | Predictive Modeling | Insurance Analytics
2. Medical Cost Estimator Web App — Model Deployment
Built with Shiny and deployed via shinylive on GitHub Pages, this interactive web application estimates annual and monthly medical costs based on user health characteristics. The application operationalizes a log-linear regression model for real-time, transparent decision support.
Tools: R, Shiny, shinylive, GitHub Pages, AI-assisted development (ChatGPT)
Domain: Applied Machine Learning | Model Deployment | Health Data Science
3. Clinical Visualization Gallery — Colon Cancer Data
Developed in R using ggplot2 and survminer, this project explores survival and prognostic patterns in colon cancer datasets. It highlights treatment outcomes, disease progression, and lymph node involvement through reproducible and publication-quality visualizations.
Tools: R, ggplot2, survminer, tidyverse
Domain: Oncology | Survival Analysis | Clinical Data Visualization