APPLICATION: THE SUPREME COURT

Size: px
Start display at page:

Download "APPLICATION: THE SUPREME COURT"

Transcription

1 APPLICATION: THE SUPREME COURT 1

2 Extra Credit Google search: URL should be: Choose Initial login for all programs Session name: kld1 You will earn extra credit points on HW4 equivalent to the dollar amounts in round 2 (round 1 is a practice round with a potentially different randomly drawn person in the room).

3 Three Papers Bonneau et al. 2007, AJPS Examines a simple agenda setter model and compares it to a median voter model. Carruba et al. 2012, AJPS Carefully models the court s decision making process and concludes that opinions are likely to reflect the views of the median justice in the majority coalition. Clark and Lauderdale AJPS Create Bayesian estimates for the Supreme court which include the location of the opinions and provides support for the opinion being closest to the views of the median justice in the majority coalition.

4 Recall: One Chamber, No Override Assume: one chamber, fixed agenda setter. Median voter (M) proposes a bill b. President (P) signs bill or vetoes it. If the president signs, the policy outcome is x = b. If the president vetoes, the policy outcome is x = q. Bonneau et al (same model) The author of the opinion. Median justice. 4

5 Bonneau et al. Agenda Control and The Median Justice A. Model 1. M is the author of the opinion and P is the median justice of the Supreme Court. a. The justice writing the opinion will write an opinion that is closest to his/her ideal point that is within the majority winset of q. * W(q) q median author (M) justice (P) propose * 5

6 B. Data Bonneau et al. Agenda Control and The Median Justice 1. Ideal points estimated two ways: a. As percentage of times voting in the liberal direction on Spaeth dataset in the year prior to the decision. Have we seen this type of b. Martin-Quinn Bayesian scores. spatial estimate before? 2. The status quo is the midpoint between two justices: one of whom votes for cert and one of whom votes to deny. a. Any problems with that? 6

7 B. Data Bonneau et al. Agenda Control and The Median Justice 1. Dep Var: = 1 if justice voted with majority; 0 otherwise. 2. Ind Var: Author acceptability: justice coded 1 if the rational opinion of the author (*) is closer to their ideal point than q is to their ideal point; 0 otherwise. 3. Ind Var: Median acceptability: justice coded 1 if the justice is closer to the median than they are to q. Ex: If J 1, J 2, or J 3 are authors, the rational proposal is *. J 1 to J 5 are coded 1 on author acceptability because they are closer to * than to q. J 1 to J 6 are coded 1 on median acceptability because they closer to J 5 than to q. 7

8 Bonneau et al. Agenda Control and The Median Justice Here we are simply looking at which model fits the data better. The BIC strongly favor the agenda control model (i.e., author proposer model) over simple MVT. Conclude: perhaps the Supreme court is not a simple application of the MVT. 8

9 Carrubba et al. Who Controls the Content of Supreme Court? A. Vocabulary 1. Disposition: whether to affirm or reverse the lower court decision. i.e., whether plaintiff or defendant wins. 2. Legal rule: the legal reasoning or precedent used to decide the case. What most articles focus on. 3. Expressive benefits: benefits from something other than the outcome. In this case, benefits a judge get from putting his/her name on an opinion they believe in. 9

10 Carrubba et al. Who Controls the Content of Supreme Court? B. Model: implicitly two steps 1. Unofficial vote on the disposition of the case. Affirm Disposition Cut Point Reverse x 1 x 2 x 3 x 4 x 5 2. Vote among proto-majority on legal rule. 10

11 Carrubba et al. Who Controls the Content of Supreme Court? C. Assumptions 1. Utility Function: where x i is a justice s ideal point, p is the location of the legal rule, K > 0 is a constant (making all valued sources of utility positive), α > 0 is a justice s value for the disposition of the case, e i are expressive benefits for the legal rule a justice signs, c is the cost of writing a separate opinion. 11

12 Carrubba et al. Who Controls the Content of Supreme Court? D. Bargaining in the Proto-Majority Affirm Disposition Cut Point Reverse x 1 x 2 x 3 x 4 x 5 Possible coalitions in the proto-majority: {1,2,3}; {2,3,4}; and {1,2,3,4}. Suppose coalition {1,2,3} forms and decides to write at 2. Justice 4 might value writing a legal rule at x 4 sufficiently to write a concurring opinion instead of joining the majority. Equilibrium: If majority opinion, rule adopted is at the ideal point of the median member of the coalition signing or the rule closest to median member signing. If plurality opinion, rule adopted at the ideal point of the opinion writer. 12

13 Carrubba et al. Who Controls the Content of Supreme Court? Dep Var: decision by a justice in the majority to file a special or general concurrence (note: justices dissenting on case j are excluded). Ind Vars: Based on Martin-Quinn scores. 13

14 Clark and Lauderdale Locating Supreme C. Opinions in Doctrine Space Paper estimates ideal points and the location of opinions (i.e., legal rules) simultaneously using Bayesian methods. Locations of the opinions was not available in the previous studies. Assumptions Each opinion has a fixed location along a single dimension (like a bill). Ideal points are at fixed locations. The probability of a positive citation of another opinion decreases as the distance between any two opinions increases. Dissenting opinions are written at the author s ideal points. Used to tether the opinion and ideal point spaces. 14

