Showing posts with label econometrics. Show all posts
Showing posts with label econometrics. Show all posts

Wednesday, August 24, 2011

Page of paper topics

I just found this page of short papers laying out research agendas in economics. I took a look at the ones by Imbens and by Varian (writing about clinical trials!) and both were useful. Imbens emphasizes the econometrics of studying data on networks as well as variable selection problems that arise when the number of candidate conditioning variables rivals the number of data points.

My favorite bit from Imbens' piece:
Research related [networks] has been conducted in multiple disciplines and is a fertile area for interdisciplinary research. Sociologists have a long tradition of studying communities and social interactions, and have contributed many substantive questions to this area. They have also collected interesting data sets, as well as some statistical methodology.
Nice of the sociologists to collect some questions and data for us ...

Imbens is actually very good about paying attention to other disciplines, but I could not resist the tease.

Friday, July 22, 2011

Duration models with measurement error

The issue of how to think about duration models when there is measurement error in the dependent variable came up in a discussion the other day. If anyone out there in reader-land has a pointer to a paper or two on this, please post a comment or send an email.

Wednesday, June 15, 2011

Genmatch

Genetic Matching for Estimating Causal Effects:
A General Multivariate Matching Method for Achieving Balance in
Observational Studies
Alexis Diamond
ŽJasjeet S. Sekhon

Abstract

This paper presents Genetic Matching, a method of multivariate matching, that uses an evolutionary search algorithm to determine the weight each covariate is given. Both propensity score matching and matching based on Mahalanobis distance are limiting cases of this method. The algorithm makes transparent certain issues that all matching methods must confront. We present simulation studies that show that the algorithm improves covariate balance, and that it may reduce conditional bias if the selection on observables assumption holds. We then present a reanalysis of a number of datasets in the LaLonde (1986) controversy.

JEL classification: C13, C14, H31

Keywords: Matching, Propensity Score, SeKeywords: Matching, Propensity Score, Selection on Observables, Genetic Optimization, Causal Inference
I happened to read this paper (for the second time) a couple of days ago. It introduces for an economist audience (the authors are political scientists) a new algorithm for the construction of estimates of causal effects based on an assumption of "selection on observed variables". Other disciplines sometimes call this assumption unconfoundedness or ignorability (and economists sometimes refer to the "conditional independence assumption"). What all this jargon means is that the researcher thinks that conditional on covariates available in the data, individuals are assigned to treatment, whether by nature, by institutions, or by their own choices, or some combination of these, in a way that is unrelated to their untreated outcomes. Essentially, one makes the case for an assumption random assignment conditional on observed characteristics, where in good papers that case consists of more than "this is all I could do" or "look at how many different variables I matched on mom!".

