Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 774 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 774 Bytes

STAT 474 - Modern Regression

Papers:

  • Generalized Additive Model (GAM) Paper, using professor salaries data base R package, 'car', originally featured in the book, An R Companion to Applied Regression by Fox J. and Weisberg, S. in 2011.

  • Classification & Regression Trees (CART) Paper, using data from the federal system during the Clinton Administration, and includes all homicide cases for which it was legally permitted to seek the death penalty. The data were collected to consider federal death penalty charging practices with the goal of possible subsequent reform.

Code:

  • automate-eda.Rmd: custom code to speed up the paper pipeline, resulting in direct LaTeX output and general metrics for data cleaning (such as NAs per column, etc.)