One-Source Capture-Recapture: Models, applications and software

Size: px
Start display at page:

Download "One-Source Capture-Recapture: Models, applications and software"

Transcription

1 One-Source Capture-Recapture: Models, applications and software Maarten Cruyff, Guus Cruts, Peter G.M. van der Heijden, * Utrecht University Trimbos ISI

2 Outline 1. One-source data 2. Models and assumptions 3. Software 2

3 One-source CRC data Observed data 1,2,3,..., 1,..., Individual event count o drug-related hospital admissions o visitsat rehabilitationcenter Unobserved data 0, 1,..., o PDU not in hospital o PDU not in rehabilitation y Hospital admissions Rehabilitation center 0??

4 Distributional assumption (1) Counts follow Poisson distribution:! Poisson parameter : o Assigns probabilities to the counts y = 0,1,2,

5 Distributional assumption (2) Model for zero-truncated data Probabilities sum to Estimation of Poisson parameter 5

6 Estimation population size Given estimateof 0 0 For example o Suppose 1/4 o 1 out 4 individualsobserved, so 3 6

7 Example hospital admissions(1) Estimation suchthat o fitted frequencies observed frequencies y Hospital admissions Fitted =0.5 Fitted = For For Neither model fits very well o Potential violations of model assumptions

8 Assumptions Poisson distribution Homogeneity o Identical Poisson parameter for all 1,.., o If violated, underestimation population size Closed population o Presence in population during entire observation period o If violated, overestimation population size 8

9 Models for heterogeneity (1) Poisson regression model o Each individual has its own Poisson parameter... o Insight in composition of population in terms of covariates 9

10 Models for heterogeneity (2) Negative binomial (regression) model o Additional parameter allowing for more variation in counts (longer tail) o Results in higher population size estimate o Drawback: rarely estimable 10

11 Models for heterogeneity Zelterman(regression) model o Estimation based on counts 1 and 2 only o Rationale: use only counts closest to zero o Population size estimate in between Poisson and negative binomial model 11

12 Model for open population (in progress) Recurrent events model o Analysis of event history o Requires additional data Example illegal immigrants (work in progress) o Detention times o Extradition 12

13 Hospital admissions: data Zelterman 13

14 Parameter estimates

15 Composition of population Effect of covariates 15

16 Rehabilitationdata 16

17 Parameter estimates 17

18 Population size estimates Strong effect dispersion parameter 18

19 Estimated population composition No strong effects of the covariates 19

20 Software Truncated Poisson/negative binomial models o R package GAMLSS (not straightforward) o Simple r-code (next slides) 20

21 Simple R-code (truncated Poisson model) y X pars n x 1 vector with zero-truncated counts n x k matrix with covariates(including constant) k x 1 vector with start values for the regression parameters loglp <- function(pars){ u <- exp(x%*%pars) loglike <- log(dpois(y,u))/(1-dpois(0,u)) -sum(loglike) } estimates <- optim(pars,loglp) 21

22 Simple R-code (truncated negative binomial model) y X pars n x 1 vector with zero-truncated counts n x k matrix with covariates(including constant) (k+1) x 1 vector with start values for regression parameters and dispersion parameter loglnb <- function(pars){ u <- exp(x%*%pars[1:k]) a <- exp(pars[k+1]) loglike <- log(dnbinom(y,size=a,mu=u))/(1-dnbinom(0,size=a,mu=u)) -sum(loglike) } estimates <- optim(pars,loglnb) 22

23 Software Zelterman model o Simple estimator(no covariates) where n 1 is observedfrequencyof 1-count n 2 is observed frequency of 2-count o Gauss & Stata code for regression in supplement to BӧhningandVan der Heijden (2009) 23

24 Conclusions One-source CRC well suited for PDU estimation Potential data sources o Rehabilitationcenters o Hospital admissions o Police records (drug-related offences) Software not straightforward, but possible 24

25 References Boehning, D. AndP.G.M. van der Heijden (2009). A CovariateAdjustmentforZero-truncatedApproaches to Estimating the Size of Hidden and Elusive Populations. Annals of Applied Statistics, 3, Cruyff, M.J.L.F. and P.G.M. van der Heijden. (2008). Point and interval estimation of the population size using a zerotruncated negative binomial regression model. Biometrical Journal, 50 (6), Van der Heijden, P.G.M., Bustami, R., M. Cruyff, G. EngbersenandH. van Houwelingen (2003b). Point and interval estimation of the truncated Poisson regression model. Statistical Modelling, 3, Van der Heijden, P.G.M., Cruts, G. and Cruyff, M. (in press) Methods for population size estimation of problem drug users using a single registration. International Journal of Drug Policy, 25

Point and interval estimation of the population size using the truncated Poisson regression model

Point and interval estimation of the population size using the truncated Poisson regression model Statistical Modelling 2003; 3: 305 322 Point and interval estimation of the population size using the truncated Poisson regression model Peter GM van der Heijden 1, Rami Bustami 1, Maarten JLF Cruyff 1,

More information

Capture Recapture to Estimate Criminal Populations. Synonyms

