mpi A Stata command for the Alkire-Foster methodology Christoph Jindra 9 November 2015 OPHI Seminar Series - Michaelmas 2015

Size: px
Start display at page:

Download "mpi A Stata command for the Alkire-Foster methodology Christoph Jindra 9 November 2015 OPHI Seminar Series - Michaelmas 2015"

Transcription

1 mpi A Stata command for the Alkire-Foster methodology Christoph Jindra OPHI Seminar Series - Michaelmas November 2015 Christoph Jindra (Research Officer) 9 November / 30

2 Outline What and why Data and indicators for examples The syntax General syntax Minimal expression Missing values Options Weights Multidimensional FGT class Raw and censored headcounts and dimensional breakdown Subgroup analysis Saved results Dominance approach using graphs To do list Literature Christoph Jindra (Research Officer) 9 November / 30

3 What and why What and why What mpi is a flexible Stata command for the estimation of the Alkire-Foster (2011) class of multidimensional poverty measures Allows the estimation of all indices of the class and the most important partial indices alongside their standard errors Subgroup analysis and dimensional breakdown Why In principle easy to calculate, in practice error prone assure quality Existing ado-files do not make the most out of the method (IMDP_AFI by Abdelkrim and Duclos (2013) calculates the multidimensional FGT class but does not offer any decomposition) To provide practitioners with a comprehensive command that facilitates the most important steps in the creation of an MPI steps in the analysis of poverty based on the AF-method Christoph Jindra (Research Officer) 9 November / 30

4 Data and indicators for examples Data All examples use a dataset that is installed with Stata nlsw88: 1988 data, extracted from the National Longitudinal Survey of Young Woman (US) Ages in 1968 Number of cases: 2246 Can be loaded using sysuse nlsw88 as long as Stata is installed Christoph Jindra (Research Officer) 9 November / 30

5 Data and indicators for examples Indicators, cutoffs and missing values Three indicators (dimensions) for all the examples Indicator Variable Cutoff Hourly wage wage deprived if hourly wage below 70% of median (rounded z Wage = 4) College graduate collgrad deprived if not a college graduate (0) Usual hours worked hours deprived if less than 26 hours Missing values on the indicators. mdesc collgrad wage hours Variable Missing Total Percent Missing collgrad 0 2, wage 0 2, hours 4 2, Christoph Jindra (Research Officer) 9 November / 30

6 The syntax General syntax General syntax of mpi command mpi syntax so far: mpi varlist [if] [in] [pweight aweight iweight], z(numlist) ks(numlist) [weights(numlist) hraw cardinal malpha(numlist) dcontribution group(varlist) groupcont groupdcontribution] As always: Expressions in the brackets are optional Underlining denotes the shortest allowed abbreviation A minimal expression would be (unidimensional case): mpi v1, z(z_v1) ks(1) Three-dimensional case: mpi v1 v2 v3, z(z_v1 z_v2 z_v3) ks(1) Christoph Jindra (Research Officer) 9 November / 30

7 The syntax Minimal expression Indicators, deprivation cutoffs z j and poverty cutoff(s) k Each time you use the mpi command, you have to minimally specify 1. The indicators in varlist (at least one) 2. The deprivation cutoffs for each indicator (z j ) specified in z(numlist) Have to have exactly the same order as in varlist! Deprived if xij < z j, non-deprived otherwise 3. At least one poverty cutoff k in ks(numlist) The command assumes: normalized weights: w j > 1 and d w j = 1 0 < k 1 j=1 Syntax: mpi v1 v2 v3 v4, z(z_v1 z_v2 z_v2 z_v4) /// ks( ) Christoph Jindra (Research Officer) 9 November / 30

8 The syntax Minimal expression Calculation of M 0, H and A Without any additional options, mpi calculates M 0, H and A: mpi creates various temporary variables, the most important are: rho_ k : One identifier of the poor for each poverty cutoff k c0k_ k : One censored deprivation score for each poverty cutoff k H = 1 n ρ k i mean of rho_ k n A = 1 q M 0 = 1 n i=1 q i=1 n i=1 c i (k) mean of c0k_ k if rho_ k == 1 c i (k) mean of c0k_ k Christoph Jindra (Research Officer) 9 November / 30

9 The syntax Minimal expression Most basic command. // Basic mpi command. mpi wage collgrad hours, z( ) ks(0.333) Results for Alkire-Foster dual cutoff method Dimensions: wage collgrad hours Number of indicators d: 3 Respective weights w_j: 1/3 1/3 1/3 Deprivation cutoffs z: Poverty cutoffs k:.333 Number of observations: 2242 M0, H and A: k M0 se M0 H se H A se A // Number of cases in dataset. count 2246 Christoph Jindra (Research Officer) 9 November / 30

10 The syntax Minimal expression Several poverty cutoffs. // Several poverty cutoffs (command allows for numlist in ks()). mpi wage collgrad hours, z( ) ks(0.1(0.1)1) Results for Alkire-Foster dual cutoff method (... output omitted...) Poverty cutoffs k: M0, H and A: k M0 se M0 H se H A se A Christoph Jindra (Research Officer) 9 November / 30

11 The syntax Missing values Treatment of missing values Sample restrictions/ exclusion of observations: those that have missing on any of the variables in varlist those excluded by if and in restrictions those for which (sampling) weight = 0 Stata: marksample If subgroup analysis touse all with missing on subgroup variable! Stata: if " group "!= "" markout touse /// group, strok strok allows for string variables Christoph Jindra (Research Officer) 9 November / 30

12 Options Weights Weights Indicator specific weights are optional (weights(numlist)) Default is equal weights (w 1 = w 2 =... = w d ) Weights can be specified, however: ( d ) 1. mpi assume normalized weights w j = 1 Weights in j=1 weights(numlist) have to sum up to one 2. Have to have the same order as the indicators in varlist Syntax: mpi v1 v2 v3 v4, z(z_v1 z_v2 z_v2 z_v4) /// ks(0.3) weights(w_v1 w_v2 w_v3 w_v4) Christoph Jindra (Research Officer) 9 November / 30

13 Options Weights Weights. // Weights. mpi wage collgrad hours, z( ) ks( ) /// > weights( ) Results for Alkire-Foster dual cutoff method (... output omitted...) Respective weights w_j: Poverty cutoffs k: M0, H and A: k M0 se M0 H se H A se A Christoph Jindra (Research Officer) 9 November / 30