15 Clark and Lauderdale Locating Supreme C. Opinions in Doctrine Space Ideal Points Estimated using standard IRT: where α i is the difficulty parameter (i.e. cutpoint), and β i is the discrimination parameter. Court Opinions Estimated using: where x k is the location opinion k. where 1 indicates case k cited case k positively, 0 indicates case k cited case k negatively. NA indicates case k did not reference case k. NA s will be inferred, not dropped. 15

16 WINBUGS CODE: With Covariates model{ # logit for ideal points for (i in 1:55){ for(j in 1:398){ y[i,j] ~ dbern(pi[i,j]) logit(pi[i,j]) <- x[i]*beta[j] - alpha[j] } } ## priors for roll call parameters above for(j in 1:398){ beta[j] ~ dnorm(0,.1) alpha[j] ~ dnorm(0,.1) } ## probit for court opinions for(i in 1:398){ for(j in 1:398){ y[i,j] ~ dbern(pi[i,j]) probit(pi[i,j]) <- L(xk[i,j]- xk[i,j])^2 } } Loosely: IF THIS WERE THE WINBUGS CODE, You would have your ideal point logit up there. And your opinion probit down here. BUT THIS CODE IS WRONG! You might see if they have an on-line appendix. ## more priors (including those that connect dissenters to opinions)

17 Clark and Lauderdale Locating Supreme C. Opinions in Doctrine Space This figure divides the location of the Clark- Lauderdale opinions by whether Spaeth coded the opinion liberal or conservative. Decision of case liberal according (Spaeth) We can see the Clark- Lauderdale scores pass a face validity test. 17

18 Clark and Lauderdale Locating Supreme C. Opinions in Doctrine Space Y- location of the majority opinion. X- varies by column. C1: location of the court median. C2: location of the opinion author. C3: location of the median of the majority coalition. C3 most closely related (i.e. on 45). Hence, it fits best. 18

19 Clark and Lauderdale Locating Supreme C. Opinions in Doctrine Space Dep Var location of the majority opinion. Concludes that model based on median of majority coalition fits best, though all of the coefficients are significant in the bivariate regressions, and both the author opinion and coalition median are properly signed and significant in search and seizure cases. 19

20 Clark and Lauderdale Locating Supreme C. Opinions in Doctrine Space Thoughts? Which model is most convincing? How could you create similar models for your own research? 20

First Principle Black s Median Voter Theorem (S&B definition):

First Principle Black s Median Voter Theorem (S&B definition): The Unidimensional Spatial Model First Principle Black s Median Voter Theorem (S&B definition): If members of a group have single-peaked preferences, then the ideal point of the median voter has an empty

More information

Decisions by the U.S. Supreme Court have great

Decisions by the U.S. Supreme Court have great Who Controls the Content of Supreme Court Opinions? Cliff Carrubba Barry Friedman Andrew D. Martin Georg Vanberg Emory University New York University Washington University in St. Louis University of North

More information

Does the Median Justice Control. the Content of Supreme Court Opinions? Cliff Carrubba. Barry Friedman. Andrew Martin.

Does the Median Justice Control. the Content of Supreme Court Opinions? Cliff Carrubba. Barry Friedman. Andrew Martin. Does the Median Justice Control the Content of Supreme Court Opinions? Cliff Carrubba Barry Friedman Andrew Martin Georg Vanberg Draft December 23, 2008 Abstract The predominant view of Supreme Court decision-making

More information

Bargaining Power in the Supreme Court

Bargaining Power in the Supreme Court Bargaining Power in the Supreme Court Jeffrey R. Lax Department of Political Science Columbia University JRL2124@columbia.edu Kelly T. Rader Department of Political Science Columbia University KTR2102@columbia.edu

More information

THE MEDIAN VOTER THEOREM (ONE DIMENSION)

THE MEDIAN VOTER THEOREM (ONE DIMENSION) THE MEDIAN VOTER THEOREM (ONE DIMENSION) 1 2 Single Dimensional Spatial Model Alternatives are the set of points on a line Various ideologies on a spectrum Spending on different programs etc. Single-peaked

More information

Bargaining Power in the Supreme Court: Evidence from Opinion Assignment and Vote Fluidity

Bargaining Power in the Supreme Court: Evidence from Opinion Assignment and Vote Fluidity Bargaining Power in the Supreme Court: Evidence from Opinion Assignment and Vote Fluidity Jeffrey R. Lax Department of Political Science Columbia University JRL2124@columbia.edu Kelly T. Rader Department

More information

APPLICATION: PIVOTAL POLITICS

APPLICATION: PIVOTAL POLITICS APPLICATION: PIVOTAL POLITICS 1 A. Goals Pivotal Politics 1. Want to apply game theory to the legislative process to determine: 1. which outcomes are in SPE, and 2. which status quos would not change in

More information

After a half century of research on decision making

After a half century of research on decision making Agenda Control, the Median Justice, and the Majority Opinion on the U.S. Supreme Court Chris W. Bonneau Thomas H. Hammond Forrest Maltzman Paul J. Wahlbeck University of Pittsburgh Michigan State University

More information

Political Economics II Spring Lectures 4-5 Part II Partisan Politics and Political Agency. Torsten Persson, IIES

Political Economics II Spring Lectures 4-5 Part II Partisan Politics and Political Agency. Torsten Persson, IIES Lectures 4-5_190213.pdf Political Economics II Spring 2019 Lectures 4-5 Part II Partisan Politics and Political Agency Torsten Persson, IIES 1 Introduction: Partisan Politics Aims continue exploring policy

More information

Answers to Practice Problems. Median voter theorem, supermajority rule, & bicameralism.

Answers to Practice Problems. Median voter theorem, supermajority rule, & bicameralism. Answers to Practice Problems Median voter theorem, supermajority rule, & bicameralism. Median Voter Theorem Questions: 2.1-2.4, and 2.8. Located at the end of Hinich and Munger, chapter 2, The Spatial

More information

Supporting Information Political Quid Pro Quo Agreements: An Experimental Study

Supporting Information Political Quid Pro Quo Agreements: An Experimental Study Supporting Information Political Quid Pro Quo Agreements: An Experimental Study Jens Großer Florida State University and IAS, Princeton Ernesto Reuben Columbia University and IZA Agnieszka Tymula New York

More information

Can Ideal Point Estimates be Used as Explanatory Variables?

Can Ideal Point Estimates be Used as Explanatory Variables? Can Ideal Point Estimates be Used as Explanatory Variables? Andrew D. Martin Washington University admartin@wustl.edu Kevin M. Quinn Harvard University kevin quinn@harvard.edu October 8, 2005 1 Introduction

More information

Comparing Floor-Dominated and Party-Dominated Explanations of Policy Change in the House of Representatives

Comparing Floor-Dominated and Party-Dominated Explanations of Policy Change in the House of Representatives Comparing Floor-Dominated and Party-Dominated Explanations of Policy Change in the House of Representatives Cary R. Covington University of Iowa Andrew A. Bargen University of Iowa We test two explanations

More information

Does law influence the choices Supreme Court

Does law influence the choices Supreme Court Agenda Setting in the Supreme Court: The Collision of Policy and Jurisprudence Ryan C. Black Ryan J. Owens Michigan State University Harvard University For decades, scholars have searched for data to show

More information

Classical papers: Osborbe and Slivinski (1996) and Besley and Coate (1997)

Classical papers: Osborbe and Slivinski (1996) and Besley and Coate (1997) The identity of politicians is endogenized Typical approach: any citizen may enter electoral competition at a cost. There is no pre-commitment on the platforms, and winner implements his or her ideal policy.

More information

Problems with Group Decision Making

Problems with Group Decision Making Problems with Group Decision Making There are two ways of evaluating political systems: 1. Consequentialist ethics evaluate actions, policies, or institutions in regard to the outcomes they produce. 2.

More information

Cornell University University of Maryland, College Park

Cornell University University of Maryland, College Park The Swing Justice Peter K. Enns Patrick C. Wohlfarth Cornell University University of Maryland, College Park In the Supreme Court s most closely divided cases, one pivotal justice can determine the outcome.

More information

The chapter presents and discusses some assumptions and definitions first, and then

The chapter presents and discusses some assumptions and definitions first, and then 36 CHAPTER 1: INDIVIDUAL VETO PLAYERS In this chapter I define the fundamental concepts I use in the remainder of this book, in particular veto players and policy stability. I will demonstrate the connections

More information

Modeling Collegial Courts (3): Adjudication Equilibria

Modeling Collegial Courts (3): Adjudication Equilibria Modeling Collegial Courts (3): Adjudication Equilibria Charles M. Cameron Princeton University and New York University School of Law Lewis Kornhauser New York University School of Law September 26, 2010

More information

The Contribution of Veto Players to Economic Reform: Online Appendix

The Contribution of Veto Players to Economic Reform: Online Appendix The Contribution of Veto Players to Economic Reform: Online Appendix Scott Gehlbach University of Wisconsin Madison E-mail: gehlbach@polisci.wisc.edu Edmund J. Malesky University of California San Diego

More information

Election Theory. How voters and parties behave strategically in democratic systems. Mark Crowley

Election Theory. How voters and parties behave strategically in democratic systems. Mark Crowley How voters and parties behave strategically in democratic systems Department of Computer Science University of British Columbia January 30, 2006 Sources Voting Theory Jeff Gill and Jason Gainous. "Why

More information

Social Choice & Mechanism Design

Social Choice & Mechanism Design Decision Making in Robots and Autonomous Agents Social Choice & Mechanism Design Subramanian Ramamoorthy School of Informatics 2 April, 2013 Introduction Social Choice Our setting: a set of outcomes agents

More information

The Citizen Candidate Model: An Experimental Analysis

The Citizen Candidate Model: An Experimental Analysis Public Choice (2005) 123: 197 216 DOI: 10.1007/s11127-005-0262-4 C Springer 2005 The Citizen Candidate Model: An Experimental Analysis JOHN CADIGAN Department of Public Administration, American University,

More information

Do two parties represent the US? Clustering analysis of US public ideology survey

Do two parties represent the US? Clustering analysis of US public ideology survey Do two parties represent the US? Clustering analysis of US public ideology survey Louisa Lee 1 and Siyu Zhang 2, 3 Advised by: Vicky Chuqiao Yang 1 1 Department of Engineering Sciences and Applied Mathematics,

More information

Sincere versus sophisticated voting when legislators vote sequentially

Sincere versus sophisticated voting when legislators vote sequentially Soc Choice Welf (2013) 40:745 751 DOI 10.1007/s00355-011-0639-x ORIGINAL PAPER Sincere versus sophisticated voting when legislators vote sequentially Tim Groseclose Jeffrey Milyo Received: 27 August 2010

More information

Sincere Versus Sophisticated Voting When Legislators Vote Sequentially

Sincere Versus Sophisticated Voting When Legislators Vote Sequentially Sincere Versus Sophisticated Voting When Legislators Vote Sequentially Tim Groseclose Departments of Political Science and Economics UCLA Jeffrey Milyo Department of Economics University of Missouri September

More information

Problems with Group Decision Making

Problems with Group Decision Making Problems with Group Decision Making There are two ways of evaluating political systems. 1. Consequentialist ethics evaluate actions, policies, or institutions in regard to the outcomes they produce. 2.

More information

Econ 554: Political Economy, Institutions and Business: Solution to Final Exam

Econ 554: Political Economy, Institutions and Business: Solution to Final Exam Econ 554: Political Economy, Institutions and Business: Solution to Final Exam April 22, 2015 Question 1 (Persson and Tabellini) a) A winning candidate with income y i will implement a policy solving:

More information

THE CHIEF JUSTICE AND PROCEDURAL POWER

THE CHIEF JUSTICE AND PROCEDURAL POWER THE CHIEF JUSTICE AND PROCEDURAL POWER Charles M. Cameron Department of Politics & Woodrow Wilson School Princeton University Tom Clark Department of Political Science Emory University 1 INTRODUCTION Associate

More information

Buying Supermajorities

Buying Supermajorities Presenter: Jordan Ou Tim Groseclose 1 James M. Snyder, Jr. 2 1 Ohio State University 2 Massachusetts Institute of Technology March 6, 2014 Introduction Introduction Motivation and Implication Critical

More information

The Power to Appoint: Presidential Nominations and Change on the Supreme Court

The Power to Appoint: Presidential Nominations and Change on the Supreme Court The Power to Appoint: Presidential Nominations and Change on the Supreme Court Richard J. Anderson David Cottrell and Charles R. Shipan Department of Political Science University of Michigan July 13, 2016

More information

Should the Democrats move to the left on economic policy?

Should the Democrats move to the left on economic policy? Should the Democrats move to the left on economic policy? Andrew Gelman Cexun Jeffrey Cai November 9, 2007 Abstract Could John Kerry have gained votes in the recent Presidential election by more clearly

More information

Homework 6 Answers PS 30 November 2012