Capture Recapture to Estimate Criminal Populations. Synonyms Capture Recapture to Estimate Criminal Populations 267 C Brower AM, Carroll L (2007) Spatial and temporal aspects of alcohol-related crime in a college town. J Am Coll Health 55:267 75 Cohen L, Felson

More information

Estimating the number of opiate users in Rotterdam using statistical models for incomplete count data *

Estimating the number of opiate users in Rotterdam using statistical models for incomplete count data * Estimating the number of opiate users in Rotterdam using statistical models for incomplete count data * December 1997 Filip Smit 1, Jaap Toet 2, Peter van der Heijden 3 1 Methods Section, Trimbos Institute,

More information

Estimating the Size of a Criminal Population from Police Records Using the Truncated Poisson Regression Model

Estimating the Size of a Criminal Population from Police Records Using the Truncated Poisson Regression Model 289 Statistica Neerlandica (2003) Vol. 57, nr. 3, pp. 289 304 Estimating the Size of a Criminal Population from Police Records Using the Truncated Poisson Regression Model Peter G.M. van der Heijden* Faculty

More information

Capture Recapture Methods for Estimating the Size of a Population: Dealing with Variable Capture Probabilities

Capture Recapture Methods for Estimating the Size of a Population: Dealing with Variable Capture Probabilities 18 Capture Recapture Methods for Estimating the Size of a Population: Dealing with Variable Capture Probabilities Louis-Paul Rivest and Sophie Baillargeon Université Laval, Québec, QC 18.1 Estimating Abundance

More information

Population size estimation by means of capture-recapture with special emphasis on heterogeneity using Chao and Zelterman bounds

Population size estimation by means of capture-recapture with special emphasis on heterogeneity using Chao and Zelterman bounds Population size estimation by means of capture-recapture with special emphasis on heterogeneity using Chao and Zelterman bounds Dankmar Böhning Quantitative Biology and Applied Statistics, School of Biological

More information

Capture recapture estimation based upon the geometric distribution allowing for heterogeneity

Capture recapture estimation based upon the geometric distribution allowing for heterogeneity Capture recapture estimation based upon the geometric distribution allowing for heterogeneity Sa-aat Niwitpong, Dankmar Böhning, Peter G. M. van der Heijden & Heinz Holling Metrika International Journal

More information

Sensitivity of Population Size Estimation for Violating Parametric Assumptions in Log-linear Models

Sensitivity of Population Size Estimation for Violating Parametric Assumptions in Log-linear Models Journal of Official Statistics, Vol. 31, No. 3, 2015, pp. 357 379, http://dx.doi.org/10.1515/jos-2015-0022 Sensitivity of Population Size Estimation for Violating Parametric Assumptions in Log-linear Models

More information

Parametric Modelling of Over-dispersed Count Data. Part III / MMath (Applied Statistics) 1

Parametric Modelling of Over-dispersed Count Data. Part III / MMath (Applied Statistics) 1 Parametric Modelling of Over-dispersed Count Data Part III / MMath (Applied Statistics) 1 Introduction Poisson regression is the de facto approach for handling count data What happens then when Poisson

More information

Log-linear multidimensional Rasch model for capture-recapture

Log-linear multidimensional Rasch model for capture-recapture Log-linear multidimensional Rasch model for capture-recapture Elvira Pelle, University of Milano-Bicocca, e.pelle@campus.unimib.it David J. Hessen, Utrecht University, D.J.Hessen@uu.nl Peter G.M. Van der

More information

Imprecise Prior for Imprecise Inference on Poisson Sampling Model

Imprecise Prior for Imprecise Inference on Poisson Sampling Model Imprecise Prior for Imprecise Inference on Poisson Sampling Model A Thesis Submitted to the College of Graduate Studies and Research in Partial Fulfillment of the Requirements for the degree of Doctor

More information

Product Held at Accelerated Stability Conditions. José G. Ramírez, PhD Amgen Global Quality Engineering 6/6/2013

Product Held at Accelerated Stability Conditions. José G. Ramírez, PhD Amgen Global Quality Engineering 6/6/2013 Modeling Sub-Visible Particle Data Product Held at Accelerated Stability Conditions José G. Ramírez, PhD Amgen Global Quality Engineering 6/6/2013 Outline Sub-Visible Particle (SbVP) Poisson Negative Binomial

More information

arxiv: v1 [stat.ap] 27 Jul 2011

arxiv: v1 [stat.ap] 27 Jul 2011 The Annals of Applied Statistics 2011, Vol. 5, No. 2B, 1512 1533 DOI: 10.1214/10-AOAS436 c Institute of Mathematical Statistics, 2011 POPULATION SIZE ESTIMATION BASED UPON RATIOS OF RECAPTURE PROBABILITIES

More information

Hidden Markov models for time series of counts with excess zeros

Hidden Markov models for time series of counts with excess zeros Hidden Markov models for time series of counts with excess zeros Madalina Olteanu and James Ridgway University Paris 1 Pantheon-Sorbonne - SAMM, EA4543 90 Rue de Tolbiac, 75013 Paris - France Abstract.

More information

Semiparametric Generalized Linear Models

