Shiny Projects
Projects written in the R programming language using the shiny
package. All apps are hosted on the free tier of shinyapps.io.
SGX OLS Analysis
A web app to identify the financial drivers of profitability among SGX-listed firms using OLS regression and robust econometric techniques. The app analyzes how lagged financial indicators (e.g. debt ratios, margins, asset turnover) affect current profitability (ROA, ROE, etc.), with support for heteroskedasticity-robust errors and regression diagnostics. Users can also filter by industry and financial year-end. Financial data from SGX firms was collected via the yfinance
API in a Jupyter Notebook for pre-processing before analysis shown here.
exeRcise book
A simple web application consisting of basic programming questions for beginner programmers to learn both R syntax and programming methodology in R. Based off the exbook
package in Python, a package containing basic LeetCode-style practice problems for new coders.