Homework 6 Answers PS 30 November 2012 Homework 6 Answers PS 30 November 2012 1. Say that Townsville is deciding how many coal-fired energy plants to build to supply its energy needs. Some people are more environmentally oriented and thus prefer

More information

Appendix to Non-Parametric Unfolding of Binary Choice Data Keith T. Poole Graduate School of Industrial Administration Carnegie-Mellon University

Appendix to Non-Parametric Unfolding of Binary Choice Data Keith T. Poole Graduate School of Industrial Administration Carnegie-Mellon University Appendix to Non-Parametric Unfolding of Binary Choice Data Keith T. Poole Graduate School of Industrial Administration Carnegie-Mellon University 7 July 1999 This appendix is a supplement to Non-Parametric

More information

Supporting Information for Signaling and Counter-Signaling in the Judicial Hierarchy: An Empirical Analysis of En Banc Review

Supporting Information for Signaling and Counter-Signaling in the Judicial Hierarchy: An Empirical Analysis of En Banc Review Supporting Information for Signaling and Counter-Signaling in the Judicial Hierarchy: An Empirical Analysis of En Banc Review In this appendix, we: explain our case selection procedures; Deborah Beim Alexander

More information

Can the number of veto players measure policy stability?

Can the number of veto players measure policy stability? Can the number of veto players measure policy stability? Monika Nalepa and Ji Xue (The University of Chicago) February 22, 2018 Abstract Ever since the publication of George Tsebelis s Veto Players, political

More information

Voter strategies with restricted choice menus *

Voter strategies with restricted choice menus * Voter strategies with restricted choice menus * Kenneth Benoit Daniela Giannetti Michael Laver Trinity College, Dublin University of Bologna New York University kbenoit@tcd.ie giannett@spbo.unibo.it ml127@nyu.edu

More information

Endogenous Affirmative Action: Gender Bias Leads to Gender Quotas

Endogenous Affirmative Action: Gender Bias Leads to Gender Quotas Endogenous Affirmative Action: Gender Bias Leads to Gender Quotas Francois Maniquet The University of Namur Massimo Morelli The Ohio State University Guillaume Frechette New York University February 8,

More information

Estimating Ideal Points at the Supreme Court Using Agenda-Setting Votes

Estimating Ideal Points at the Supreme Court Using Agenda-Setting Votes Estimating Ideal Points at the Supreme Court Using Agenda-Setting Votes Ben Johnson Department of Politics Princeton University January 6, 2018 Abstract This article develops a new method for estimating

More information

Supplementary Materials for Strategic Abstention in Proportional Representation Systems (Evidence from Multiple Countries)

Supplementary Materials for Strategic Abstention in Proportional Representation Systems (Evidence from Multiple Countries) Supplementary Materials for Strategic Abstention in Proportional Representation Systems (Evidence from Multiple Countries) Guillem Riambau July 15, 2018 1 1 Construction of variables and descriptive statistics.

More information

Who Consents? A Theoretical and Empirical Examination of Pivotal Senators in Judicial Selection

