Recently Published

synchrony1031
MB_NOAA Storm Data: U.S. Impact Analysis
MIKEB - COURSERA : REPRODUCIBLE RESEARCH PROJECT 2
Document
How to Build a Dorling Cartogram in R
his tutorial demonstrates how to create a Dorling cartogram using census tract data for Minneapolis–Saint Paul. We visualize median home value (MHV) and explore spatial clustering using proportional circles and neighborhood layout. Techniques include spatial data wrangling, cartogram generation with cartogram_dorling(), and map styling with ggplot2.
Document
STAT 353 Project 1 — Exploring CollegeScores4yr
This project explores the CollegeScores4yr dataset from the Lock5 Statistics book (3rd edition). The data come from the U.S. Department of Education College Scorecard (downloaded November 2019) and include 4-year colleges/universities with variables such as:
DocumentAI Text Completion Engine with R Shiny
A simple NLP-based predictive text model using R and Shiny.
Analisi Esplorativa del Peso Neonatale
i dati di 2500 neonati di tre ospedali sono stati raccolti per capire da cosa dipende il peso alla nascita.
TEXT_PREDICTION_APP
A predictive text model built using NLP and Shiny in R. This app takes an input phrase and predicts the next word using a simple n-gram language model. The presentation explains the algorithm, model logic, app design, and possible future improvements.