14 Options Multidimensional FGT class Multidimensional FGT class Let g α ij be g α ij = ( (zj x ij ) z j ) α α = 1 normalized gaps; α = 2 squared normalized gaps Adjusted poverty gap measure: Adjusted FGT measure: Adjusted FGT class: M 1 = 1 n M 2 = 1 n M α = 1 n n n d i=1 j=1 n d i=1 j=1 d i=1 j=1 w j g 1 ij (k) w j g 2 ij (k) w j g α ij (k); α 0 Christoph Jindra (Research Officer) 9 November / 30

15 Options Multidimensional FGT class Multidimensional FGT class - estimation Let ci α (k) be d w jg α j=1 ij (k) Adjusted FGT class as: M α = 1 n n i=1 cα i (k); α 0 cardinal option 1. Creates temporary variables: 1.1 c1k k = One censored weighted rowtotal of gaps for each k 1.2 c2k k = One censored weighted rowtotal of squared gaps for each k 2. Calculates 2.1 Adjusted gap measure M Adjusted FGT measure M 2 malpha(numlist) 1. creates temporary variable: 1.1 cak k = One censored weighted rowtotal of normalized gaps to the power of α for each k 2. Calculates 2.1 Adjusted FGT class Christoph Jindra (Research Officer) 9 November / 30

16 Options Multidimensional FGT class Multidimensional FGT class. // Adjusted poverty gap, adjusted FGT measure and adjusted FGT class. mpi wage collgrad hours, z( ) ks(0.3333) cardinal /// > malpha(3) Results for Alkire-Foster dual cutoff method (... output omitted...) M0, H and A: k M0 se M0 H se H A se A M1 and M2: k M1 se M1 M2 se M M_alpha (alpha = 3) k M(Alpha) se MAlpha Christoph Jindra (Research Officer) 9 November / 30

17 Options Raw and censored headcounts and dimensional breakdown Raw headcount ratios Raw (uncensored) headcount ratios: h j = 1 n n i=1 g 0 i. Show the share of people deprived in each dimension/indicator. // Raw headcount ratio with hraw option. mpi wage collgrad hours, z( ) ks(0.3333) hraw Results for Alkire-Foster dual cutoff method (...ouput omitted...) M0, H and A: k M0 se M0 H se H A se A Raw (uncensored) headcount ratios: h_j wage.1949 collgrad.7632 hours.1517 Christoph Jindra (Research Officer) 9 November / 30

18 Options Raw and censored headcounts and dimensional breakdown Censored headcount ratios and dimensional breakdown Censored headcount ratios: h j (k) = 1 n n i=1 g 0 i.(k) Show the share of people deprived in each dimension/indicator who are at the same time multidimensionally poor M 0 can be expressed in terms of censored headcounts: M 0 = 1 n n d i=1 j=1 w j g 0 ij (k) = [ d 1 n w j n j=1 i=1 The contribution of each dimension to M 0 : φ 0 j (k) = w j h j (k) M 0 g 0 ij (k) ] d = w j h j (k) j=1 Contribution depends on wj and h j (k) Whenever φ 0 j (k) is much larger than w j, the poor are more likely to be deprived on that indicator Christoph Jindra (Research Officer) 9 November / 30

19 Options Raw and censored headcounts and dimensional breakdown Censored headcounts and percentage contribution. // Censored headcounts and dimensional contribution with dcontribution. mpi wage collgrad hours, z( ) ks( ) dcontribution Results for Alkire-Foster dual cutoff method (... output omitted...) Dimensional breakdown Censored headcount ratios: k wage collgrad hours Percentage contribution to M0 by dimensions: k wage collgrad hours Christoph Jindra (Research Officer) 9 November / 30

20 Options Subgroup analysis Subgroup decomposition population subgroup decomposability has proved particularly useful in poverty measurement Means that overall poverty can be expressed as a population-share weighted sum of subgroup poverty levels Holds for M 0 as well: M 0 (X) = m l=1 n l n M 0(X l ) We can further calculate the percentage contribution to overall poverty by group: D 0 l = n l M 0 (X l ) n M 0 (X) If contribution of certain group exceeds population share suggests unequal distribution of poverty Christoph Jindra (Research Officer) 9 November / 30

21 Options Subgroup analysis Subgroup decomposition (shown for M 0 only). // Subgroup analysis. mpi wage collgrad hours, z( ) ks( ) group(married) Results for Alkire-Foster dual cutoff method (... output omitted...) Results for subgroup decomposition: for M0 k Obs single married Overall M se M se M se Christoph Jindra (Research Officer) 9 November / 30

22 Options Subgroup analysis Subgroup contribution to M 0. // Subgroup analysis. mpi wage collgrad hours, z( ) ks( ) group(married) /// > groupc Results for Alkire-Foster dual cutoff method Dimensions: wage collgrad hours Number of indicators d: 3 Respective weights w_j: 1/3 1/3 1/3 Deprivation cutoffs z: Poverty cutoffs k: Number of observations: 2242 Subgroup contribution to M0 in % for all k: k married Percent N single married Christoph Jindra (Research Officer) 9 November / 30

23 Options Saved results Saved results mpi is e-class command ereturn list shows all saved results All the results are saved in matrices for further usage. quietly mpi wage collgrad hours, z( ) ks( ( )1) /// > group(union). ereturn list scalars: macros: matrices: functions: e(n) = 1877 e(d) = 3 e(cmd) : "mpi" e(m0ha) : 3 x 6 e(group_a) : 3 x 7 e(group_h) : 3 x 7 e(group_m0) : 3 x 7 e(sample) Christoph Jindra (Research Officer) 9 November / 30

24 Options Dominance approach using graphs Dominance analysis. quietly mpi wage collgrad hours, z( ) ks( ) /// > group(union). mat temp = e(group_m0). mat list temp temp[3,7] M0_nonunion se_nonunion M0_union se_union M0_overall se_overa k clear. svmat temp, names(col) number of observations will be reset to 3 Press any key to continue, or Break to abort obs was 0, now 3. // most basic form:. graph twoway (connected M0_nonunion k) (connected M0_union k) Christoph Jindra (Research Officer) 9 November / 30

25 Options Dominance approach using graphs M 0 dominance k M0_nonunion M0_union Christoph Jindra (Research Officer) 9 November / 30

26 Options Dominance approach using graphs M 0 dominance M 0 dominance over union membership Alongside 95% confidence interval M Poverty cutoff k Non union Union Christoph Jindra (Research Officer) 9 November / 30

