Statistical Modeling of NFL Data: OLS and LASSO Regression Project
VerifiedAdded on 2023/03/17
|12
|1021
|69
Project
AI Summary
This project implements Ordinary Least Squares (OLS) and Least Absolute Shrinkage and Selection Operator (LASSO) regression models using NFL data from 2000 to 2015. The analysis, conducted using R, explores the relationship between various factors and betting outcomes. The OLS model is used to minimize the sum of squared errors, while the LASSO model calculates the mean value and identifies significant variables, plotting the results to visualize the regression models. The project imports NFL data, including playoff statistics like wildcard, division, and Super Bowl data, and uses these variables to find OLS and LASSO regression models and plot the graph. The project successfully implements both regression models, calculates coefficient values, and generates plots, providing insights into the application of statistical methods in sports analytics and betting market analysis.
1 out of 12