Preface

This Rbook introduces students to econometrics without parametric assumptions and formulas. In many ways, it is a modern version of “Introductory Econometrics: Using Monte Carlo Simulation with Microsoft Excel” by Barreto and Howland, updated to adhere to modern statistics teaching guidelines and give econometrics students the best tools for their labor market. Altogether, students learn to produce statistical analyses of economic data relevant to both the private and public sector, as well as an intuitive foundation for more advanced courses on nonparametric statistics or structural econometrics. This Rbook is organized into three parts.

Part I: Data Analysis in R introduces students to the basics of programming and statistical analysis of economic data using R. There are many practical examples, including on how to analyze data interactively and communicate results. I aimed to replace mathematics with simulations whenever possible. We also cover statistical reporting using R + markdown, which research suggests is a good combination 1 2.

Part II: Linear Regression in R refines material from several introductory econometrics textbooks and covers linear models only from a “minimum distance” perspective. (We operate under the maxim “All models are wrong” and do not prove unbiasedness.) Also included is a novel chapter on “Data scientism” that more clearly illustrates the ways that simplistic approaches can mislead rather than illuminate. (I stress “gun safety” instead of “pull to shoot”, which I feel is missing from many textbooks.) Overall, there is a more humble view towards what we can infer from linear regressions and more room for economic theory in model development and interpretation.

Part III: Reproducible Research in R synthesize a lot of programming guidance and examples now available on the internet. This is useful for semester projects and beyond.


Although any interested reader may find it useful, this Rbook is primarily developed for my students.

If you use this Rbook, please cite

@book{Adamson2025_Rbook,
  title={Introductory Economic Statistics: Data-Driven Analysis in R},
  author={Adamson, Jordan},
  year={2025},
  publisher={Bookdown},
  url={https://jadamso.github.io/Rbooks/}
}

Please also report any errors or issues at https://github.com/Jadamso/Rbooks/issues.