Econometrics Resources
Comprehensive collection of textbooks, software, datasets, journals, and tools for learning and practicing econometrics at all levels.
π Quick Navigation
π Essential Textbooks
Introductory Econometrics: A Modern Approach (7th ed.)
UndergraduateJeffrey M. Wooldridge - The gold standard undergraduate textbook with clear explanations and practical examples. Covers OLS, IV, panel data, and limited dependent variables.
Visit Resource βMastering 'Metrics: The Path from Cause to Effect
Beginner FriendlyJoshua Angrist & JΓΆrn-Steffen Pischke - Accessible introduction to causal inference with real-world examples. Perfect for understanding the 'why' behind econometric methods.
Visit Resource βMostly Harmless Econometrics
GraduateJoshua Angrist & JΓΆrn-Steffen Pischke - Advanced treatment of causal inference methods. Essential for understanding modern applied econometrics research.
Visit Resource βEconometric Analysis (8th ed.)
GraduateWilliam H. Greene - Comprehensive graduate-level treatment covering both theory and applications. Excellent reference for advanced techniques.
Visit Resource βCausal Inference: The Mixtape
Free OnlineScott Cunningham - Modern approach to causal inference with code examples in Stata, R, and Python. Free online version available.
Visit Resource βπ» Software & Programming
Stata
ProprietaryIndustry standard for econometrics with excellent documentation and built-in commands for most econometric methods. Student licenses available.
Visit Resource βR + RStudio
FreeFree, open-source statistical software with powerful econometric packages (fixest, plm, AER). Steep learning curve but very flexible.
Visit Resource βPython (pandas, statsmodels, linearmodels)
FreeGeneral-purpose programming language with growing econometrics capabilities. Great for data manipulation and machine learning integration.
Visit Resource βGretl
FreeFree, user-friendly econometrics software with GUI interface. Good alternative to Stata for basic econometric analysis.
Visit Resource βπ Data Sources
Our World in Data
FreeClean, well-documented datasets on global development, health, education, and economics. Perfect for student projects and replication exercises.
Visit Resource βHarvard Dataverse
AcademicRepository of research datasets from published papers. Excellent for replication studies and learning from real research.
Visit Resource βIPUMS (Integrated Public Use Microdata)
Registration RequiredHarmonized census and survey data from around the world. Essential for demographic and labor economics research.
Visit Resource βFederal Reserve Economic Data (FRED)
FreeUS macroeconomic time series data from the St. Louis Fed. Easy-to-use interface with direct download options.
Visit Resource βWorld Bank Open Data
FreeDevelopment indicators, poverty data, and country statistics. Great for cross-country comparisons and development economics.
Visit Resource βOECD Data
FreeEconomic indicators and policy data from developed countries. High-quality data with good documentation.
Visit Resource βπ° Key Journals
American Economic Review (AER)
Top 5Top-tier economics journal with high-quality empirical papers showcasing best practices in econometric analysis.
Visit Resource βQuarterly Journal of Economics (QJE)
Top 5Prestigious journal publishing influential economics research with sophisticated econometric methods.
Visit Resource βJournal of Econometrics
Methods FocusLeading journal for econometric theory and applications. Essential for understanding methodological developments.
Visit Resource βJournal of Applied Econometrics
AppliedApplied econometrics with replication requirements. Great for learning practical implementation of methods.
Visit Resource βJournal of Business & Economic Statistics
Stats FocusBridge between statistics and economics with practical applications and methodological innovations.
Visit Resource βπ Online Learning
Causal Inference Bootcamp (Brady Neal)
Video CourseFree video course covering modern causal inference methods with mathematical rigor and practical examples.
Visit Resource βMIT 14.32 Applied Econometrics
MITComplete course materials including lectures, problem sets, and datasets from MIT's graduate econometrics course.
Visit Resource βLibrary of Statistical Techniques (LOST)
Code ExamplesComprehensive guide to implementing econometric methods in different software packages with code examples.
Visit Resource βEconometrics Academy (YouTube)
YouTubeHigh-quality video tutorials covering econometric theory and Stata implementation. Great for visual learners.
Visit Resource βProgramming for Economists
ProgrammingCourse materials teaching programming skills essential for modern econometric research using Python and R.
Visit Resource ββοΈ Influential Blogs & Websites
Andrew Gelman's Blog
StatisticsStatistical modeling, causal inference, and research design insights from a leading statistician. Practical advice for applied researchers.
Visit Resource βThe Effect
Causal InferenceNick Huntington-Klein's comprehensive guide to research design and causal inference with practical examples and code.
Visit Resource βData Colada
Research MethodsCritical analysis of research methods and statistical practices. Great for learning what not to do in empirical research.
Visit Resource βMarginal Revolution
EconomicsTyler Cowen and Alex Tabarrok's economics blog featuring discussions of recent research and policy applications.
Visit Resource βπ§ Practical Tools
LaTeX Templates for Economics
LaTeXProfessional LaTeX templates for economics papers, including AER and QJE formats. Essential for academic writing.
Visit Resource βRegHD FE (High-Dimensional Fixed Effects)
Stata PackageStata package for efficiently estimating models with multiple fixed effects. Essential for panel data analysis.
Visit Resource βRD Robust
RD AnalysisStata/R packages for regression discontinuity analysis with optimal bandwidth selection and robust inference.
Visit Resource βDifference-in-Differences Resources
DiD MethodsCollection of recent DiD papers, code, and methodological developments. Includes staggered treatment designs.
Visit Resource βOSF (Open Science Framework)
Research SharingPlatform for sharing research materials, data, and code. Promotes transparency and reproducibility in research.
Visit Resource βπ― Recommended Learning Paths
π Undergraduate Path
- Start with Wooldridge textbook
- Learn Stata or R for implementation
- Practice with Our World in Data datasets
- Read Mastering 'Metrics for intuition
- Explore AER papers for real applications
π Graduate Path
- Master Mostly Harmless Econometrics
- Take Brady Neal's Causal Inference course
- Learn advanced Stata packages (reghdfe, rdrobust)
- Read Journal of Econometrics methodological papers
- Practice replication using Harvard Dataverse
π‘ Tips for Success
π Practice with Real Data
Don't just read about methods - implement them using actual datasets. Start with clean data from Our World in Data.
π Replicate Published Results
Find papers with available data and code, then try to reproduce their main results. This builds practical skills.
π Document Everything
Keep detailed notes, save your code, and document your data sources. Good habits early will save time later.