Who Consents? A Theoretical and Empirical Examination of Pivotal Senators in Judicial Selection Who Consents? A Theoretical and Empirical Examination of Pivotal Senators in Judicial Selection David M. Primo University of Rochester david.primo@rochester.edu Sarah A. Binder The Brookings Institution

More information

Dialogue in U.S. Senate Campaigns? An Examination of Issue Discussion in Candidate Television Advertising

Dialogue in U.S. Senate Campaigns? An Examination of Issue Discussion in Candidate Television Advertising Dialogue in U.S. Senate Campaigns? An Examination of Issue Discussion in Candidate Television Advertising Noah Kaplan Assistant Professor of Political Science University of Houston Hoffman Hall (PGH) Room

More information

Are Supreme Court Nominations a Move-the-Median Game?

Are Supreme Court Nominations a Move-the-Median Game? Are Supreme Court Nominations a Move-the-Median Game? Charles M. Cameron Professor of Politics and Public Affairs Department of Politics & Woodrow Wilson School Princeton University ccameron@princeton.edu

More information

The Impact of Unionization on the Wage of Hispanic Workers. Cinzia Rienzo and Carlos Vargas-Silva * This Version, May 2015.

The Impact of Unionization on the Wage of Hispanic Workers. Cinzia Rienzo and Carlos Vargas-Silva * This Version, May 2015. The Impact of Unionization on the Wage of Hispanic Workers Cinzia Rienzo and Carlos Vargas-Silva * This Version, May 2015 Abstract This paper explores the role of unionization on the wages of Hispanic

More information

Immigrant Legalization

Immigrant Legalization Technical Appendices Immigrant Legalization Assessing the Labor Market Effects Laura Hill Magnus Lofstrom Joseph Hayes Contents Appendix A. Data from the 2003 New Immigrant Survey Appendix B. Measuring

More information

Expert Mining and Required Disclosure: Appendices

Expert Mining and Required Disclosure: Appendices Expert Mining and Required Disclosure: Appendices Jonah B. Gelbach APPENDIX A. A FORMAL MODEL OF EXPERT MINING WITHOUT DISCLOSURE A. The General Setup There are two parties, D and P. For i in {D, P}, the

More information

Issue-salience, Issue-divisiveness and Voting Decisions

Issue-salience, Issue-divisiveness and Voting Decisions Issue-salience, Issue-divisiveness and Voting Decisions Stephen Ansolabehere M. Socorro Puy May 1, 2014 Abstract Departing from the spatial model of voting, we show a straightforward way to isolate and

More information

Europe and the US: Preferences for Redistribution

Europe and the US: Preferences for Redistribution Europe and the US: Preferences for Redistribution Peter Haan J. W. Goethe Universität Summer term, 2010 Peter Haan (J. W. Goethe Universität) Europe and the US: Preferences for Redistribution Summer term,

More information

Testing for partisan behaviour in independent central banks: an analysis of voting in the National Bank of Poland

Testing for partisan behaviour in independent central banks: an analysis of voting in the National Bank of Poland Testing for partisan behaviour in independent central banks: an analysis of voting in the National Bank of Poland Nick Vivyan Department of Government, London School of Economics and Political Science

More information

Strategic Citations to Precedent on the U.S. Supreme Court

Strategic Citations to Precedent on the U.S. Supreme Court Strategic Citations to Precedent on the U.S. Supreme Court Yonatan Lupu and James H. Fowler ABSTRACT Common law evolves not only through the outcomes of cases but also through the reasoning and citations

More information

Lecture 16: Voting systems

Lecture 16: Voting systems Lecture 16: Voting systems Economics 336 Economics 336 (Toronto) Lecture 16: Voting systems 1 / 18 Introduction Last lecture we looked at the basic theory of majority voting: instability in voting: Condorcet

More information

UC-BERKELEY. Center on Institutions and Governance Working Paper No. 22. Interval Properties of Ideal Point Estimators

UC-BERKELEY. Center on Institutions and Governance Working Paper No. 22. Interval Properties of Ideal Point Estimators UC-BERKELEY Center on Institutions and Governance Working Paper No. 22 Interval Properties of Ideal Point Estimators Royce Carroll and Keith T. Poole Institute of Governmental Studies University of California,

More information

Voting rules: (Dixit and Skeath, ch 14) Recall parkland provision decision:

Voting rules: (Dixit and Skeath, ch 14) Recall parkland provision decision: rules: (Dixit and Skeath, ch 14) Recall parkland provision decision: Assume - n=10; - total cost of proposed parkland=38; - if provided, each pays equal share = 3.8 - there are two groups of individuals

More information

Social Choice Theory. Denis Bouyssou CNRS LAMSADE

Social Choice Theory. Denis Bouyssou CNRS LAMSADE A brief and An incomplete Introduction Introduction to to Social Choice Theory Denis Bouyssou CNRS LAMSADE What is Social Choice Theory? Aim: study decision problems in which a group has to take a decision

More information

Supplementary/Online Appendix for The Swing Justice

Supplementary/Online Appendix for The Swing Justice Supplementary/Online Appendix for The Peter K. Enns Cornell University pe52@cornell.edu Patrick C. Wohlfarth University of Maryland, College Park patrickw@umd.edu Contents 1 Appendix 1: All Cases Versus

More information