To see what makes the method outlined in this paper (and in more technical detail in other papers available on Jas Sekhon's webpage, including some co-authored with my UM political science colleague Walter Mebane) it helps to think about what a randomized experiment does. Statistically, random assignment of individuals into treatment and control groups balances the distributions of both observed and unobserved covariates between the treated and control units. When samples are small, this balance may be imperfect in particular realizations, but as the sample gets larger, the balance, statistically speaking, becomes better and better.

What Genmatch does is to choose untreated units to match to the treated units in an observational study based solely on a criterion of post-match balance. This contrasts with the usual approach in economics of using something like nearest neighbor matching or kernel matching on estimated propensity scores (probabilities of treatment) in an iterative process in which balance is tested at each iteration and the propensity score model is made more flexible by adding additional terms until some desired level of balance is achieved.

The paper includes two Monte Carlo analyses as well as an application to the much-abused data from LaLonde's (1986) seminal work on the National Supported Work Demonstration. The NSW application is well done and sensibly interpreted. One of the Monte Carlo analyses, drawn from the literature on matching outside of economics, has the bizarre feature that it includes matching on instruments, that is, on variables that affect participation in treatment but do not otherwise affect outcomes. As Jay Bhattacharya explains at length, you should not do this.

Readers interested in Genmatch will also likely be interested in inverse probability tilting, which has the same spirit of building balance maximization into the estimation but in the context of weighting estimators rather than matching estimators.

Thursday, April 7, 2011

Multiple comparisons

The multiple comparisons problem arises when doing large numbers of statistical tests. For example, one might estimate the impact of some treatment on 100 different outcomes. Ignoring correlations among the outcomes, in a world where the population treatment effect equals zero for all 100 outcomes, one would still expect five estimates to be statistically significant at the five percent level.


My friend (and fellow Heckman student) Peter Schochet of Mathematica prepared a very nice (and very accessible) survey of the related literature for the Institute of Education Sciences.

Saturday, December 11, 2010

New measurement error paper

A new paper on measurement error in survey measures of earnings, specifically in the U.S. Current Population Survey data used to calculate the unemployment rate, from Chris Bollinger and Barry Hirsch.

My general feeling is that measurement error is ubiquitous, sometimes substantively important, and grossly understudied by economists and other social scientists.

This is meat and potatoes research that has potentially large spillovers across subject areas and disciplines. Research funding agencies would do well to fund it.

Monday, December 6, 2010

Gelman on regression practice

A fine post from Andrew Gelman on important rules for regression practice.

You'll see some comments from ECONJEFF as well.

Saturday, October 30, 2010

On matching

Chris Blattman has a fine rant about matching as a statistical method for program evaluation. That in turn engendered a response from Andrew Gelman and a reply from Blattman. This post is my response to them both and to the broader questions they raise in their post.

Perhaps the nice thing about all this is that the three of us generally agree on the main point: matching is not a magic bullet. Just because you estimate a propensity score and then run psmatch2 in Stata does not make the selection on observed variables assumption any more true than it was when you were running a linear regression of the outcome variable on the conditioning variables and a treatment indicator.

In my graduate applied econometrics class, we are just finishing the discussion of matching and weighting methods. In my lectures, I make the point that parametric linear regression and matching methods differ in four main ways:

1. Matching relaxes the functional form restrictions inherent in parametric linear regression the way in which it is normally used in applied work, which is to say with each conditioning variable entered linearly and few, if any, higher order terms.

2. Matching focuses attention on the so-called overlap or "common support" condition, which considers whether there are untreated units that "look like" each treated unit in terms of their observed characteristics. With a parametric model, it is easy to rely on the functional form to fill in where the data are absent without knowing that you are doing so. Matching makes that much harder.

3. In one of the "usual" notations, parametric linear regression requires E(U | X, D) = 0 while matching requires E(U | X, D = 1) = E(U | X, D = 0), where U is the "error" term, X are conditioning variables and D is the treatment indicator. This difference in conditions may affect the set of reasonable X. For example, a lagged Y might satisfy the matching condition but not the parametric linear regression condition.

4. As noted by one of the commenters at Gelman's blog, in a heterogeneous effects world, parametric linear regression and matching have different estimands. Matching estimates the impact of treatment on the treated (in the usual case) while parametric linear regression estimates a different weighted average of treatment effects. Angrist has been making this point for a while - see his 1998 Econometrica paper and his new Mostly Harmless Econometrics book with Steve Pischke - but it remains under-appreciated within economics. Perhaps oddly, it is widely understood by sociologists.

A few other points:

1. Thinking about matching as a way of selecting comparison observations is really just a special case of thinking about matching as a weighting estimator. It is a special case because all the weights are integers (or, in the case of single nearest neighbor matching without replacement, they are all one of just two integers: 0 and 1). See equation (10) of Smith and Todd (2005) Journal of Econometrics.

2. One reason to prefer thinking about matching as a version of weighting is that it pushes you away from doing nearest neighbor matching, which the literature pretty clearly shows to have inferior performance relative to its alternatives in terms of mean squared error. For the latest on that literature, see the papers by Busso, DiNardo (get well soon!) and McCrary on McCrary's web page at Berkeley law school.

3. One reason to prefer thinking about matching as an application of non-parametric regression, which is how I teach it in my class, rather than in terms of comparison group selection, is that it makes clear that matching fits much more neatly into our existing stock of econometric and statistical knowledge than it might at first seem.

4. I don't think we fully understand the statistical properties of matching treated as a "pre-processor" in the sense of this paper by Ho, Imai, King and Stuart, which Gelman seems to have in mind in part of his discussion. We do know that doing some statistical procedure on a sample obtained by some sort of matching and not taking note of the pre-processing in the construction of the standard errors will make for misleading inferences.

5. Sometimes you can learn about what conditioning variables are required to make unconfoundedness hold in particular substantive contexts by running experiments. Indeed, to me this is one of the major values of experiments. For this reason, I argue that experiments should often be accompanied by parallel collection of the data required for a non-experimental evaluation designed to shed light on the variables that are, and are not, required for "selection on observed variables" to hold in a given context. For instance, we have learned a great deal about the variables required for selection on observed variables to hold in the context of evaluating job training programs in precisely this way. See, e.g., Heckman, Ichimura, Smith and Todd (1998) Econometrica (gated).

6. Contra Gelman, what you want is not all the variables that determine participation, but rather all the variables that determine both (not either but both) participation and outcomes. A variable that affects participation and not outcomes (other than through an effect on participation) is an instrument. If you have one, you should be using it to do an instrumental variables analysis. You do not want to be in the business of matching on instruments. Also, if you literally had all of the variables that determine participation, you could not do matching, because there would be no common support. Put more prosaically, in such a case, all of the treated observations would have estimated propensity scores of one and all the untreated units would have estimated propensity scores of zero.

7. I really like Gelman's point about the two tribes: those who think unobserved variables are always important, so that selection on observed variables is always wrong enough to lead to substantively important bias, and those who think that selection on observed variables can be true enough in particular, well-motivated contexts to yield reasonable results. I count myself a member of the second tribe, but have many (economist) friends in the first tribe. There is also a third tribe, which I think of as the "benevolent deity" tribe. They believe that whatever variables happen to be in the data set they are using suffice to make "selection on observed variables" hold. This tribe has a lot of members, particularly outside of economics. Indeed, it is probably the largest of the three tribes in the academy as a whole. If you do not believe this, read the chapters in Linda Waite's The Case for Marriage book that survey literatures untouched by economists.

Hat tip: Jess Goldberg

Saturday, August 14, 2010

Arnold Zellner, R.I.P.

A very nice tribute to Zellner from statistician Andrew Gelman (despite the slam on econ-style seminars) that includes some interesting thoughts about Bayesianism in economics.

I took Zellner's course when I was a graduate student at Chicago and learned a lot from it. I also met someone I ended up going out with for several years, but I think that is less common.

Tuesday, August 3, 2010

Standards for Regression Discontinuity Designs

I had the great pleasure of being on the panel that helped to develop quality standards to be used in the grading of studies for the What Works Clearinghouse funded by the U.S. Department of Education and operated by Mathematica Policy Research. The WWC is a compendium of evidence on educational interventions.

The standards are now publicly available on the WWC website.

In some ways designing standards for RD studies is easier than for other types of studies, as the nature of the design focuses analyses on a small set of issues. On the other hand, we were aiming at a moving target, as the literature on things like standard errors and bandwidth selection is still evolving. We assumed, or at least I assumed, that there would be a revisiting of the standards after a few years to update them in the light of more recent research.

Friday, July 23, 2010

Econometricians and the Econometric Society

Two documents on the growing dissatisfaction of theoretical econometrians with the Econometric Society. One is a letter from top (very top) econometrician Peter Phillips to the Econometric Soceity, the other consists of minutes from a meeting held to discuss concerns with the Econometric Society.

There is something to the idea that theorists and theoretical econometrians are not the most natural social grouping and casual empiricism does suggest fewer theoretical econometrics papers in Econometrica, particularly from younger scholars.

It will be interesting to see if anything comes of this.

Hat tip: Canadian Econometric Study Group email list.

Saturday, June 5, 2010

Angrist and Pischke

A nice review of their Mostly Harmless Econometrics book by someone I don't know.

The review is generally on target, though I grimaced at the use of experiment to refer to something other than deliberate random assignment.

I would add that the book, like all books, reflects the interests of its authors. For example, the section on longitudinal methods is not as rich as the sections on regression (including matching / weighting) or cross-sectional instrumental variables. This means that the book is a good complement to other more general books like Cameron and Trivedi's text.

Via marginal revolution.

Wednesday, April 28, 2010

Event studies as regression discontinuities in time

Event history analysis has a long history in the business literature where it is used to measure the effects on firm stock market value of various information shocks, such as acquisition announcements. The basic idea is to use the change in firm value in a short (e.g. three day) window around the announcement as an estimate of the market's valuation of the information. Careful implementation requires close attention to when information actually reaches the market, which may not be the time of the official announcement, and to the possibility of confounding announcements of other information by the same firm within the same window. Such confounding announcements could well be endogenous if firms try, for example, to release all their bad news at once, though my sense is that this endogeneity issue is not usually addressed. The general approach to confounding announcements, whether endogenous or exogeneous, is apparently to simply discard observations that have them, which potentially changes the nature of the parameter being estimated.

It struck me that it would be interesting to approach this older literature from the viewpoint of recent developments in regression discontinuity methods in labor economics. For example, one could try and come up with something other than a three day rule of thumb for the window width used to calculate the change in stock market value, using the same sort of strategy that has been used in papers that look generally at bandwidth choice for RD estimators in the labor literature.

Hat tip: David Benson, whose dissertation defense today, in particular his chapter on event history methodology, sparked these thoughts

Tuesday, March 9, 2010

Abstract puns

Slip Sliding Away: Further Union Decline in Germany and Britain

This paper presents the first comparative analysis of the decline in collective bargaining in two European countries where that decline has been most pronounced. Using workplace-level data and a common model, we present decompositions of changes in collective bargaining and worker representation in the private sector in Germany and Britain over the period 1998-2004. In both countries within-effects dominate compositional changes as the source of the recent decline in unionism. Overall, the decline in collective bargaining is more pronounced in Britain than in Germany, thus continuing a trend apparent since the 1980s. Although workplace characteristics differ markedly across the two countries, assuming counterfactual values of these characteristics makes little difference to unionization levels. Expressed differently, the German dummy looms large.
Personally, I've always tried to avoid large German dummies.

Monday, February 15, 2010

Just the thing for a belated V-Day gift

I don't think I'll be able to get one in time for my visit to MSU on Wednesday.

Hat tip: Dan Marcin

Saturday, February 6, 2010

The Guardian discovers length-biased sampling

One of the reasons that I cover duration models in my graduate applied econometrics course, even though they are not used that widely in the literature (other than, oddly, in the Netherlands and Denmark) is so that I can cover length-biased sampling.

If you take a random section of spells - hospital stays, welfare receipt, marriage or whatever - you will over-sample long spells relative to their proportion of all spells because they are more likely to be in progress at the time you draw your sample.

The duration literature calls this length-biased sampling and it is another manifestation of the same basic point rediscovered in this column in the Guardian, which explains why your friends will, on average, have more friends than you do, and why, on average, you will be less fit than the other people at your gym (if you have a gym).

Hat tip: Good s**t blog

Saturday, November 28, 2009

Punctuation and selection bias

The Mills ratio plays an important role in the famous "Heckman two-step" estimator that corrects for selection bias in the context of the bivariate normal selection model.

Each year when I lecture on this in my graduate applied econometrics course I try to remember whether it is the "Mill's ratio" or the "Mills ratio".

Wolfram and wikipedia agree that it is Mills, named after John Mills, and not "Mill's".

Left open is the question of whether to write "Mills ratio" as is common, or "Mills'" ratio, which comports with the usual rules of grammar.

I've updated my lecture notes and problem set and taken the easy way out by using "Mills" with no possessive apostrophe.

Hat tip: Dan Marcin, a student in this year's class

Addendum: Reader Nic Duquette suggests that, particularly in this case, the Chicago Manual of Style should be the guide.

Saturday, November 21, 2009

Quote of the Day

My esteemed teaching assistant thought this was worth preserving, so I will record it here. It is from my undergraduate econometrics class last week:

"You are the bouncer of your regression"

Sunday, October 25, 2009

Amitabh Chandra Live!

They have disabled the embedding so you will have to click through to see the Kennedy's School's marketing video that stars my friend Amitabh Chandra.

Some thoughts:

- Many years ago, back when he was Kentucky's star once-in-a-decade undegrad, I was charged with the task of talking Amitabh out of doing his Ph.D. at Kentucky. I failed at that, but he seems to have done alright in life anyway.

- Nice suit, but I am very glad that I do not have to wear a suit.

- Good for the Kennedy School for making a video about their econometrics class.

- It is fun to imagine videos built around various of my Michigan colleagues. I'll let humor-minded readers fill in their own choices.

Thursday, July 16, 2009

Dr. Solon, call your office

One of my former colleague Gary Solon's pet peeves is the equation of "not statistically different from zero" with "equals zero". Inspired by him, I've added this to my list of pet peeves as well.

This recently-released report from the National Center for Education Statistics on the black-white test score gap includes the unfortunate formulation:
In Hawaii, the 7-point difference between the average scores for Black and White students was not statistically significant, and thus there was no Black-White gap for grade 8 reading in that state in 2007.
I should note that NCES is generally very good about these things, which makes the error all the more stark.

Hat tip: Charlie Brown

Saturday, March 21, 2009

Statistics humor


Some statistics humor that you can find at: http://xkcd.com/552/.

Hat tip: Narendra Vempati