27 To do list do s More options if necessary (creating actual variables)? Warnings Complete list of returned results Rounding and precision Testing/verification based on Gould (2001) Testing procedures for M 0, H and A M 1 and M 2 Raw headcounts and censored headcounts already implemented But needs to be implemented for all elements Complex survey design Will be implemented using svy option Will use the default: linearized variance estimator Christoph Jindra (Research Officer) 9 November / 30

28 To do list don ts: Bootstrapping Often applied, but is it really that easy? Examples where the bootstrap fails are abundant [...]. Complex survey data is one such example (Kolenikov, 2010) In case of only few PSUs per stratum, naive bootstrapping can lead to biased and inconsistent variance estimates Replicate weights have to be used for correct estimation (Asparouhov and Muthén, 2010; Kolenikov, 2010) bootstrap samples that can be used to assess the variability of the estimates Often not delivered with dataset Can theoretically be calculated if one understands the sampling procedure correctly (package bsweights) In Stata: svy bootstrap requires that the bootstrap replicate weights be identified (StataCorp, 2013, p. 74) No option, but can theoretically be calculated Christoph Jindra (Research Officer) 9 November / 30

29 To do list Bootstrapping without complex survey design Christoph Jindra (Research Officer) 9 November / 30

30 Literature Literature I Abdelkrim, A. and J.-Y. Duclos (2013). User Manual for Stata Package DASP: Version 2.3. PEP, World Bank, UNDP and University Laval. Alkire, S. and J. Foster (2011). Counting and multidimensional poverty measurement. Journal of Public Economics 95(7-8), Asparouhov, T. and B. O. Muthén (2010). Resampling Methods in Mplus for Complex Survey Data. Gould, W. (2001). Statistical software certification. The Stata Journal 1(1), Kolenikov, S. (2010). Resampling variance estimation for complex survey data. The Stata Journal 10(2), StataCorp (2013). Stata Survey Data Reference Manual - Release 13. College Station, Texas: Stata Press. Christoph Jindra (Research Officer) 9 November / 30

Multidimensional Poverty Measurement: The Way Forward?

Multidimensional Poverty Measurement: The Way Forward? Multidimensional Poverty Measurement: The Way Forward? James E. Foster The George Washington University and OPHI NAS Food Security Workshop February 16, 211 Why Multidimensional Poverty? Missing Dimensions

More information

Multidimensional poverty measurement for EU-SILC countries

Multidimensional poverty measurement for EU-SILC countries Multidimensional poverty measurement for EU-SILC countries Sabina Alkire, Mauricio Apablaza, Euijin Jung OPHI Seminar, 17 Nov 2014 1. Background 2. Methodology 3. Three possible Measures 4. Results a.

More information

Chapter 6 Part 3 October 21, Bootstrapping

Chapter 6 Part 3 October 21, Bootstrapping Chapter 6 Part 3 October 21, 2008 Bootstrapping From the internet: The bootstrap involves repeated re-estimation of a parameter using random samples with replacement from the original data. Because the

More information