SHOULD THE DEMOCRATS MOVE TO THE LEFT ON ECONOMIC POLICY? By Andrew Gelman and Cexun Jeffrey Cai Columbia University

SHOULD THE DEMOCRATS MOVE TO THE LEFT ON ECONOMIC POLICY? By Andrew Gelman and Cexun Jeffrey Cai Columbia University Submitted to the Annals of Applied Statistics SHOULD THE DEMOCRATS MOVE TO THE LEFT ON ECONOMIC POLICY? By Andrew Gelman and Cexun Jeffrey Cai Columbia University Could John Kerry have gained votes in

More information

Coalition Formation and Selectorate Theory: An Experiment - Appendix

Coalition Formation and Selectorate Theory: An Experiment - Appendix Coalition Formation and Selectorate Theory: An Experiment - Appendix Andrew W. Bausch October 28, 2015 Appendix Experimental Setup To test the effect of domestic political structure on selection into conflict

More information

The Impact of Unionization on the Wage of Hispanic Workers. Cinzia Rienzo and Carlos Vargas-Silva * This Version, December 2014.

The Impact of Unionization on the Wage of Hispanic Workers. Cinzia Rienzo and Carlos Vargas-Silva * This Version, December 2014. The Impact of Unionization on the Wage of Hispanic Workers Cinzia Rienzo and Carlos Vargas-Silva * This Version, December 2014 Abstract This paper explores the role of unionization on the wages of Hispanic

More information

Check off these skills when you feel that you have mastered them. Identify if a dictator exists in a given weighted voting system.

Check off these skills when you feel that you have mastered them. Identify if a dictator exists in a given weighted voting system. Chapter Objectives Check off these skills when you feel that you have mastered them. Interpret the symbolic notation for a weighted voting system by identifying the quota, number of voters, and the number

More information

Veto Power in Committees: An Experimental Study* John H. Kagel Department of Economics Ohio State University

Veto Power in Committees: An Experimental Study* John H. Kagel Department of Economics Ohio State University Power in Committees: An Experimental Study* John H. Kagel Department of Economics Ohio State University Hankyoung Sung Department of Economics Ohio State University Eyal Winter Department of Economics

More information

Strategic Roll Call Vote Requests

Strategic Roll Call Vote Requests 1/15 Strategic Roll Call Vote Requests Fang-Yi Chiou Simon Hug Bjørn Høyland October 12, 2017 Overview 2/15 Motivation As roll call votes offer important behavioral information on parliaments and their

More information

Segal and Howard also constructed a social liberalism score (see Segal & Howard 1999).

Segal and Howard also constructed a social liberalism score (see Segal & Howard 1999). APPENDIX A: Ideology Scores for Judicial Appointees For a very long time, a judge s own partisan affiliation 1 has been employed as a useful surrogate of ideology (Segal & Spaeth 1990). The approach treats

More information

UNDERSTANDING TAIWAN INDEPENDENCE AND ITS POLICY IMPLICATIONS

UNDERSTANDING TAIWAN INDEPENDENCE AND ITS POLICY IMPLICATIONS UNDERSTANDING TAIWAN INDEPENDENCE AND ITS POLICY IMPLICATIONS Emerson M. S. Niou Abstract Taiwan s democratization has placed Taiwan independence as one of the most important issues for its domestic politics

More information

Supplementary Material for Preventing Civil War: How the potential for international intervention can deter conflict onset.

Supplementary Material for Preventing Civil War: How the potential for international intervention can deter conflict onset. Supplementary Material for Preventing Civil War: How the potential for international intervention can deter conflict onset. World Politics, vol. 68, no. 2, April 2016.* David E. Cunningham University of

More information

Chapter 4: Voting and Social Choice.

Chapter 4: Voting and Social Choice. Chapter 4: Voting and Social Choice. Topics: Ordinal Welfarism Condorcet and Borda: 2 alternatives for majority voting Voting over Resource Allocation Single-Peaked Preferences Intermediate Preferences

More information

Voting. Suppose that the outcome is determined by the mean of all voter s positions.

Voting. Suppose that the outcome is determined by the mean of all voter s positions. Voting Suppose that the voters are voting on a single-dimensional issue. (Say 0 is extreme left and 100 is extreme right for example.) Each voter has a favorite point on the spectrum and the closer the

More information

We conduct a theoretical and empirical re-evaluation of move-the-median (MTM) models of

We conduct a theoretical and empirical re-evaluation of move-the-median (MTM) models of American Political Science Review Vol., No. 4 November 26 doi:.7/s35546496 c American Political Science Association 26 Are Supreme Court Nominations a Move-the-Median Game? CHARLES M. CAMERON JONATHAN

More information

Voting for Parties or for Candidates: Do Electoral Institutions Make a Difference?

Voting for Parties or for Candidates: Do Electoral Institutions Make a Difference? Voting for Parties or for Candidates: Do Electoral Institutions Make a Difference? Elena Llaudet Department of Government Harvard University April 11, 2015 Abstract Little is known about how electoral

More information

Coalition Governments and Political Rents

Coalition Governments and Political Rents Coalition Governments and Political Rents Dr. Refik Emre Aytimur Georg-August-Universität Göttingen January 01 Abstract We analyze the impact of coalition governments on the ability of political competition

More information

Peer Effects on the United States Supreme Court

Peer Effects on the United States Supreme Court Peer Effects on the United States Supreme Court Richard Holden, Michael Keane and Matthew Lilley November 2, 2017 Abstract Using data on essentially every US Supreme Court decision since 1946, we estimate