Semiparametric Generalized Linear Models Semiparametric Generalized Linear Models North American Stata Users Group Meeting Chicago, Illinois Paul Rathouz Department of Health Studies University of Chicago prathouz@uchicago.edu Liping Gao MS Student

More information

Package breakaway. R topics documented: March 30, 2016

Package breakaway. R topics documented: March 30, 2016 Title Species Richness Estimation and Modeling Version 3.0 Date 2016-03-29 Author and John Bunge Maintainer Package breakaway March 30, 2016 Species richness estimation is an important

More information

A class of latent marginal models for capture-recapture data with continuous covariates

A class of latent marginal models for capture-recapture data with continuous covariates A class of latent marginal models for capture-recapture data with continuous covariates F Bartolucci A Forcina Università di Urbino Università di Perugia FrancescoBartolucci@uniurbit forcina@statunipgit

More information

CatchAll Version 2.0 User Operations Manual. by Linda Woodard, Sean Connolly, and John Bunge Cornell University. June 7, 2011

CatchAll Version 2.0 User Operations Manual. by Linda Woodard, Sean Connolly, and John Bunge Cornell University. June 7, 2011 CatchAll Version 2.0 User Operations Manual by Linda Woodard, Sean Connolly, and John Bunge Cornell University June 7, 20 Funded by National Science Foundation grant #086638. System requirements. There

More information

CRISP: Capture-Recapture Interactive Simulation Package

CRISP: Capture-Recapture Interactive Simulation Package CRISP: Capture-Recapture Interactive Simulation Package George Volichenko Carnegie Mellon University Pittsburgh, PA gvoliche@andrew.cmu.edu December 17, 2012 Contents 1 Executive Summary 1 2 Introduction

More information

Preface Introduction to Statistics and Data Analysis Overview: Statistical Inference, Samples, Populations, and Experimental Design The Role of

Preface Introduction to Statistics and Data Analysis Overview: Statistical Inference, Samples, Populations, and Experimental Design The Role of Preface Introduction to Statistics and Data Analysis Overview: Statistical Inference, Samples, Populations, and Experimental Design The Role of Probability Sampling Procedures Collection of Data Measures

More information

Mohammed. Research in Pharmacoepidemiology National School of Pharmacy, University of Otago

Mohammed. Research in Pharmacoepidemiology National School of Pharmacy, University of Otago Mohammed Research in Pharmacoepidemiology (RIPE) @ National School of Pharmacy, University of Otago What is zero inflation? Suppose you want to study hippos and the effect of habitat variables on their

More information

Anders Skrondal. Norwegian Institute of Public Health London School of Hygiene and Tropical Medicine. Based on joint work with Sophia Rabe-Hesketh

Anders Skrondal. Norwegian Institute of Public Health London School of Hygiene and Tropical Medicine. Based on joint work with Sophia Rabe-Hesketh Constructing Latent Variable Models using Composite Links Anders Skrondal Norwegian Institute of Public Health London School of Hygiene and Tropical Medicine Based on joint work with Sophia Rabe-Hesketh

More information

9 September N-mixture models. Emily Dennis, Byron Morgan and Martin Ridout. The N-mixture model. Data. Model. Multivariate Poisson model

9 September N-mixture models. Emily Dennis, Byron Morgan and Martin Ridout. The N-mixture model. Data. Model. Multivariate Poisson model The Poisson 9 September 2015 Exeter 1 Stats Lab, Cambridge, 1973 The Poisson Exeter 2 The Poisson What the does can estimate animal abundance from a set of counts with both spatial and temporal replication

More information

Lecture 10: Alternatives to OLS with limited dependent variables. PEA vs APE Logit/Probit Poisson

Lecture 10: Alternatives to OLS with limited dependent variables. PEA vs APE Logit/Probit Poisson Lecture 10: Alternatives to OLS with limited dependent variables PEA vs APE Logit/Probit Poisson PEA vs APE PEA: partial effect at the average The effect of some x on y for a hypothetical case with sample

More information

Generalized Linear Models (GLZ)

Generalized Linear Models (GLZ) Generalized Linear Models (GLZ) Generalized Linear Models (GLZ) are an extension of the linear modeling process that allows models to be fit to data that follow probability distributions other than the

More information

Counts using Jitters joint work with Peng Shi, Northern Illinois University

Counts using Jitters joint work with Peng Shi, Northern Illinois University of Claim Longitudinal of Claim joint work with Peng Shi, Northern Illinois University UConn Actuarial Science Seminar 2 December 2011 Department of Mathematics University of Connecticut Storrs, Connecticut,

More information

Mapping Precipitation in Switzerland with Ordinary and Indicator Kriging

Mapping Precipitation in Switzerland with Ordinary and Indicator Kriging Journal of Geographic Information and Decision Analysis, vol. 2, no. 2, pp. 65-76, 1998 Mapping Precipitation in Switzerland with Ordinary and Indicator Kriging Peter M. Atkinson Department of Geography,

More information

Mediation analyses. Advanced Psychometrics Methods in Cognitive Aging Research Workshop. June 6, 2016