You created this PDF from an application that is not licensed to print to novapdf printer (http://www.novapdf.com)

You created this PDF from an application that is not licensed to print to novapdf printer (http://www.novapdf.com) Monday October 3 10:11:57 2011 Page 1 (R) / / / / / / / / / / / / Statistics/Data Analysis Education Box and save these files in a local folder. name:

More information

Applications of Data Analysis (EC969) Simonetta Longhi and Alita Nandi (ISER) Contact: slonghi and

Applications of Data Analysis (EC969) Simonetta Longhi and Alita Nandi (ISER) Contact: slonghi and Applications of Data Analysis (EC969) Simonetta Longhi and Alita Nandi (ISER) Contact: slonghi and anandi; @essex.ac.uk Week 2 Lecture 1: Sampling (I) Constructing Sampling distributions and estimating

More information

Lectures 04, 05, 06: Sample weights

Lectures 04, 05, 06: Sample weights Lectures 04, 05, 06: Sample weights Ernesto F. L. Amaral September 12 19, 2017 Advanced Methods of Social Research (SOCI 420) Sources: Stata Help & General Social Survey Codebook. Using sample weights

More information

Pro-poor growth. Abdelkrim Araar, Sami Bibi and Jean-Yves Duclos. Workshop on poverty and social impact analysis Dakar, Senegal, 8-12 June 2010

Pro-poor growth. Abdelkrim Araar, Sami Bibi and Jean-Yves Duclos. Workshop on poverty and social impact analysis Dakar, Senegal, 8-12 June 2010 Pro-poor growth Abdelkrim Araar, Sami Bibi and Jean-Yves Duclos Workshop on poverty and social impact analysis Dakar, Senegal, 8-12 June 2010 Pro-poor growth PEP and UNDP June 2010 1 / 43 Outline Concepts

More information

Poverty alleviation and targeting

Poverty alleviation and targeting Poverty alleviation and targeting Abdelkrim Araar, Sami Bibi and Jean-Yves Duclos Workshop on poverty and social impact analysis Dakar, Senegal, 8-12 June 2010 Poverty alleviation and targeting Kampala

More information

Analysing household survey data: Methods and tools

Analysing household survey data: Methods and tools Analysing household survey data: Methods and tools Jean-Yves Duclos PEP, CIRPÉE, Université Laval GTAP Post-Conference Workshop, 17 June 2006 Analysing household survey data - p. 1/42 Introduction and

More information

PRIORITY-BASED MULTIDIMENSIONAL POVERTY (IN PROGRESS) Christophe Muller Aix-Marseille School of Economics, September 2013

PRIORITY-BASED MULTIDIMENSIONAL POVERTY (IN PROGRESS) Christophe Muller Aix-Marseille School of Economics, September 2013 PRIORITY-BASED MULTIDIMENSIONAL POVERTY (IN PROGRESS) 1 Christophe Muller Aix-Marseille School of Economics, September 2013 INTRODUCTION Multifarious measures of aggregate well-being Monetary-based poverty

More information

Description Quick start Menu Syntax Options Remarks and examples Acknowledgment Also see

Description Quick start Menu Syntax Options Remarks and examples Acknowledgment Also see Title stata.com collapse Make dataset of summary statistics Description Quick start Menu Syntax Options Remarks and examples Acknowledgment Also see Description collapse converts the dataset in memory

More information

The Measurement of Multidimensional Poverty and Intertemporal Poverty: Same Toolkit?

The Measurement of Multidimensional Poverty and Intertemporal Poverty: Same Toolkit? The Measurement of Multidimensional Poverty and Intertemporal Poverty: Same Toolkit? Chronic Poverty Research Centre 2010 Conference Maria Emma Santos OPHI and CONICET-UNS Suman Seth Oxford Poverty & Human

More information

Multidimensional Poverty: First Evidence from Vietnam

Multidimensional Poverty: First Evidence from Vietnam MPRA Munich Personal RePEc Archive Multidimensional Poverty: First Evidence from Vietnam Ha Le and Cuong Nguyen and Tung Phung 10. December 2014 Online at http://mpra.ub.uni-muenchen.de/64704/ MPRA Paper

More information

Volume 35, Issue 4 MULTIDIMENSIONAL POVERTY: EVIDENCE FROM VIETNAM. Ha Le Mekong Development Research Institute

Volume 35, Issue 4 MULTIDIMENSIONAL POVERTY: EVIDENCE FROM VIETNAM. Ha Le Mekong Development Research Institute Volume 35, Issue 4 MULTIDIMENSIONAL POVERTY: EVIDENCE FROM VIETNAM Ha Le Mekong Development Research Institute Cuong Nguyen National Economics University and Mekong Development Research Institute, Hanoi,

More information

Multidimensional Elderly Poverty Index

Multidimensional Elderly Poverty Index Policy Report 2018-06 Multidimensional Elderly Poverty Index Sukmyung Yun Kyongpyo Ko Principal Researcher Sukmyung Yun Research Fellow, Korea institute for Health and Social Affairs Publications Income

More information

From the help desk: Kaplan Meier plots with stsatrisk

From the help desk: Kaplan Meier plots with stsatrisk The Stata Journal (2004) 4, Number 1, pp. 56 65 From the help desk: Kaplan Meier plots with stsatrisk Jean Marie Linhart Jeffrey S. Pitblado James Hassell StataCorp Abstract. stsatrisk is a wrapper for

More information

Multidimensional Poverty Dynamics: Methodology And Results for 34 Countries

Multidimensional Poverty Dynamics: Methodology And Results for 34 Countries Multidimensional Poverty Dynamics: Methodology And Results for 34 Countries Sabina Alkire, José Manuel Roche and Ana Vaz AEA, January, 2017 Session: Poverty, Shared Prosperity, and Vulnerability Motivation

More information

CHAPTER 8 EXAMPLES: MIXTURE MODELING WITH LONGITUDINAL DATA

CHAPTER 8 EXAMPLES: MIXTURE MODELING WITH LONGITUDINAL DATA Examples: Mixture Modeling With Longitudinal Data CHAPTER 8 EXAMPLES: MIXTURE MODELING WITH LONGITUDINAL DATA Mixture modeling refers to modeling with categorical latent variables that represent subpopulations

More information

Lecture 12: The Bootstrap

Lecture 12: The Bootstrap Lecture 12: The Bootstrap Reading: Chapter 5 STATS 202: Data mining and analysis October 20, 2017 1 / 16 Announcements Midterm is on Monday, Oct 30 Topics: chapters 1-5 and 10 of the book everything until

More information

Multidimensional Poverty in India: Has the Growth been Pro-Poor on Multiple Dimensions? Uppal Anupama (Punjabi University)

Multidimensional Poverty in India: Has the Growth been Pro-Poor on Multiple Dimensions? Uppal Anupama (Punjabi University) Multidimensional Poverty in India: Has the Growth been Pro-Poor on Multiple Dimensions? Uppal Anupama (Punjabi University) Paper Prepared for the IARIW 33 rd General Conference Rotterdam, the Netherlands,

More information

Model fit assessment via marginal model plots

Model fit assessment via marginal model plots The Stata Journal (2010) 10, Number 2, pp. 215 225 Model fit assessment via marginal model plots Charles Lindsey Texas A & M University Department of Statistics College Station, TX lindseyc@stat.tamu.edu

More information

Quality of Employment in Chile

Quality of Employment in Chile Quality of Employment in Chile Research Team Kirsten Sehnbruch, Universidad Diego Portales Pablo González, University of Chile Rocío Méndez, Universidad Diego Portales Verónica Arriagada, University of

More information

Summer School on Multidimensional Poverty Analysis

Summer School on Multidimensional Poverty Analysis Summer School on Multidimensional Poverty Analysis Oxford Poverty & Human Development Initiative, (OPHI), University of Oxford 3 15 August 2015, Georgetown University Washington DC National Multidimensional

More information

ECON 450 Development Economics

ECON 450 Development Economics and Poverty ECON 450 Development Economics Measuring Poverty and Inequality University of Illinois at Urbana-Champaign Summer 2017 and Poverty Introduction In this lecture we ll introduce appropriate measures

More information

Mexico s Official Multidimensional Poverty Measure: A Comparative Study of Indigenous and Non-Indigenous Populations

Mexico s Official Multidimensional Poverty Measure: A Comparative Study of Indigenous and Non-Indigenous Populations Mexico s Official Multidimensional Poverty Measure: A Comparative Study of Indigenous and Non-Indigenous Populations Iván González de Alba OPHI, University of Oxford November 22, 2012 This Presentation

More information

Auxiliary Variables in Mixture Modeling: 3-Step Approaches Using Mplus

Auxiliary Variables in Mixture Modeling: 3-Step Approaches Using Mplus Auxiliary Variables in Mixture Modeling: 3-Step Approaches Using Mplus Tihomir Asparouhov and Bengt Muthén Mplus Web Notes: No. 15 Version 7, June 13, 2013 This version corrects errors in the October 4,

More information

Multi-Dimensional Poverty Index: An Application to the United States

Multi-Dimensional Poverty Index: An Application to the United States IRP Discussion Paper No. 1427-15 Multi-Dimensional Poverty Index: An Application to the United States Shatakshee Dhongde* Georgia Institute of Technology, E-mail: shatakshee.dhongde@econ.gatech.edu Robert

More information

WesVar Analysis Example Replication C7

WesVar Analysis Example Replication C7 WesVar Analysis Example Replication C7 WesVar 5.1 is primarily a point and click application and though a text file of commands can be used in the WesVar (V5.1) batch processing environment, all examples

More information

Chapter 5 Poverty, Inequality, and Development

Chapter 5 Poverty, Inequality, and Development Chapter 5 Poverty, Inequality, and Development Distribution and Development: Seven Critical Questions What is the extent of relative inequality, and how is this related to the extent of poverty? Who are

More information

Volume 30, Issue 1. Stochastic Dominance, Poverty and the Treatment Effect Curve. Paolo Verme University of Torino

Volume 30, Issue 1. Stochastic Dominance, Poverty and the Treatment Effect Curve. Paolo Verme University of Torino Volume 3, Issue 1 Stochastic Dominance, Poverty and the Treatment Effect Curve Paolo Verme University of Torino Abstract The paper proposes a simple framework for the evaluation of anti-poverty programs

More information

ECONOMICS SERIES SWP 2013/9. Duration and Multidimensionality in Poverty Measurement. Aaron Nicholas, Ranjan Ray, Kompal Sinha

ECONOMICS SERIES SWP 2013/9. Duration and Multidimensionality in Poverty Measurement. Aaron Nicholas, Ranjan Ray, Kompal Sinha Faculty of Business and Law School of Accounting, Economics and Finance ECONOMICS SERIES SWP 2013/9 Duration and Multidimensionality in Poverty Measurement Aaron Nicholas, Ranjan Ray, Kompal Sinha The

More information

Rescaling results of nonlinear probability models to compare regression coefficients or variance components across hierarchically nested models

Rescaling results of nonlinear probability models to compare regression coefficients or variance components across hierarchically nested models Rescaling results of nonlinear probability models to compare regression coefficients or variance components across hierarchically nested models Dirk Enzmann & Ulrich Kohler University of Hamburg, dirk.enzmann@uni-hamburg.de

More information

VARIANCE ESTIMATION FROM CALIBRATED SAMPLES

VARIANCE ESTIMATION FROM CALIBRATED SAMPLES VARIANCE ESTIMATION FROM CALIBRATED SAMPLES Douglas Willson, Paul Kirnos, Jim Gallagher, Anka Wagner National Analysts Inc. 1835 Market Street, Philadelphia, PA, 19103 Key Words: Calibration; Raking; Variance

More information

10/1/2012. PSY 511: Advanced Statistics for Psychological and Behavioral Research 1

10/1/2012. PSY 511: Advanced Statistics for Psychological and Behavioral Research 1 PSY 511: Advanced Statistics for Psychological and Behavioral Research 1 Pivotal subject: distributions of statistics. Foundation linchpin important crucial You need sampling distributions to make inferences:

More information

The Measurement of Wealth and Inequality: An Application to China

The Measurement of Wealth and Inequality: An Application to China The Measurement of Wealth and Inequality: An Application to China Patrick S. Ward Purdue University SHaPE Seminar September 23, 2011 Measuring Well-being Traditional measures of economic well-being derived

More information

OPHI WORKING PAPER NO. 55

OPHI WORKING PAPER NO. 55 Oxford Poverty & Human Development Initiative (OPHI) Oxford Department of International Development Queen Elizabeth House (QEH), University of Oxford OPHI WORKING PAPER NO. 55 A Sebastian Levine,* James

More information

List of figures. I General information 1

List of figures. I General information 1 List of figures Preface xix xxi I General information 1 1 Introduction 7 1.1 What is this book about?........................ 7 1.2 Which models are considered?...................... 8 1.3 Whom is this

More information

Multidimensional poverty: theory and empirical evidence

Multidimensional poverty: theory and empirical evidence Multidimensional poverty: theory and empirical evidence Iñaki Permanyer (inaki.permanyer@uab.es) Twelfth winter school on Inequality and Social Welfare Theory (IT12) Job announcement A postdoctoral appointment

More information

R & R Study. Chapter 254. Introduction. Data Structure

R & R Study. Chapter 254. Introduction. Data Structure Chapter 54 Introduction A repeatability and reproducibility (R & R) study (sometimes called a gauge study) is conducted to determine if a particular measurement procedure is adequate. If the measurement

More information

ROM Simulation with Exact Means, Covariances, and Multivariate Skewness

ROM Simulation with Exact Means, Covariances, and Multivariate Skewness ROM Simulation with Exact Means, Covariances, and Multivariate Skewness Michael Hanke 1 Spiridon Penev 2 Wolfgang Schief 2 Alex Weissensteiner 3 1 Institute for Finance, University of Liechtenstein 2 School

More information

Key Objectives. Module 2: The Logic of Statistical Inference. Z-scores. SGSB Workshop: Using Statistical Data to Make Decisions

Key Objectives. Module 2: The Logic of Statistical Inference. Z-scores. SGSB Workshop: Using Statistical Data to Make Decisions SGSB Workshop: Using Statistical Data to Make Decisions Module 2: The Logic of Statistical Inference Dr. Tom Ilvento January 2006 Dr. Mugdim Pašić Key Objectives Understand the logic of statistical inference

More information

Abadie s Semiparametric Difference-in-Difference Estimator

Abadie s Semiparametric Difference-in-Difference Estimator The Stata Journal (yyyy) vv, Number ii, pp. 1 9 Abadie s Semiparametric Difference-in-Difference Estimator Kenneth Houngbedji, PhD Paris School of Economics Paris, France kenneth.houngbedji [at] psemail.eu

More information

Draft 4 Dec Not for citation without permission please.

Draft 4 Dec Not for citation without permission please. Multidimensional poverty measurement for EU-SILC (European Union Statistics on Income and Living Conditions) countries Sabina Alkire, Mauricio Apablaza and Euijin Jung 1 Draft 4 Dec 2012. Not for citation

More information

A generalized Hosmer Lemeshow goodness-of-fit test for multinomial logistic regression models

A generalized Hosmer Lemeshow goodness-of-fit test for multinomial logistic regression models The Stata Journal (2012) 12, Number 3, pp. 447 453 A generalized Hosmer Lemeshow goodness-of-fit test for multinomial logistic regression models Morten W. Fagerland Unit of Biostatistics and Epidemiology

More information

Income and beyond: Multidimensional poverty in six Latin American countries

Income and beyond: Multidimensional poverty in six Latin American countries Working Paper Series Income and beyond: Multidimensional poverty in six Latin American countries Diego Battiston Guillermo Cruces Luis Felipe Lopez-Calva Maria Ana Lugo Maria Emma Santos ECINEQ WP 2009

More information

tm / / / / / / / / / / / / Statistics/Data Analysis User: Klick Project: Limited Dependent Variables{space -6}

tm / / / / / / / / / / / / Statistics/Data Analysis User: Klick Project: Limited Dependent Variables{space -6} PS 4 Monday August 16 01:00:42 2010 Page 1 tm / / / / / / / / / / / / Statistics/Data Analysis User: Klick Project: Limited Dependent Variables{space -6} log: C:\web\PS4log.smcl log type: smcl opened on:

More information

Growth and Poverty Revisited from a Multidimensional Perspective

Growth and Poverty Revisited from a Multidimensional Perspective Growth and Poverty Revisited from a Multidimensional Perspective María Emma Santos (UNS-CONICET, OPHI) Carlos Dabús (UNS-CONICET) and Fernando Delbianco (UNS-CONICET) Depto. Economía, Universidad Nacional

More information

Quantile Regression in Survival Analysis

Quantile Regression in Survival Analysis Quantile Regression in Survival Analysis Andrea Bellavia Unit of Biostatistics, Institute of Environmental Medicine Karolinska Institutet, Stockholm http://www.imm.ki.se/biostatistics andrea.bellavia@ki.se

More information

Summary of Statistical Analysis Tools EDAD 5630

Summary of Statistical Analysis Tools EDAD 5630 Summary of Statistical Analysis Tools EDAD 5630 Test Name Program Used Purpose Steps Main Uses/Applications in Schools Principal Component Analysis SPSS Measure Underlying Constructs Reliability SPSS Measure

More information

Chapter 6 Part 6. Confidence Intervals chi square distribution binomial distribution

Chapter 6 Part 6. Confidence Intervals chi square distribution binomial distribution Chapter 6 Part 6 Confidence Intervals chi square distribution binomial distribution October 8, 008 Brief review of what we covered last time. In order to get a confidence interval for the population mean

More information

CIRPÉE Centre interuniversitaire sur le risque, les politiques économiques et l emploi

CIRPÉE Centre interuniversitaire sur le risque, les politiques économiques et l emploi CIRPÉE Centre interuniversitaire sur le risque, les politiques économiques et l emploi Cahier de recherche/working Paper 03-12 Decomposing Poverty Changes into Vertical and Horizontal Components Sami Bibi

More information

User Guide of GARCH-MIDAS and DCC-MIDAS MATLAB Programs

User Guide of GARCH-MIDAS and DCC-MIDAS MATLAB Programs User Guide of GARCH-MIDAS and DCC-MIDAS MATLAB Programs 1. Introduction The GARCH-MIDAS model decomposes the conditional variance into the short-run and long-run components. The former is a mean-reverting

More information

Gamma Distribution Fitting

Gamma Distribution Fitting Chapter 552 Gamma Distribution Fitting Introduction This module fits the gamma probability distributions to a complete or censored set of individual or grouped data values. It outputs various statistics

More information

CHAPTER 12 EXAMPLES: MONTE CARLO SIMULATION STUDIES

CHAPTER 12 EXAMPLES: MONTE CARLO SIMULATION STUDIES Examples: Monte Carlo Simulation Studies CHAPTER 12 EXAMPLES: MONTE CARLO SIMULATION STUDIES Monte Carlo simulation studies are often used for methodological investigations of the performance of statistical

More information

OPHI RESEARCH IN PROGRESS SERIES 36c

OPHI RESEARCH IN PROGRESS SERIES 36c Oxford Poverty & Human Development Initiative (OPHI) Oxford Department of International Development Queen Elizabeth House (QEH), University of Oxford OPHI RESEARCH IN PROGRESS SERIES 36c Multidimensional

More information

ILO-IPEC Interactive Sampling Tools No. 7

ILO-IPEC Interactive Sampling Tools No. 7 ILO-IPEC Interactive Sampling Tools No. 7 Version 1 December 2014 International Programme on the Elimination of Child Labour (IPEC) Fundamental Principles and Rights at Work (FPRW) Branch Governance and

More information

Measuring Poverty Using Fuzzy Approach in Turkey Ahmet Burcin Yereli a, Alper Basaran b, Alparslan A. Basaran c

Measuring Poverty Using Fuzzy Approach in Turkey Ahmet Burcin Yereli a, Alper Basaran b, Alparslan A. Basaran c Measuring Poverty Using Fuzzy Approach in Turkey Ahmet Burcin Yereli a, Alper Basaran b, Alparslan A. Basaran c a Department of Public Finance, Hacettepe University, Beytepe/Ankara, Turkey b Department

More information

TRAINING MATERIAL FOR PRODUCING NATIONAL HUMAN DEVELOPMENT REPORTS. The Multidimensional Poverty Index (MPI) Sabina Alkire and Maria Emma Santos 1

TRAINING MATERIAL FOR PRODUCING NATIONAL HUMAN DEVELOPMENT REPORTS. The Multidimensional Poverty Index (MPI) Sabina Alkire and Maria Emma Santos 1 TRAINING MATERIAL FOR PRODUCING NATIONAL HUMAN DEVELOPMENT REPORTS The Multidimensional Poverty Index (MPI) Sabina Alkire and Maria Emma Santos 1 Purpose: To measure acute poverty: the proportion of people

More information

Boston, USA, August 5-11, 2012

Boston, USA, August 5-11, 2012 Poster Session: #1 Time: Monday, August 6, 2012 PM Paper Prepared for the 32nd General Conference of The International Association for Research in Income and Wealth Boston, USA, August 5-11, 2012 Multidimensional

More information

[BINARY DEPENDENT VARIABLE ESTIMATION WITH STATA]

[BINARY DEPENDENT VARIABLE ESTIMATION WITH STATA] Tutorial #3 This example uses data in the file 16.09.2011.dta under Tutorial folder. It contains 753 observations from a sample PSID data on the labor force status of married women in the U.S in 1975.

More information

A new multiplicative decomposition for the Foster-Greer-Thorbecke poverty indices.

A new multiplicative decomposition for the Foster-Greer-Thorbecke poverty indices. A new multiplicative decomposition for the Foster-Greer-Thorbecke poverty indices. Mª Casilda Lasso de la Vega University of the Basque Country Ana Marta Urrutia University of the Basque Country and Oihana

More information

A Two-Step Estimator for Missing Values in Probit Model Covariates

A Two-Step Estimator for Missing Values in Probit Model Covariates WORKING PAPER 3/2015 A Two-Step Estimator for Missing Values in Probit Model Covariates Lisha Wang and Thomas Laitila Statistics ISSN 1403-0586 http://www.oru.se/institutioner/handelshogskolan-vid-orebro-universitet/forskning/publikationer/working-papers/

More information

Improving Returns-Based Style Analysis

Improving Returns-Based Style Analysis Improving Returns-Based Style Analysis Autumn, 2007 Daniel Mostovoy Northfield Information Services Daniel@northinfo.com Main Points For Today Over the past 15 years, Returns-Based Style Analysis become

More information

Quantitative Techniques Term 2

Quantitative Techniques Term 2 Quantitative Techniques Term 2 Laboratory 7 2 March 2006 Overview The objective of this lab is to: Estimate a cost function for a panel of firms; Calculate returns to scale; Introduce the command cluster

More information

Answers to Application Activities in Chapter 9

Answers to Application Activities in Chapter 9 Answers to Application Activities in Chapter 9 10.5.5 Application Activity with One Way ANOVAs 1 Ellis and Yuan (2004) Use the dataset EllisYuan.sav. Import into R as EllisYuan. a. Check Assumptions We

More information

Understanding Associations Across Deprivation Indicators in MP

Understanding Associations Across Deprivation Indicators in MP Understanding Associations Across Deprivation Indicators in MP Research in-progress Sabina Alkire & Paola Ballón OPHI, University of Oxford Oxford, November 2 rd 2012 Why Joint Distribution Matters? Example

More information

Three Essays on Income Growth, Poverty and Inequality

Three Essays on Income Growth, Poverty and Inequality Three Essays on Income Growth, Poverty and Inequality Dissertation to obtain the Doctoral Degree at the Faculty of Economics and Business Studies Justus-Liebig-University Giessen Submitted by Hosnieh Mahoozi

More information

Poverty in Canada: Unidimensional and Multidimensional Measures. Presented by: Lori J Curtis, PhD Department of Economics

Poverty in Canada: Unidimensional and Multidimensional Measures. Presented by: Lori J Curtis, PhD Department of Economics Poverty in Canada: Unidimensional and Multidimensional Measures Presented by: Lori J Curtis, PhD Department of Economics IARIW-BOK Conference, Seoul South Korea, April 26-28 2017 Background Unidimensional

More information

VERSION 7.2 Mplus LANGUAGE ADDENDUM

VERSION 7.2 Mplus LANGUAGE ADDENDUM VERSION 7.2 Mplus LANGUAGE ADDENDUM This addendum describes changes introduced in Version 7.2. They include corrections to minor problems that have been found since the release of Version 7.11 in June

More information

The Two-Sample Independent Sample t Test

The Two-Sample Independent Sample t Test Department of Psychology and Human Development Vanderbilt University 1 Introduction 2 3 The General Formula The Equal-n Formula 4 5 6 Independence Normality Homogeneity of Variances 7 Non-Normality Unequal

More information

2018 outlook and analysis letter

2018 outlook and analysis letter 2018 outlook and analysis letter The vital statistics of America s state park systems Jordan W. Smith, Ph.D. Yu-Fai Leung, Ph.D. December 2018 2018 outlook and analysis letter Jordan W. Smith, Ph.D. Yu-Fai

More information

Unidimensional and Multidimensional Measures of Poverty and Vulnerability in Tanzania

Unidimensional and Multidimensional Measures of Poverty and Vulnerability in Tanzania Unidimensional and Multidimensional Measures of Poverty and Vulnerability in Tanzania INTRODUCTION Governments as well as policy makers are becoming more and more aware that policies that help households

More information

OPHI Research in Progress series 2012

OPHI Research in Progress series 2012 Oxford Poverty & Human Development Initiative (OPHI) Oxford Department of International Development Queen Elizabeth House (QEH), University of Oxford OPHI Research in Progress series 2012 This paper is

More information

Deprivation of Well-being in Terms of Material Deprivation in Multidimensional Approach: Sri Lanka

Deprivation of Well-being in Terms of Material Deprivation in Multidimensional Approach: Sri Lanka Deprivation of Well-being in Terms of Material Deprivation in Multidimensional Approach: Sri Lanka D.D.Deepawansa and D.D.P.M.Dunusinghe Paper prepared for the 16 th Conference of IAOS OECD Headquarters,

More information

Comparing multi-dimensional and monetary poverty in Uganda

Comparing multi-dimensional and monetary poverty in Uganda Comparing multi-dimensional and monetary poverty in Uganda [preliminary results] Sebastian Levine UNDP Regional Bureau for Africa Oxford Poverty & Human Development Initiative 21-22 November 2012 Work

More information

Table of Contents. New to the Second Edition... Chapter 1: Introduction : Social Research...

Table of Contents. New to the Second Edition... Chapter 1: Introduction : Social Research... iii Table of Contents Preface... xiii Purpose... xiii Outline of Chapters... xiv New to the Second Edition... xvii Acknowledgements... xviii Chapter 1: Introduction... 1 1.1: Social Research... 1 Introduction...

More information

BARUCH COLLEGE MATH 2003 SPRING 2006 MANUAL FOR THE UNIFORM FINAL EXAMINATION

BARUCH COLLEGE MATH 2003 SPRING 2006 MANUAL FOR THE UNIFORM FINAL EXAMINATION BARUCH COLLEGE MATH 003 SPRING 006 MANUAL FOR THE UNIFORM FINAL EXAMINATION The final examination for Math 003 will consist of two parts. Part I: Part II: This part will consist of 5 questions similar

More information

Multidimensional Poverty: Theory and Empirics1

Multidimensional Poverty: Theory and Empirics1 Multidimensional Poverty: Theory and Empirics1 Andualem Goshu Mekonnen2 Supervisor: Raffaele Miniaci 3 Oct 20, 2015 1 I am very grateful for the helpful comments I have received from Koen Decancq 2 PhD

More information

FE670 Algorithmic Trading Strategies. Stevens Institute of Technology

FE670 Algorithmic Trading Strategies. Stevens Institute of Technology FE670 Algorithmic Trading Strategies Lecture 4. Cross-Sectional Models and Trading Strategies Steve Yang Stevens Institute of Technology 09/26/2013 Outline 1 Cross-Sectional Methods for Evaluation of Factor

More information

Descriptive Statistics

Descriptive Statistics Chapter 3 Descriptive Statistics Chapter 2 presented graphical techniques for organizing and displaying data. Even though such graphical techniques allow the researcher to make some general observations

More information

Title. Syntax. Menu. Description. Options. [G-2] graph twoway lfit Twoway linear prediction plots

Title. Syntax. Menu. Description. Options. [G-2] graph twoway lfit Twoway linear prediction plots Title [G-2] graph twoway lfit Twoway linear prediction plots Syntax Menu Description Options Remarks and examples Also see Syntax twoway lfit yvar xvar [ if ] [ in ] [ weight ] [, options ] options range(#

More information

Estimating measurement error when annualizing health care costs

Estimating measurement error when annualizing health care costs bs_bs_banner Journal of Evaluation in Clinical Practice ISSN 1365-2753 Estimating measurement error when annualizing health care costs Ariel Linden DrPH 1,2 and Steven J. Samuels PhD 3 1 President, Linden

More information

Implied Systemic Risk Index (work in progress, still at an early stage)

Implied Systemic Risk Index (work in progress, still at an early stage) Implied Systemic Risk Index (work in progress, still at an early stage) Carole Bernard, joint work with O. Bondarenko and S. Vanduffel IPAM, March 23-27, 2015: Workshop I: Systemic risk and financial networks

More information

Study on Micro Data a

Study on Micro Data a Multidimensional Deprivation in China, India and Vietnam: A Comparative Study on Micro Data a Ranjan Ray b Department of Economics Monash University Kompal Sinha c Department of Econometrics and Business

More information

Mondays from 6p to 8p in Nitze Building N417. Wednesdays from 8a to 9a in BOB 718

Mondays from 6p to 8p in Nitze Building N417. Wednesdays from 8a to 9a in BOB 718 Basic logistics Class Mondays from 6p to 8p in Nitze Building N417 Office hours Wednesdays from 8a to 9a in BOB 718 My Contact Info nhiggins@jhu.edu Course website http://www.nathanielhiggins.com (Not

More information

FWU Journal of Social Sciences, Summer 2017, Vol.11, No.1, An Empirical Analysis of Multidimensional Poverty in Pakistan

FWU Journal of Social Sciences, Summer 2017, Vol.11, No.1, An Empirical Analysis of Multidimensional Poverty in Pakistan FWU Journal of Social Sciences, Summer 2017, Vol.11, No.1, 297-309 297 An Empirical Analysis of Multidimensional Poverty in Pakistan Muhammad Idrees and Munib Baig Quaid-i-Azam University, Islamabad The

More information

Economics 742 Brief Answers, Homework #2

Economics 742 Brief Answers, Homework #2 Economics 742 Brief Answers, Homework #2 March 20, 2006 Professor Scholz ) Consider a person, Molly, living two periods. Her labor income is $ in period and $00 in period 2. She can save at a 5 percent

More information

Stata as a tool for transparency and statistics dissemination: measuring multidimensional poverty in México

Stata as a tool for transparency and statistics dissemination: measuring multidimensional poverty in México Stata as a tool for transparency and statistics dissemination: measuring multidimensional poverty in México April 29, 2010 www.coneval.gob.mx Forewords Objectives of CONEVAL Regulate and coordinate the

More information

Comparative Analysis of Poverty Approaches in Sonepat District: A Case Study

Comparative Analysis of Poverty Approaches in Sonepat District: A Case Study International Journal of Business and Management Invention ISSN (Online): 2319 8028, ISSN (Print): 2319 801X Volume 6 Issue 7 July. 2017 PP 15-22 Comparative Analysis of Poverty Approaches in Sonepat District:

More information

Description Quick start Menu Syntax Options Remarks and examples Stored results Methods and formulas References Also see

Description Quick start Menu Syntax Options Remarks and examples Stored results Methods and formulas References Also see Title stata.com intreg Interval regression Description Quick start Menu Syntax Options Remarks and examples Stored results Methods and formulas References Also see Description intreg fits a linear model

More information

WesVar uses repeated replication variance estimation methods exclusively and as a result does not offer the Taylor Series Linearization approach.

WesVar uses repeated replication variance estimation methods exclusively and as a result does not offer the Taylor Series Linearization approach. CHAPTER 9 ANALYSIS EXAMPLES REPLICATION WesVar 4.3 GENERAL NOTES ABOUT ANALYSIS EXAMPLES REPLICATION These examples are intended to provide guidance on how to use the commands/procedures for analysis of

More information

Problem Set # Due Monday, April 19, 3004 by 6:00pm

Problem Set # Due Monday, April 19, 3004 by 6:00pm Problem Set #5 14.74 Due Monday, April 19, 3004 by 6:00pm 1. Savings: Evidence from Thailand Paxson (1992), in her article entitled Using Weather Variability to Estimate the Response of Savings to Transitory

More information

CHAPTER III METHODOLOGY

CHAPTER III METHODOLOGY CHAPTER III METHODOLOGY 3.1 Description In this chapter, the calculation steps, which will be done in the analysis section, will be explained. The theoretical foundations and literature reviews are already

More information

Some aspects of using calibration in polish surveys

Some aspects of using calibration in polish surveys Some aspects of using calibration in polish surveys Marcin Szymkowiak Statistical Office in Poznań University of Economics in Poznań in NCPH 2011 in business statistics simulation study Outline Outline

More information

Problem Set 2. PPPA 6022 Due in class, on paper, March 5. Some overall instructions:

Problem Set 2. PPPA 6022 Due in class, on paper, March 5. Some overall instructions: Problem Set 2 PPPA 6022 Due in class, on paper, March 5 Some overall instructions: Please use a do-file (or its SAS or SPSS equivalent) for this work do not program interactively! I have provided Stata

More information

IEOR E4004: Introduction to OR: Deterministic Models

IEOR E4004: Introduction to OR: Deterministic Models IEOR E4004: Introduction to OR: Deterministic Models 1 Dynamic Programming Following is a summary of the problems we discussed in class. (We do not include the discussion on the container problem or the

More information

Description Quick start Menu Syntax Options Remarks and examples Stored results Methods and formulas Acknowledgment References Also see

Description Quick start Menu Syntax Options Remarks and examples Stored results Methods and formulas Acknowledgment References Also see Title stata.com tssmooth shwinters Holt Winters seasonal smoothing Description Quick start Menu Syntax Options Remarks and examples Stored results Methods and formulas Acknowledgment References Also see

More information

May 9, Please put ONLY your ID number on the blue books. Three (3) points will be deducted for each time your name appears in a blue book.

May 9, Please put ONLY your ID number on the blue books. Three (3) points will be deducted for each time your name appears in a blue book. PAD 705: Research Methods II R. Karl Rethemeyer Department of Public Administration and Policy Rockefeller College of Public Affair & Policy University at Albany State University of New York Final Exam

More information

OPHI WORKING PAPER NO. 74

OPHI WORKING PAPER NO. 74 Oxford Poverty & Human Development Initiative (OPHI) Oxford Department of International Development Queen Elizabeth House (QEH), University of Oxford OPHI WORKING PAPER NO. 74 Multidimensional Poverty

More information

The Serbia 2013 Enterprise Surveys Data Set

The Serbia 2013 Enterprise Surveys Data Set I. Introduction The Serbia 2013 Enterprise Surveys Data Set 1. This document provides additional information on the data collected in Serbia between January 2013 and August 2013 as part of the fifth round

More information