More information

Health Outcomes of Children in Northern Uganda: Does Current IDP Status Matter?

Health Outcomes of Children in Northern Uganda: Does Current IDP Status Matter? Health Outcomes of Children in Northern Uganda: Does Current IDP Status Matter? Carlos Bozzoli and Tilman Brück Work in progress Bonn, 4 May 2009 Overview Motivation Literature Methodological approach

More information

A positive correlation between turnout and plurality does not refute the rational voter model

A positive correlation between turnout and plurality does not refute the rational voter model Quality & Quantity 26: 85-93, 1992. 85 O 1992 Kluwer Academic Publishers. Printed in the Netherlands. Note A positive correlation between turnout and plurality does not refute the rational voter model

More information

IMPERFECT INFORMATION (SIGNALING GAMES AND APPLICATIONS)

IMPERFECT INFORMATION (SIGNALING GAMES AND APPLICATIONS) IMPERFECT INFORMATION (SIGNALING GAMES AND APPLICATIONS) 1 Equilibrium concepts Concept Best responses Beliefs Nash equilibrium Subgame perfect equilibrium Perfect Bayesian equilibrium On the equilibrium

More information

Attack Politics Negativity in Presidential Campaigns since 1960 by Emmett H. Buell, Jr. and Lee Sigelman

Attack Politics Negativity in Presidential Campaigns since 1960 by Emmett H. Buell, Jr. and Lee Sigelman Attack Politics Negativity in Presidential Campaigns since 1960 by Emmett H. Buell, Jr. and Lee Sigelman The study of several dimensions of presidential campaigns Degree of negativity Topics of campaign

More information

Institutional determinants of IMF agreements

Institutional determinants of IMF agreements Institutional determinants of IMF agreements James Raymond Vreeland Yale University Department of Political Science New Haven, CT 06520 james.vreeland@yale.edu August 19, 2002 Abstract Do domestic institutions

More information

Understanding Taiwan Independence and Its Policy Implications

Understanding Taiwan Independence and Its Policy Implications Understanding Taiwan Independence and Its Policy Implications January 30, 2004 Emerson M. S. Niou Department of Political Science Duke University niou@duke.edu 1. Introduction Ever since the establishment

More information

Case Study: Get out the Vote

Case Study: Get out the Vote Case Study: Get out the Vote Do Phone Calls to Encourage Voting Work? Why Randomize? This case study is based on Comparing Experimental and Matching Methods Using a Large-Scale Field Experiment on Voter

More information

Voting Systems. High School Circle I. June 4, 2017

Voting Systems. High School Circle I. June 4, 2017 Voting Systems High School Circle I June 4, 2017 Today we are going to start our study of voting systems. Put loosely, a voting system takes the preferences of many people, and converted them into a group

More information

Median voter theorem - continuous choice

Median voter theorem - continuous choice Median voter theorem - continuous choice In most economic applications voters are asked to make a non-discrete choice - e.g. choosing taxes. In these applications the condition of single-peakedness is

More information

The Conditional Nature of Presidential Responsiveness to Public Opinion * Brandice Canes-Wrone Kenneth W. Shotts. January 8, 2003

The Conditional Nature of Presidential Responsiveness to Public Opinion * Brandice Canes-Wrone Kenneth W. Shotts. January 8, 2003 The Conditional Nature of Presidential Responsiveness to Public Opinion * Brandice Canes-Wrone Kenneth W. Shotts January 8, 2003 * For helpful comments we thank Mike Alvarez, Jeff Cohen, Bill Keech, Dave

More information

Pivotal Politics and the ideological content of Landmark Laws*

Pivotal Politics and the ideological content of Landmark Laws* Journal of Public Policy, page 1 of 28 Cambridge University Press, 2017 doi:10.1017/s0143814x1700023x Pivotal Politics and the ideological content of Landmark Laws* THOMAS R. GRAY The University of Texas

More information

Pivotal Politics and the Ideological Content of Landmark Laws. Thomas R. Gray Department of Politics University of Virginia

Pivotal Politics and the Ideological Content of Landmark Laws. Thomas R. Gray Department of Politics University of Virginia Pivotal Politics and the Ideological Content of Landmark Laws Thomas R. Gray Department of Politics University of Virginia tg5ec@virginia.edu Jeffery A. Jenkins Department of Politics University of Virginia

More information

and Presidential Influence in Congress

and Presidential Influence in Congress Strategic Position Taking 257 BRYAN W. MARSHALL Miami University BRANDON C. PRINS Texas Tech University Strategic Position Taking and Presidential Influence in Congress The rise and fall of presidential

More information

Model of Voting. February 15, Abstract. This paper uses United States congressional district level data to identify how incumbency,

Model of Voting. February 15, Abstract. This paper uses United States congressional district level data to identify how incumbency, U.S. Congressional Vote Empirics: A Discrete Choice Model of Voting Kyle Kretschman The University of Texas Austin kyle.kretschman@mail.utexas.edu Nick Mastronardi United States Air Force Academy nickmastronardi@gmail.com

More information

A. Delegates to constitutional convention were wary of unchecked power. B. The Articles failed because of the lack of a strong national executive