Mediation analyses. Advanced Psychometrics Methods in Cognitive Aging Research Workshop. June 6, 2016 Mediation analyses Advanced Psychometrics Methods in Cognitive Aging Research Workshop June 6, 2016 1 / 40 1 2 3 4 5 2 / 40 Goals for today Motivate mediation analysis Survey rapidly developing field in

More information

Multivariate negative binomial models for insurance claim counts

Multivariate negative binomial models for insurance claim counts Multivariate negative binomial models for insurance claim counts Peng Shi (Northern Illinois University) and Emiliano A. Valdez (University of Connecticut) 9 November 0, Montréal, Quebec Université de

More information

Mixture Models for Capture- Recapture Data

Mixture Models for Capture- Recapture Data Mixture Models for Capture- Recapture Data Dankmar Böhning Invited Lecture at Mixture Models between Theory and Applications Rome, September 13, 2002 How many cases n in a population? Registry identifies

More information

arxiv: v1 [stat.ap] 27 Sep 2012

arxiv: v1 [stat.ap] 27 Sep 2012 The Annals of Applied Statistics 2012, Vol. 6, No. 3, 831 852 DOI: 10.1214/12-AOAS536 c Institute of Mathematical Statistics, 2012 arxiv:1209.6141v1 [stat.ap] 27 Sep 2012 PEOPLE BORN IN THE MIDDLE EAST

More information

Statistics for extreme & sparse data

Statistics for extreme & sparse data Statistics for extreme & sparse data University of Bath December 6, 2018 Plan 1 2 3 4 5 6 The Problem Climate Change = Bad! 4 key problems Volcanic eruptions/catastrophic event prediction. Windstorms

More information

Multiple Testing. Hoang Tran. Department of Statistics, Florida State University

Multiple Testing. Hoang Tran. Department of Statistics, Florida State University Multiple Testing Hoang Tran Department of Statistics, Florida State University Large-Scale Testing Examples: Microarray data: testing differences in gene expression between two traits/conditions Microbiome

More information

Assessing Fishery Condition: Population Estimation

Assessing Fishery Condition: Population Estimation Assessing Fishery Condition: Population Estimation Chapter 11 Thought for Today: "In God we trust, all others bring data." William Edward Deming (1900-1993). Why? Needs / Requirements Objectives Info about

More information

Unobserved heterogeneity in logistic regression

Unobserved heterogeneity in logistic regression Unobserved heterogeneity in logistic regression Maarten L. Buis November 18, 2005 1 Introduction Regression is used to find the relation between various eplanatory variables and an eplained variable. For

More information

Compare Predicted Counts between Groups of Zero Truncated Poisson Regression Model based on Recycled Predictions Method

Compare Predicted Counts between Groups of Zero Truncated Poisson Regression Model based on Recycled Predictions Method Compare Predicted Counts between Groups of Zero Truncated Poisson Regression Model based on Recycled Predictions Method Yan Wang 1, Michael Ong 2, Honghu Liu 1,2,3 1 Department of Biostatistics, UCLA School

More information

Logistic regression: Why we often can do what we think we can do. Maarten Buis 19 th UK Stata Users Group meeting, 10 Sept. 2015

Logistic regression: Why we often can do what we think we can do. Maarten Buis 19 th UK Stata Users Group meeting, 10 Sept. 2015 Logistic regression: Why we often can do what we think we can do Maarten Buis 19 th UK Stata Users Group meeting, 10 Sept. 2015 1 Introduction Introduction - In 2010 Carina Mood published an overview article

More information

Very simple marginal effects in some discrete choice models *

Very simple marginal effects in some discrete choice models * UCD GEARY INSTITUTE DISCUSSION PAPER SERIES Very simple marginal effects in some discrete choice models * Kevin J. Denny School of Economics & Geary Institute University College Dublin 2 st July 2009 *

More information

High-Throughput Sequencing Course

