RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post

Recently Published

Apply 5
DAT 301 mid term
AAH Map
Impeachment Polls from 2018/2019
Impeachement Polls during Trump's First Term
MD Cheatsheet
DATA 624 Project 1: Forecasting Project - Parts A, B, and Bonus C
This report covers: Part A: daily ATM cash forecasting for May 2010. Part B: monthly residential power forecasting for 2014. Bonus Part C: hourly waterflow aggregation, stationarity assessment, and one-week-ahead forecasting. Across all three parts, the modeling work depended on fixing data-format and structure problems before any forecasts could be trusted. The ATM file required Excel date conversion and removal of trailing non-series rows, the power file required interpolation of a missing monthly usage value, and the waterflow files required conversion from Excel serial timestamps into regular hourly series. Those cleanup steps were not cosmetic. Each one addressed a specific failure mode that would otherwise distort the time index, break the tsibble structure, or cause the forecasting functions to evaluate the wrong objects.