A. Delegates to constitutional convention were wary of unchecked power. B. The Articles failed because of the lack of a strong national executive CHAPTER 12: THE PRESIDENCY I. Constitutional Basis of Presidential Power A. Delegates to constitutional convention were wary of unchecked power B. The Articles failed because of the lack of a strong national

More information

Social choice theory

Social choice theory Social choice theory A brief introduction Denis Bouyssou CNRS LAMSADE Paris, France Introduction Motivation Aims analyze a number of properties of electoral systems present a few elements of the classical

More information

Bringing Politics to the Study of Voter Behavior: Menu Dependence in Voter Choice

Bringing Politics to the Study of Voter Behavior: Menu Dependence in Voter Choice Bringing Politics to the Study of Voter Behavior: Menu Dependence in Voter Choice Orit Kedar Harvard University Fall, 2001 Chapter 1 Introduction Introduction This work develops and tests a theory of issue

More information

Appendix 1 Details on Interest Group Scoring

Appendix 1 Details on Interest Group Scoring Appendix 1 Details on Interest Group Scoring Center for Education Reform Scoring of Charter School Policy From 1996 to 2008, scores were based on ten criteria. In 1996, the score for each criterion was

More information

Enriqueta Aragones Harvard University and Universitat Pompeu Fabra Andrew Postlewaite University of Pennsylvania. March 9, 2000

Enriqueta Aragones Harvard University and Universitat Pompeu Fabra Andrew Postlewaite University of Pennsylvania. March 9, 2000 Campaign Rhetoric: a model of reputation Enriqueta Aragones Harvard University and Universitat Pompeu Fabra Andrew Postlewaite University of Pennsylvania March 9, 2000 Abstract We develop a model of infinitely

More information

ISSN , Volume 13, Number 2

ISSN , Volume 13, Number 2 ISSN 1386-4157, Volume 13, Number 2 This article was published in the above mentioned Springer issue. The material, including all portions thereof, is protected by copyright; all rights are held exclusively

More information

Partisan Agenda Control and the Dimensionality of Congress

Partisan Agenda Control and the Dimensionality of Congress Partisan Agenda Control and the Dimensionality of Congress Keith L. Dougherty Associate Professor University of Georgia dougherk@uga.edu Michael S. Lynch Assistant Professor University of Kansas mlynch@ku.edu

More information

Part I: Univariate Spatial Model (20%)

Part I: Univariate Spatial Model (20%) 17.251 Fall 2012 Midterm Exam answers Directions: Do the following problem. Part I: Univariate Spatial Model (20%) The nation is faced with a situation in which, if legislation isn t passed, the level

More information

Ideological Perfectionism on Judicial Panels

Ideological Perfectionism on Judicial Panels Ideological Perfectionism on Judicial Panels Daniel L. Chen (ETH) and Moti Michaeli (EUI) and Daniel Spiro (UiO) Chen/Michaeli/Spiro Ideological Perfectionism 1 / 46 Behavioral Judging Formation of Normative

More information

3. Public Choice in a Direct Democracy

3. Public Choice in a Direct Democracy 3. Public in a Direct 4. Public in a 3. Public in a Direct I. Unanimity rule II. Optimal majority rule a) Choosing the optimal majority b) Simple majority as the optimal majority III. Majority rule a)

More information

Sequential vs. Simultaneous Voting: Experimental Evidence

Sequential vs. Simultaneous Voting: Experimental Evidence Sequential vs. Simultaneous Voting: Experimental Evidence Nageeb Ali, Jacob Goeree, Navin Kartik, and Thomas Palfrey Work in Progress Introduction: Motivation I Elections as information aggregation mechanisms

More information

Institutions and Equilibrium in the United States Supreme Court

Institutions and Equilibrium in the United States Supreme Court Institutions and Equilibrium in the United States Supreme Court Robert Anderson IV Ph.D. Candidate Department of Political Science Stanford University Encina Hall West, Room 100 Stanford, CA 94305 (650)444-1246

More information

Matthew A. Cole and Eric Neumayer. The pitfalls of convergence analysis : is the income gap really widening?

Matthew A. Cole and Eric Neumayer. The pitfalls of convergence analysis : is the income gap really widening? LSE Research Online Article (refereed) Matthew A. Cole and Eric Neumayer The pitfalls of convergence analysis : is the income gap really widening? Originally published in Applied economics letters, 10

More information

Measuring the Political Sophistication of Voters in the Netherlands and the United States

Measuring the Political Sophistication of Voters in the Netherlands and the United States Measuring the Political Sophistication of Voters in the Netherlands and the United States Christopher N. Lawrence Department of Political Science Saint Louis University November 2006 Overview What is political

More information

The Tyrant s Death: Supreme Court Retirements and the Staying Power of Judicial Decisions. Stuart Minor Benjamin and Georg Vanberg

The Tyrant s Death: Supreme Court Retirements and the Staying Power of Judicial Decisions. Stuart Minor Benjamin and Georg Vanberg The Tyrant s Death: Supreme Court Retirements and the Staying Power of Judicial Decisions Stuart Minor Benjamin and Georg Vanberg Introduction When a Supreme Court Justice is replaced, commentators and

More information

Game theory and applications: Lecture 12

Game theory and applications: Lecture 12 Game theory and applications: Lecture 12 Adam Szeidl December 6, 2018 Outline for today 1 A political theory of populism 2 Game theory in economics 1 / 12 1. A Political Theory of Populism Acemoglu, Egorov

More information