High-Throughput Sequencing Course High-Throughput Sequencing Course DESeq Model for RNA-Seq Biostatistics and Bioinformatics Summer 2017 Outline Review: Standard linear regression model (e.g., to model gene expression as function of an

More information

Unobserved Heterogeneity and the Statistical Analysis of Highway Accident Data. Fred Mannering University of South Florida

Unobserved Heterogeneity and the Statistical Analysis of Highway Accident Data. Fred Mannering University of South Florida Unobserved Heterogeneity and the Statistical Analysis of Highway Accident Data Fred Mannering University of South Florida Highway Accidents Cost the lives of 1.25 million people per year Leading cause

More information

Fully general Chao and Zelterman estimators with application to a whale shark population

Fully general Chao and Zelterman estimators with application to a whale shark population Appl. Statist. (2018) 67, Part 1, pp. 217 229 Fully general Chao and Zelterman estimators with application to a whale shark population Alessio Farcomeni Sapienza University of Rome, Italy [Received May

More information

Generalized Linear Probability Models in HLM R. B. Taylor Department of Criminal Justice Temple University (c) 2000 by Ralph B.

Generalized Linear Probability Models in HLM R. B. Taylor Department of Criminal Justice Temple University (c) 2000 by Ralph B. Generalized Linear Probability Models in HLM R. B. Taylor Department of Criminal Justice Temple University (c) 2000 by Ralph B. Taylor fi=hlml15 The Problem Up to now we have been addressing multilevel

More information

Package threg. August 10, 2015

Package threg. August 10, 2015 Package threg August 10, 2015 Title Threshold Regression Version 1.0.3 Date 2015-08-10 Author Tao Xiao Maintainer Tao Xiao Depends R (>= 2.10), survival, Formula Fit a threshold regression

More information

Robust negative binomial regression

Robust negative binomial regression Robust negative binomial regression Michel Amiguet, Alfio Marazzi, Marina S. Valdora, Víctor J. Yohai september 2016 Negative Binomial Regression Poisson regression is the standard method used to model

More information

Fundamentals of Probability Theory and Mathematical Statistics

Fundamentals of Probability Theory and Mathematical Statistics Fundamentals of Probability Theory and Mathematical Statistics Gerry Del Fiacco Math Center Metropolitan State University St. Paul, Minnesota June 6, 2016 1 Preface This collection of material was researched,

More information

1 Motivation for Instrumental Variable (IV) Regression

1 Motivation for Instrumental Variable (IV) Regression ECON 370: IV & 2SLS 1 Instrumental Variables Estimation and Two Stage Least Squares Econometric Methods, ECON 370 Let s get back to the thiking in terms of cross sectional (or pooled cross sectional) data

More information

Chapter 1. Modeling Basics

Chapter 1. Modeling Basics Chapter 1. Modeling Basics What is a model? Model equation and probability distribution Types of model effects Writing models in matrix form Summary 1 What is a statistical model? A model is a mathematical

More information

Models for Heterogeneous Choices

Models for Heterogeneous Choices APPENDIX B Models for Heterogeneous Choices Heteroskedastic Choice Models In the empirical chapters of the printed book we are interested in testing two different types of propositions about the beliefs

More information

Ø Set of mutually exclusive categories. Ø Classify or categorize subject. Ø No meaningful order to categorization.

Ø Set of mutually exclusive categories. Ø Classify or categorize subject. Ø No meaningful order to categorization. Statistical Tools in Evaluation HPS 41 Dr. Joe G. Schmalfeldt Types of Scores Continuous Scores scores with a potentially infinite number of values. Discrete Scores scores limited to a specific number

More information

BIOS 6222: Biostatistics II. Outline. Course Presentation. Course Presentation. Review of Basic Concepts. Why Nonparametrics.

BIOS 6222: Biostatistics II. Outline. Course Presentation. Course Presentation. Review of Basic Concepts. Why Nonparametrics. BIOS 6222: Biostatistics II Instructors: Qingzhao Yu Don Mercante Cruz Velasco 1 Outline Course Presentation Review of Basic Concepts Why Nonparametrics The sign test 2 Course Presentation Contents Justification

More information

Contributors: Shirley Pledger, Alexey Botvinnik, Günter Kratz, Oliver Kellenberger, Jürgen Meinecke

Contributors: Shirley Pledger, Alexey Botvinnik, Günter Kratz, Oliver Kellenberger, Jürgen Meinecke Wildlife Simulation Package Walter Zucchini 1, David Borchers 2, Stefan Kirchfeld 1, Martin Erdelmeier 1 & Jon Bishop 2 Institut für Statistik und Ökonometrie Research Unit for Wildlife Population Assessment

More information

Introduction to capture-markrecapture

Introduction to capture-markrecapture E-iNET Workshop, University of Kent, December 2014 Introduction to capture-markrecapture models Rachel McCrea Overview Introduction Lincoln-Petersen estimate Maximum-likelihood theory* Capture-mark-recapture

More information

De-mystifying random effects models

De-mystifying random effects models De-mystifying random effects models Peter J Diggle Lecture 4, Leahurst, October 2012 Linear regression input variable x factor, covariate, explanatory variable,... output variable y response, end-point,

More information

Using Hidden Markov Models as a Statistical Process Control Technique: An Example from a ML 5 Organization

Using Hidden Markov Models as a Statistical Process Control Technique: An Example from a ML 5 Organization Using Hidden Markov Models as a Statistical Process Control Technique: An Example from a ML 5 Organization Bob Moore, Senior Principal Process Engineer, Business, Inc. (BTI) Ray Luke, Engineer, Raytheon

More information

Generalized logit models for nominal multinomial responses. Local odds ratios

Generalized logit models for nominal multinomial responses. Local odds ratios Generalized logit models for nominal multinomial responses Categorical Data Analysis, Summer 2015 1/17 Local odds ratios Y 1 2 3 4 1 π 11 π 12 π 13 π 14 π 1+ X 2 π 21 π 22 π 23 π 24 π 2+ 3 π 31 π 32 π

More information

Modelling heterogeneous variance-covariance components in two-level multilevel models with application to school effects educational research

Modelling heterogeneous variance-covariance components in two-level multilevel models with application to school effects educational research Modelling heterogeneous variance-covariance components in two-level multilevel models with application to school effects educational research Research Methods Festival Oxford 9 th July 014 George Leckie

More information

Finding Instrumental Variables: Identification Strategies. Amine Ouazad Ass. Professor of Economics

Finding Instrumental Variables: Identification Strategies. Amine Ouazad Ass. Professor of Economics Finding Instrumental Variables: Identification Strategies Amine Ouazad Ass. Professor of Economics Outline 1. Before/After 2. Difference-in-difference estimation 3. Regression Discontinuity Design BEFORE/AFTER

More information

CSE 554 Lecture 7: Alignment

CSE 554 Lecture 7: Alignment CSE 554 Lecture 7: Alignment Fall 2012 CSE554 Alignment Slide 1 Review Fairing (smoothing) Relocating vertices to achieve a smoother appearance Method: centroid averaging Simplification Reducing vertex

More information

Varieties of Count Data

Varieties of Count Data CHAPTER 1 Varieties of Count Data SOME POINTS OF DISCUSSION What are counts? What are count data? What is a linear statistical model? What is the relationship between a probability distribution function

More information

R Package glmm: Likelihood-Based Inference for Generalized Linear Mixed Models

R Package glmm: Likelihood-Based Inference for Generalized Linear Mixed Models R Package glmm: Likelihood-Based Inference for Generalized Linear Mixed Models Christina Knudson, Ph.D. University of St. Thomas user!2017 Reviewing the Linear Model The usual linear model assumptions:

More information

Introduction to lnmle: An R Package for Marginally Specified Logistic-Normal Models for Longitudinal Binary Data

Introduction to lnmle: An R Package for Marginally Specified Logistic-Normal Models for Longitudinal Binary Data Introduction to lnmle: An R Package for Marginally Specified Logistic-Normal Models for Longitudinal Binary Data Bryan A. Comstock and Patrick J. Heagerty Department of Biostatistics University of Washington

More information

Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data

Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data July 2012 Bangkok, Thailand Cosimo Beverelli (World Trade Organization) 1 Content a) Classical regression model b)

