Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 3.69 KB

resources.md

File metadata and controls

77 lines (55 loc) · 3.69 KB
layout title
default
Resources



Regression Notes for R

Useful R Packages for Regression

  • plm: panel linear models
  • coefplot: create coefficient plots
  • dplyr: data wrangling
  • stargazer: nice regression tables
  • pander: formatting tables
  • xtable: formatting tables

Creating Nice Tables in RMD

Stats Background Material

  • Regression Review Assessment [ pdf ]
  • Common Statistics Notation [ pdf ]
  • Anscomb's Quartet [ pdf ]
  • Omitted Variable Bias Calculation
  • Seven Sins of Regression [ pdf ]
  • Marginal Effects in Quadratic Model [ pdf ]
  • Dummy Variables with Interactions [ pdf ]
  • A Taxonomy of Control Variables [ pdf ]

Reference Books