AN INTRODUCTION TO MATCHING METHODS FOR CAUSAL INFERENCE
|
|
|
- Erick McKenzie
- 9 years ago
- Views:
Transcription
1 AN INTRODUCTION TO MATCHING METHODS FOR CAUSAL INFERENCE AND THEIR IMPLEMENTATION IN STATA Barbara Sianesi IFS Stata Users Group Meeting Berlin, June 25,
2 (PS)MATCHING IS EXTREMELY POPULAR 240,000 entries by googling: propensity score matching >8,300 downloads of psmatch2 among the top 1 research items by number of citations, discounted by citation age of the RePEc/IDEA database >1,300 support s Europe, US, Canada, Central + South America, former SU, Australia, Asia, Africa and the Middle East epidemiology, sociology, economics, statistics, criminology, agricultural economics, health economics, transport economics, public health, nutrition, paediatrics, biostatistics, finance, urban planning, geography and geosciences 2
3 1. The counterfactual concept of causality 2. What is matching? 3. Should we use it? 4. How do we use it? a. Matching estimators b. Practical Stata example using psmatch2 3
4 THE EVALUATION PROBLEM Y 0i, Y 1i Outcome of i under treatment 0 and under treatment 1 D i {0, 1} Treatment indicator Y i = D i Y 1i + (1 D i ) Y 0i Observed outcome of i Y i = Y 0i + (Y 1i Y 0i ) D i Causal effect on Y of treatment 1 relative to treatment 0 for i X i Set of observed characteristics of i Which parameter? ATT = E(Y 1 Y 0 D=1) = E(Y 1 D=1) E(Y 0 D=1) ATNT = E(Y 1 Y 0 D=0) = E(Y 1 D=0) E(Y 0 D=0) ATE = E(Y 1 Y 0 ) = ATT P(D=1) +ATNT P(D=0) Need to invoke (untestable) assumptions to identify average unobserved counterfactuals. 4
5 MATCHING METHODS 1. Identifying assumption: Selection on Observables (all the relevant differences between treated and non-treated are captured in X): ATT: Y 0 D X E(Y 0 X, D=1) = E(Y 0 X, D=0) ATNT: Y 1 D X E(Y 1 X, D=1) = E(Y 1 X, D=0) ATE: Y 0,Y 1 D X 2. To give it empirical content: Common Support (we observe participants and non-participants with the same characteristics): ATT: P(D=1 X) < 1 ATNT: 0 < P(D=1 X) ATE: 0 < P(D=1 X) <1 can use the (observed) mean outcome of the non-treated to estimate the mean (counterfactual) outcome the treated would have had they not been treated. 5
6 Matching vs OLS Matching makes the same identifying assumption as OLS but avoids any additional ones: COMMON SUPPORT effectively compares only comparable individuals NON-PARAMETRIC avoids potential misspecification of E(Y 0 X) allows for arbitrary X-heterogeneity in impacts E(Y 1 Y 0 X) But: if OLS is correctly specified, it is more efficient. Bias decomposition B 1 difference in the supports of X Eliminated by performing matching only over Sup 10 NB: might recover a different causal impact: ATT(Sup 10 ) ATT (Sup 1 ) (external validity) B 2 difference of the distribution of X over Sup 10 Eliminated since matching reweighs D=0 data to equate the distribution of X in the D=1 sample B 3 difference in unobservables Matching just as biased as OLS (internal validity) 6
7 Matching focuses on comparability in terms of observables, i.e. on constructing a suitable comparison group by carefully matching treated and non-treated on X / reweighting the non-treated to realign their X BUT we don t need matching to make OLS less parametric FULLY INTERACTED OLS film or margins, dydx(treated) over(treated) Y = m ( X, X ) + δ D + δ ( X D) + δ ( X D) + δ ( X X D) + e β ATT = δ + δ X + δ X + δ ( X X ) 1 1 = 1 1 D= 2 2 D= D 1 β ATNT = δ + δ X + δ X + δ ( X X ) 0 0 = 1 1 D= 2 2 D= D 0 β ATE = δ + δ1x1 + δ2x 2 + δ12( X1X 2) Can F-test for presence of heterogeneous effects. 7
8 STILL, matching ( OLS) highlights comparability of groups Check matching quality Propensity score more structural model more flexible specification probit/logit probability/index/odds ratio Matching metric: X, pˆ( X ) or {X, pˆ( X )} type of matching smoothing parameters common support Assessment of matching quality CAN we get the two groups balanced? 8
9 STRENGTHS AND WEAKNESSES Advantages controls for selection on observables and on observably heterogeneous impacts non-(or semi-) parametric: no specific form for outcome equation, decision process or either unobservable term Sup 10 : compare only comparable people and help in determining which results most reliable flexible and easy Disadvantages selection on observables: matching as good as its X s Sup 10 : if impact differs across treated, restricting to Sup 10 may change parameter being estimated unable to identify ATT data hungry 9
10 OPERATIONALISING MATCHING METHODS Curse of dimensionality - impose linearity in the parameters (regression analysis) - choose a distance metric Euclidean, Mahalanobis, etc. Propensity Score e(x) P(D=1 X=x) X D e(x) (Y 1, Y 0 ) D X and 0 < e(x) < 1 (Y 1, Y 0 ) D e(x) 10
11 Overview of Matching Estimators 1. pair to each treated i some group of comparable non-treated individuals 2. associate to the outcome y i of treated i, a matched outcome y ˆi given by the (weighted) outcomes of his neighbours in the comparison group: yˆ = i ij j j C 0 ( p ) C 0 (p i ) = set of neighbours of treated i in the D=0 group i w y wij = weight on non-treated j in forming a comparison with treated i, where j C 0 ( p ) i w ij = 1 General form of the matching estimator for ATT (within S 10 ): ATT ^ 1 = y y #( D= 1 S ) 10 i { D = 1 S } i 10 { ˆ } i i = E(Y treated on S 10 ) E(Y matched non-treated) 11
12 TRADITIONAL MATCHING ESTIMATORS One-to-one matching with or without replacement nearest neighbour or within caliper SIMPLE SMOOTHED MATCHING ESTIMATORS K-nearest neighbours with or without replacement nearest neighbour or within caliper radius matching WEIGHTED SMOOTHED MATCHING ESTIMATORS kernel-based matching local linear regression-based matching bandwidth choice kernel choice MAHALANOBIS-METRIC MATCHIING combine the W s into a distance measure and then match on the resulting scalar: d(i,j) = (W i W j ) V -1 (W i W j ) 12
13 Implementing the Common Support requirement - caliper - at the boundaries - trimming Checking matching quality Check (and possibly improve on) balancing of observables D X pˆ( X) - for each variable - overall measures Inference - naïve variance - bootstrapping - Abadie-Imbens standard errors 13
14 Leuven and Sianesi (2003) psmatch2 suite psmatch2 depvar [indepvars] [if exp] [in range] [, outcome(varlist) pscore(varname) logit odds index neighbor(integer) ties noreplacement descending caliper(real) radius kernel llr kerneltype(type) bwidth(real) spline nknots(integer) mahalanobis(varlist) add pcaliper(real) common trim(real) ate ai] psgraph pstest 14
15 THE IMPACT OF THE NSW DEMONSTRATION Very famous data in the evaluation literature, combining treatment and controls from a randomised evaluation of the NSW Demonstration with non-experimental individuals drawn from various sources. LaLonde (1986), Dehejia, R.H. and Wahba, S. (1999), Smith, J. and Todd, P. (2005) with response, rejoinder, final thoughts. Also used by Ichino and Becker (2002) and Abadie, Drukker, Leber Herr and Imbens (2001) to illustrate their respective Stata matching programs. Here we use the NSW male treated with male comparisons drawn from the PSID. To keep in mind: experimental impact estimate on real earnings is +$886* 15
16 WRAPPING UP Set of conditioning X matters better data help a lot! SELECTION ON UNOBSERVABLES SELECTION ON OBSERVABLES avoid use of functional forms in constructing counterfactual (matching fully interacted OLS) simple OLS Matching versus simple OLS: no mis-specification bias; ATT versus ATNT compare comparable people matching fully interacted OLS Matching versus fully interacted OLS: highlights actual comparability of groups, hence reliability (& relevance) of estimates 16
17 SELECTED REFERENCES A comprehensive review Imbens, G. (2004), Semiparametric estimation of average treatment effects under exogeneity: a review, Review of Economics and Statistics, 86, The propensity score Rosenbaum, P.R. and Rubin, D.B. (1983), The Central Role of the Propensity Score in Observational Studies for Causal Effects, Biometrika, 70, Rosenbaum, P.R. and Rubin, D.B. (1984), Reducing Bias in Observational Studies Using Sub-Classification on the Propensity Score, Journal of the American Statistical Association, 79, Rosenbaum, P.R. and Rubin, D.B. (1985), Constructing a Control Group Using Multivariate Matched Sampling Methods that Incorporate the Propensity Score, The American Statistician, 39, 1, Dehejia, R.H. and Wahba, S. (1999), Causal Effects in Non-Experimental Studies: Re-Evaluating the Evaluation of Training Programmes, Journal of American Statistical Association, 94, Heckman, J.J., Ichimura, H. and Todd, P.E. (1997), Matching As An Econometric Evaluation Estimator: Evidence from Evaluating a Job Training Programme, Review of Economic Studies, 64, Heckman, J.J., Ichimura, H. and Todd, P.E. (1998), Matching as an Econometric Evaluation Estimator, Review of Economic Studies, 65,
18 Mahalanobis-metric matching Rubin, D.B. (1979), Using Multivariate Matched Sampling and Regression Adjustment to Control Bias in Observational Studies, Journal of the American Statistical Association, 74, Rubin, D.B. (1980), Bias Reduction Using Mahalanobis-Metric Matching, Biometrics, 36, Multiple treatments Imbens, G.W. (2000), The Role of Propensity Score in Estimating Dose-Response Functions, Biometrika, 87, Lechner, M. (2001), Identification and Estimation of Causal Effects of Multiple Treatments under the Conditional Independence Assumption, in: Lechner, M., Pfeiffer, F. (eds), Econometric Evaluation of Labour Market Policies, Heidelberg: Physica/Springer, Inference/Efficiency issues Hahn, J. (1998), On the Role of the Propensity Score in Efficient Semiparametric Estimation of Average Treatment Effects, Econometrica, 66, Hirano, K., G. Imbens, and G. Ridder (2003), Efficient Estimation of Average Treatment Effects Using the Estimated Propensity Score, Econometrica, 71, Abadie, A. and Imbens, G. (2006), Large Sample Properties of Matching Estimators for Average Treatment Effects, Econometrica, 74,
Implementing Propensity Score Matching Estimators with STATA
Implementing Propensity Score Matching Estimators with STATA Barbara Sianesi University College London and Institute for Fiscal Studies E-mail: [email protected] Prepared for UK Stata Users Group, VII
Propensity scores for the estimation of average treatment effects in observational studies
Propensity scores for the estimation of average treatment effects in observational studies Leonardo Grilli and Carla Rampichini Dipartimento di Statistica Giuseppe Parenti Universit di Firenze Training
Returns to education on earnings in Italy: an evaluation using propensity score techniques
Returns to education on earnings in Italy: an evaluation using propensity score techniques Elena Cottini Università Cattolica del Sacro Cuore, Milan PRELIMINARY DRAFT (June 2005) ABSTRACT: This paper investigates
Some Practical Guidance for the Implementation of Propensity Score Matching
DISCUSSION PAPER SERIES IZA DP No. 1588 Some Practical Guidance for the Implementation of Propensity Score Matching Marco Caliendo Sabine Kopeinig May 2005 Forschungsinstitut zur Zukunft der Arbeit Institute
Profit-sharing and the financial performance of firms: Evidence from Germany
Profit-sharing and the financial performance of firms: Evidence from Germany Kornelius Kraft and Marija Ugarković Department of Economics, University of Dortmund Vogelpothsweg 87, 44227 Dortmund, Germany,
Fundamentals and Methods for Impact. Evaluation of Public Policies
Istituto per la Ricerca Valutativa sulle Politiche Pubbliche Fondazione Bruno Kessler - Via S. Croce, 77 38100 Trento - Italy Fundamentals and Methods for Impact Evaluation of Public Policies 20-24 April
Moving the Goalposts: Addressing Limited Overlap in Estimation of Average Treatment Effects by Changing the Estimand
DISCUSSIO PAPER SERIES IZA DP o. 347 Moving the Goalposts: Addressing Limited Overlap in Estimation of Average Treatment Effects by Changing the Estimand Richard K. Crump V. Joseph Hotz Guido W. Imbens
Curso Avançado de Avaliação de Políticas Públicas e Projetos Sociais
Curso Avançado de Avaliação de Políticas Públicas e Projetos Sociais LIVROS i) Wooldridge "Econometric Analysis of Cross Section and Panel Data" MIT Press, 2002 ii) Angrist and Pischkle "Most Hamrmless
Why High-Order Polynomials Should Not be Used in Regression Discontinuity Designs
Why High-Order Polynomials Should Not be Used in Regression Discontinuity Designs Andrew Gelman Guido Imbens 2 Aug 2014 Abstract It is common in regression discontinuity analysis to control for high order
Turning Unemployment into Self-Employment: Effectiveness of Two Start-Up Programmes Å
OXFORD BULLETIN OF ECONOMICS AND STATISTICS, 70, 3 (2008) 0305-9049 doi: 10.1111/j.1468-0084.2008.00505.x Turning Unemployment into Self-Employment: Effectiveness of Two Start-Up Programmes Å Hans J. Baumgartner
The Stata Journal. Lisa Gilmore Gabe Waggoner
The Stata Journal Editor H. Joseph Newton Department of Statistics Texas A & M University College Station, Texas 77843 979-845-3142; FAX 979-845-3144 [email protected] Associate Editors Christopher
Estimation of average treatment effects based on propensity scores
LABORatorio R. Revelli Centre for Employment Studies Estimation of average treatment effects based on propensity scores Sascha O. Becker University of Munich Andrea Ichino EUI Collegio "Carlo Alberto"
Average Redistributional Effects. IFAI/IZA Conference on Labor Market Policy Evaluation
Average Redistributional Effects IFAI/IZA Conference on Labor Market Policy Evaluation Geert Ridder, Department of Economics, University of Southern California. October 10, 2006 1 Motivation Most papers
Propensity Score Matching Regression Discontinuity Limited Dependent Variables
Propensity Score Matching Regression Discontinuity Limited Dependent Variables Christopher F Baum EC 823: Applied Econometrics Boston College, Spring 2013 Christopher F Baum (BC / DIW) PSM, RD, LDV Boston
Does Health Insurance Decrease Savings and Boost Consumption in Rural China?
Does Health Insurance Decrease Savings and Boost Consumption in Rural China? Diana Cheung 1 and Ysaline Padieu 2 Sorbonne Economic Centre, University of Paris 1 Panthéon-Sorbonne Preliminary Version Please
PS 271B: Quantitative Methods II. Lecture Notes
PS 271B: Quantitative Methods II Lecture Notes Langche Zeng [email protected] The Empirical Research Process; Fundamental Methodological Issues 2 Theory; Data; Models/model selection; Estimation; Inference.
Editor Executive Editor Associate Editors Copyright Statement:
The Stata Journal Editor H. Joseph Newton Department of Statistics Texas A & M University College Station, Texas 77843 979-845-3142 979-845-3144 FAX [email protected] Associate Editors Christopher
Econometrics Simple Linear Regression
Econometrics Simple Linear Regression Burcu Eke UC3M Linear equations with one variable Recall what a linear equation is: y = b 0 + b 1 x is a linear equation with one variable, or equivalently, a straight
ESTIMATING AVERAGE TREATMENT EFFECTS: IV AND CONTROL FUNCTIONS, II Jeff Wooldridge Michigan State University BGSE/IZA Course in Microeconometrics
ESTIMATING AVERAGE TREATMENT EFFECTS: IV AND CONTROL FUNCTIONS, II Jeff Wooldridge Michigan State University BGSE/IZA Course in Microeconometrics July 2009 1. Quantile Treatment Effects 2. Control Functions
Impacts of health insurance on household savings across income groups in rural China
Impacts of health insurance on household savings across income groups in rural China Diana Cheung 1 and Ysaline Padieu 2 Sorbonne Economic Centre, University of Paris 1 Panthéon-Sorbonne Preliminary Version
1. Review of the Basic Methodology
What s New in Econometrics? NBER, Summer 2007 Lecture 10, Tuesday, July 31st, 4.30-5.30 pm Difference-in-Differences Estimation These notes provide an overview of standard difference-in-differences methods
The Cost Impact of Spam Filters: Measuring the Effect of Information System Technologies in Organizations
DISCUSSION PAPER SERIES IZA DP No. 3755 The Cost Impact of Spam Filters: Measuring the Effect of Information System Technologies in Organizations Marco Caliendo Michel Clement Dominik Papies Sabine Scheel-Kopeinig
Multiple Imputation for Missing Data: A Cautionary Tale
Multiple Imputation for Missing Data: A Cautionary Tale Paul D. Allison University of Pennsylvania Address correspondence to Paul D. Allison, Sociology Department, University of Pennsylvania, 3718 Locust
Simple Linear Regression Inference
Simple Linear Regression Inference 1 Inference requirements The Normality assumption of the stochastic term e is needed for inference even if it is not a OLS requirement. Therefore we have: Interpretation
Handling missing data in Stata a whirlwind tour
Handling missing data in Stata a whirlwind tour 2012 Italian Stata Users Group Meeting Jonathan Bartlett www.missingdata.org.uk 20th September 2012 1/55 Outline The problem of missing data and a principled
How To Find Out If A Local Market Price Is Lower Than A Local Price
Agricultural Contracts and Alternative Marketing Options: A Matching Analysis Ani L. Katchova University of Illinois Contact Information: Ani L. Katchova University of Illinois 326 Mumford Hall, MC-710
Introduction to nonparametric regression: Least squares vs. Nearest neighbors
Introduction to nonparametric regression: Least squares vs. Nearest neighbors Patrick Breheny October 30 Patrick Breheny STA 621: Nonparametric Statistics 1/16 Introduction For the remainder of the course,
UNIVERSITY OF WAIKATO. Hamilton New Zealand
UNIVERSITY OF WAIKATO Hamilton New Zealand Can We Trust Cluster-Corrected Standard Errors? An Application of Spatial Autocorrelation with Exact Locations Known John Gibson University of Waikato Bonggeun
Imbens/Wooldridge, Lecture Notes 5, Summer 07 1
Imbens/Wooldridge, Lecture Notes 5, Summer 07 1 What s New in Econometrics NBER, Summer 2007 Lecture 5, Monday, July 30th, 4.30-5.30pm Instrumental Variables with Treatment Effect Heterogeneity: Local
Journal of Statistical Software
JSS Journal of Statistical Software June 2011, Volume 42, Issue 7. http://www.jstatsoft.org/ Multivariate and Propensity Score Matching Software with Automated Balance Optimization: The Matching Package
The Impact of Retail Payment Innovations on Cash Usage
1/23 The Impact of Retail Payment Innovations on Cash Usage Ben S.C. Fung a Kim P. Huynh a Leonard Sabetti b a Bank of Canada b George Mason University ECB-MNB Joint Conference Cost and efficiency of retail
Improving Experiments by Optimal Blocking: Minimizing the Maximum Within-block Distance
Improving Experiments by Optimal Blocking: Minimizing the Maximum Within-block Distance Michael J. Higgins Jasjeet Sekhon April 12, 2014 EGAP XI A New Blocking Method A new blocking method with nice theoretical
Online Appendix The Earnings Returns to Graduating with Honors - Evidence from Law Graduates
Online Appendix The Earnings Returns to Graduating with Honors - Evidence from Law Graduates Ronny Freier Mathias Schumann Thomas Siedler February 13, 2015 DIW Berlin and Free University Berlin. Universität
Comparing Features of Convenient Estimators for Binary Choice Models With Endogenous Regressors
Comparing Features of Convenient Estimators for Binary Choice Models With Endogenous Regressors Arthur Lewbel, Yingying Dong, and Thomas Tao Yang Boston College, University of California Irvine, and Boston
Linear Threshold Units
Linear Threshold Units w x hx (... w n x n w We assume that each feature x j and each weight w j is a real number (we will relax this later) We will study three different algorithms for learning linear
Journal of Statistical Software
JSS Journal of Statistical Software MMMMMM YYYY, Volume VV, Issue II. http://www.jstatsoft.org/ Multivariate and Propensity Score Matching Software with Automated Balance Optimization: The Matching package
Handling missing data in large data sets. Agostino Di Ciaccio Dept. of Statistics University of Rome La Sapienza
Handling missing data in large data sets Agostino Di Ciaccio Dept. of Statistics University of Rome La Sapienza The problem Often in official statistics we have large data sets with many variables and
LOGIT AND PROBIT ANALYSIS
LOGIT AND PROBIT ANALYSIS A.K. Vasisht I.A.S.R.I., Library Avenue, New Delhi 110 012 [email protected] In dummy regression variable models, it is assumed implicitly that the dependent variable Y
Impact of Farmer Field Schools on Agricultural Income and Skills: Evidence from an Aid-Funded Project in Rural Ethiopia
Impact Evaluation Analyses for the JICA Projects Impact of Farmer Field Schools on Agricultural Income and Skills: Evidence from an Aid-Funded Project in Rural Ethiopia Yasuyuki Todo and Ryo Takahashi
New Evidence on the Effects of Start-Up Subsidies for the Unemployed
New Evidence on the Effects of Start-Up Subsidies for the Unemployed Prof. Dr. Marco Caliendo University of Potsdam and IZA www.empwifo.de International Conference on Active Labor Market Policies Organized
FIXED EFFECTS AND RELATED ESTIMATORS FOR CORRELATED RANDOM COEFFICIENT AND TREATMENT EFFECT PANEL DATA MODELS
FIXED EFFECTS AND RELATED ESTIMATORS FOR CORRELATED RANDOM COEFFICIENT AND TREATMENT EFFECT PANEL DATA MODELS Jeffrey M. Wooldridge Department of Economics Michigan State University East Lansing, MI 48824-1038
The Probit Link Function in Generalized Linear Models for Data Mining Applications
Journal of Modern Applied Statistical Methods Copyright 2013 JMASM, Inc. May 2013, Vol. 12, No. 1, 164-169 1538 9472/13/$95.00 The Probit Link Function in Generalized Linear Models for Data Mining Applications
On Marginal Effects in Semiparametric Censored Regression Models
On Marginal Effects in Semiparametric Censored Regression Models Bo E. Honoré September 3, 2008 Introduction It is often argued that estimation of semiparametric censored regression models such as the
Package ATE. R topics documented: February 19, 2015. Type Package Title Inference for Average Treatment Effects using Covariate. balancing.
Package ATE February 19, 2015 Type Package Title Inference for Average Treatment Effects using Covariate Balancing Version 0.2.0 Date 2015-02-16 Author Asad Haris and Gary Chan
How Do Employment Effects of Job Creation Schemes Differ with Respect to the Foregoing Unemployment Duration?
How Do s of Job Creation Schemes Differ with Respect to the Foregoing Unemployment Duration? Reinhard Hujer and Stephan L. Thomsen J.W.Goethe-University Frankfurt/Main, IZA and ZEW J.W.Goethe-University
Clustering in the Linear Model
Short Guides to Microeconometrics Fall 2014 Kurt Schmidheiny Universität Basel Clustering in the Linear Model 2 1 Introduction Clustering in the Linear Model This handout extends the handout on The Multiple
ESTIMATING THE EFFECT OF FINANCIAL AID OFFERS ON COLLEGE ENROLLMENT: A REGRESSION DISCONTINUITY APPROACH
INTERNATIONAL ECONOMIC REVIEW Vol. 43, No. 4, November 2002 ESTIMATING THE EFFECT OF FINANCIAL AID OFFERS ON COLLEGE ENROLLMENT: A REGRESSION DISCONTINUITY APPROACH BY WILBERT VAN DER KLAAUW 1 Department
Missing Data in Longitudinal Studies: To Impute or not to Impute? Robert Platt, PhD McGill University
Missing Data in Longitudinal Studies: To Impute or not to Impute? Robert Platt, PhD McGill University 1 Outline Missing data definitions Longitudinal data specific issues Methods Simple methods Multiple
Missing data and net survival analysis Bernard Rachet
Workshop on Flexible Models for Longitudinal and Survival Data with Applications in Biostatistics Warwick, 27-29 July 2015 Missing data and net survival analysis Bernard Rachet General context Population-based,
Multiple Regression: What Is It?
Multiple Regression Multiple Regression: What Is It? Multiple regression is a collection of techniques in which there are multiple predictors of varying kinds and a single outcome We are interested in
DISCUSSION PAPER SERIES. No. 6059 USING RANDOMIZATION IN DEVELOPMENT ECONOMICS RESEARCH: A TOOLKIT
DISCUSSION PAPER SERIES No. 6059 USING RANDOMIZATION IN DEVELOPMENT ECONOMICS RESEARCH: A TOOLKIT Esther Duflo, Rachel Glennerster and Michael Kremer DEVELOPMENT ECONOMICS ABCD www.cepr.org Available online
Alternative Approaches to Evaluation in Empirical Microeconomics
Alternative Approaches to Evaluation in Empirical Microeconomics Richard Blundell Monica Costa Dias abstract This paper reviews some of the most popular policy evaluation methods in empirical microeconomics:
Magne Mogstad and Matthew Wiswall
Discussion Papers No. 586, May 2009 Statistics Norway, Research Department Magne Mogstad and Matthew Wiswall How Linear Models Can Mask Non-Linear Causal Relationships An Application to Family Size and
LCs for Binary Classification
Linear Classifiers A linear classifier is a classifier such that classification is performed by a dot product beteen the to vectors representing the document and the category, respectively. Therefore it