More information

Package metafuse. October 17, 2016

Package metafuse. October 17, 2016 Package metafuse October 17, 2016 Type Package Title Fused Lasso Approach in Regression Coefficient Clustering Version 2.0-1 Date 2016-10-16 Author Lu Tang, Ling Zhou, Peter X.K. Song Maintainer Lu Tang

More information

splm: econometric analysis of spatial panel data

splm: econometric analysis of spatial panel data splm: econometric analysis of spatial panel data Giovanni Millo 1 Gianfranco Piras 2 1 Research Dept., Generali S.p.A. and DiSES, Univ. of Trieste 2 REAL, UIUC user! Conference Rennes, July 8th 2009 Introduction

More information

Key Words: Conway-Maxwell-Poisson (COM-Poisson) regression; mixture model; apparent dispersion; over-dispersion; under-dispersion

Key Words: Conway-Maxwell-Poisson (COM-Poisson) regression; mixture model; apparent dispersion; over-dispersion; under-dispersion DATA DISPERSION: NOW YOU SEE IT... NOW YOU DON T Kimberly F. Sellers Department of Mathematics and Statistics Georgetown University Washington, DC 20057 kfs7@georgetown.edu Galit Shmueli Indian School

More information

Model Selection for Semiparametric Bayesian Models with Application to Overdispersion

Model Selection for Semiparametric Bayesian Models with Application to Overdispersion Proceedings 59th ISI World Statistics Congress, 25-30 August 2013, Hong Kong (Session CPS020) p.3863 Model Selection for Semiparametric Bayesian Models with Application to Overdispersion Jinfang Wang and

More information

Econometric Analysis of Cross Section and Panel Data

Econometric Analysis of Cross Section and Panel Data Econometric Analysis of Cross Section and Panel Data Jeffrey M. Wooldridge / The MIT Press Cambridge, Massachusetts London, England Contents Preface Acknowledgments xvii xxiii I INTRODUCTION AND BACKGROUND

More information

Binomial and Poisson Probability Distributions

Binomial and Poisson Probability Distributions Binomial and Poisson Probability Distributions Esra Akdeniz March 3, 2016 Bernoulli Random Variable Any random variable whose only possible values are 0 or 1 is called a Bernoulli random variable. What

More information

Negative Multinomial Model and Cancer. Incidence

Negative Multinomial Model and Cancer. Incidence Generalized Linear Model under the Extended Negative Multinomial Model and Cancer Incidence S. Lahiri & Sunil K. Dhar Department of Mathematical Sciences, CAMS New Jersey Institute of Technology, Newar,

More information

Appendix A. Numeric example of Dimick Staiger Estimator and comparison between Dimick-Staiger Estimator and Hierarchical Poisson Estimator

Appendix A. Numeric example of Dimick Staiger Estimator and comparison between Dimick-Staiger Estimator and Hierarchical Poisson Estimator Appendix A. Numeric example of Dimick Staiger Estimator and comparison between Dimick-Staiger Estimator and Hierarchical Poisson Estimator As described in the manuscript, the Dimick-Staiger (DS) estimator

More information

Advanced Econometrics

Advanced Econometrics Based on the textbook by Verbeek: A Guide to Modern Econometrics Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna May 16, 2013 Outline Univariate

More information

Causal Mechanisms Short Course Part II:

Causal Mechanisms Short Course Part II: Causal Mechanisms Short Course Part II: Analyzing Mechanisms with Experimental and Observational Data Teppei Yamamoto Massachusetts Institute of Technology March 24, 2012 Frontiers in the Analysis of Causal

More information

Bayesian Hierarchical Models

Bayesian Hierarchical Models Bayesian Hierarchical Models Gavin Shaddick, Millie Green, Matthew Thomas University of Bath 6 th - 9 th December 2016 1/ 34 APPLICATIONS OF BAYESIAN HIERARCHICAL MODELS 2/ 34 OUTLINE Spatial epidemiology

More information

THE PRINCIPLES AND PRACTICE OF STATISTICS IN BIOLOGICAL RESEARCH. Robert R. SOKAL and F. James ROHLF. State University of New York at Stony Brook

THE PRINCIPLES AND PRACTICE OF STATISTICS IN BIOLOGICAL RESEARCH. Robert R. SOKAL and F. James ROHLF. State University of New York at Stony Brook BIOMETRY THE PRINCIPLES AND PRACTICE OF STATISTICS IN BIOLOGICAL RESEARCH THIRD E D I T I O N Robert R. SOKAL and F. James ROHLF State University of New York at Stony Brook W. H. FREEMAN AND COMPANY New

More information

PSI Journal Club March 10 th, 2016

PSI Journal Club March 10 th, 2016 PSI Journal Club March 1 th, 1 The analysis of incontinence episodes and other count data in patients with Overactive Bladder (OAB) by Poisson and negative binomial regression Martina R, Kay R, van Maanen

More information

Unit 9: Inferences for Proportions and Count Data

Unit 9: Inferences for Proportions and Count Data Unit 9: Inferences for Proportions and Count Data Statistics 571: Statistical Methods Ramón V. León 12/15/2008 Unit 9 - Stat 571 - Ramón V. León 1 Large Sample Confidence Interval for Proportion ( pˆ p)

More information

Introduction to General and Generalized Linear Models

Introduction to General and Generalized Linear Models Introduction to General and Generalized Linear Models Mixed effects models - Part IV Henrik Madsen Poul Thyregod Informatics and Mathematical Modelling Technical University of Denmark DK-2800 Kgs. Lyngby

More information

Job Training Partnership Act (JTPA)

Job Training Partnership Act (JTPA) Causal inference Part I.b: randomized experiments, matching and regression (this lecture starts with other slides on randomized experiments) Frank Venmans Example of a randomized experiment: Job Training

More information

Comparing IRT with Other Models

Comparing IRT with Other Models Comparing IRT with Other Models Lecture #14 ICPSR Item Response Theory Workshop Lecture #14: 1of 45 Lecture Overview The final set of slides will describe a parallel between IRT and another commonly used

More information

Paper CD Erika Larsen and Timothy E. O Brien Loyola University Chicago

Paper CD Erika Larsen and Timothy E. O Brien Loyola University Chicago Abstract: Paper CD-02 2015 SAS Software as an Essential Tool in Statistical Consulting and Research Erika Larsen and Timothy E. O Brien Loyola University Chicago Modelling in bioassay often uses linear,

More information

3003 Cure. F. P. Treasure

3003 Cure. F. P. Treasure 3003 Cure F. P. reasure November 8, 2000 Peter reasure / November 8, 2000/ Cure / 3003 1 Cure A Simple Cure Model he Concept of Cure A cure model is a survival model where a fraction of the population

More information

Chapter 4 Multi-factor Treatment Designs with Multiple Error Terms 93

Chapter 4 Multi-factor Treatment Designs with Multiple Error Terms 93 Contents Preface ix Chapter 1 Introduction 1 1.1 Types of Models That Produce Data 1 1.2 Statistical Models 2 1.3 Fixed and Random Effects 4 1.4 Mixed Models 6 1.5 Typical Studies and the Modeling Issues

More information

Tuan V. Dinh, Lachlan Andrew and Philip Branch

Tuan V. Dinh, Lachlan Andrew and Philip Branch Predicting supercomputing workload using per user information Tuan V. Dinh, Lachlan Andrew and Philip Branch 13 th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing. Delft, 14 th -16

More information

Unit 9: Inferences for Proportions and Count Data

Unit 9: Inferences for Proportions and Count Data Unit 9: Inferences for Proportions and Count Data Statistics 571: Statistical Methods Ramón V. León 1/15/008 Unit 9 - Stat 571 - Ramón V. León 1 Large Sample Confidence Interval for Proportion ( pˆ p)

More information

Experimental Design and Data Analysis for Biologists

Experimental Design and Data Analysis for Biologists Experimental Design and Data Analysis for Biologists Gerry P. Quinn Monash University Michael J. Keough University of Melbourne CAMBRIDGE UNIVERSITY PRESS Contents Preface page xv I I Introduction 1 1.1

More information

INTRODUCTION TO STRUCTURAL EQUATION MODELS

INTRODUCTION TO STRUCTURAL EQUATION MODELS I. Description of the course. INTRODUCTION TO STRUCTURAL EQUATION MODELS A. Objectives and scope of the course. B. Logistics of enrollment, auditing, requirements, distribution of notes, access to programs.

More information

leebounds: Lee s (2009) treatment effects bounds for non-random sample selection for Stata

leebounds: Lee s (2009) treatment effects bounds for non-random sample selection for Stata leebounds: Lee s (2009) treatment effects bounds for non-random sample selection for Stata Harald Tauchmann (RWI & CINCH) Rheinisch-Westfälisches Institut für Wirtschaftsforschung (RWI) & CINCH Health

More information

A strategy for modelling count data which may have extra zeros

A strategy for modelling count data which may have extra zeros A strategy for modelling count data which may have extra zeros Alan Welsh Centre for Mathematics and its Applications Australian National University The Data Response is the number of Leadbeater s possum

More information

CLUSTER WEIGHTED BETA REGRESSION

CLUSTER WEIGHTED BETA REGRESSION Rivista Italiana di Economia Demografia e Statistica Volume LXVIII n. 3/4 Luglio-Dicembre 2014 CLUSTER WEIGHTED BETA REGRESSION Luciano Nieddu, Cecilia Vitiello 1. Introduction The analysis of data assuming

More information

Non-linear panel data modeling

Non-linear panel data modeling Non-linear panel data modeling Laura Magazzini University of Verona laura.magazzini@univr.it http://dse.univr.it/magazzini May 2010 Laura Magazzini (@univr.it) Non-linear panel data modeling May 2010 1

More information

Model Assisted Survey Sampling

Model Assisted Survey Sampling Carl-Erik Sarndal Jan Wretman Bengt Swensson Model Assisted Survey Sampling Springer Preface v PARTI Principles of Estimation for Finite Populations and Important Sampling Designs CHAPTER 1 Survey Sampling

More information

Multivariate Count Time Series Modeling of Surveillance Data

Multivariate Count Time Series Modeling of Surveillance Data Multivariate Count Time Series Modeling of Surveillance Data Leonhard Held 1 Michael Höhle 2 1 Epidemiology, Biostatistics and Prevention Institute, University of Zurich, Switzerland 2 Department of Mathematics,

More information

Analysing longitudinal data when the visit times are informative

Analysing longitudinal data when the visit times are informative Analysing longitudinal data when the visit times are informative Eleanor Pullenayegum, PhD Scientist, Hospital for Sick Children Associate Professor, University of Toronto eleanor.pullenayegum@sickkids.ca

More information

THE USE OF POISSON REGRESSION IN THE SOCIOLOGICAL STUDY OF SUICIDE

THE USE OF POISSON REGRESSION IN THE SOCIOLOGICAL STUDY OF SUICIDE CORVINUS JOURNAL OF SOCIOLOGY AND SOCIAL POLICY Vol.5 (2014) 2, 97 114 DOI: 10.14267/cjssp.2014.02.04 THE USE OF POISSON REGRESSION IN THE SOCIOLOGICAL STUDY OF SUICIDE Ferenc Moksony Rita Hegedűs 1 ABSTRACT

More information

Alex Zerbini. National Marine Mammal Laboratory Alaska Fisheries Science Center, NOAA Fisheries

Alex Zerbini. National Marine Mammal Laboratory Alaska Fisheries Science Center, NOAA Fisheries Alex Zerbini National Marine Mammal Laboratory Alaska Fisheries Science Center, NOAA Fisheries Introduction Abundance Estimation Methods (Line Transect Sampling) Survey Design Data collection Why do we

More information

Multiple regression: Categorical dependent variables

Multiple regression: Categorical dependent variables Multiple : Categorical Johan A. Elkink School of Politics & International Relations University College Dublin 28 November 2016 1 2 3 4 Outline 1 2 3 4 models models have a variable consisting of two categories.

More information

A Wildlife Simulation Package (WiSP)

A Wildlife Simulation Package (WiSP) 1 A Wildlife Simulation Package (WiSP) Walter Zucchini 1, Martin Erdelmeier 1 and David Borchers 2 1 2 Institut für Statistik und Ökonometrie, Georg-August-Universität Göttingen, Platz der Göttinger Sieben

More information

Package CopulaRegression

Package CopulaRegression Type Package Package CopulaRegression Title Bivariate Copula Based Regression Models Version 0.1-5 Depends R (>= 2.11.0), MASS, VineCopula Date 2014-09-04 Author, Daniel Silvestrini February 19, 2015 Maintainer

More information

Model Based Statistics in Biology. Part V. The Generalized Linear Model. Chapter 16 Introduction

Model Based Statistics in Biology. Part V. The Generalized Linear Model. Chapter 16 Introduction Model Based Statistics in Biology. Part V. The Generalized Linear Model. Chapter 16 Introduction ReCap. Parts I IV. The General Linear Model Part V. The Generalized Linear Model 16 Introduction 16.1 Analysis

More information

Introduction to causal identification. Nidhiya Menon IGC Summer School, New Delhi, July 2015

Introduction to causal identification. Nidhiya Menon IGC Summer School, New Delhi, July 2015 Introduction to causal identification Nidhiya Menon IGC Summer School, New Delhi, July 2015 Outline 1. Micro-empirical methods 2. Rubin causal model 3. More on Instrumental Variables (IV) Estimating causal

More information