2014 Modern Modeling Methods (M 3 ) Conference, UCONN

Size: px
Start display at page:

Download "2014 Modern Modeling Methods (M 3 ) Conference, UCONN"

Transcription

1 2014 Modern Modeling (M 3 ) Conference, UCONN Comparative study of two calibration methods for micro-simulation models Department of Biostatistics Center for Statistical Sciences Brown University School of Public Health May 20-21, 2014

2 Outline MSM for lung cancer Description Discussion

3 MSMs in medical decision making Micro-simulation models (MSMs): Complex predictive models aimed at simulating individual disease trajectories using Markov Chain Monte Carlo methods. Incorporate combined information from several sources Predict outcomes of interest under different medical interventions Compare findings to decide on the best practice

4 Description Discussion The MIcrosimulation Lung Cancer (MILC) model Streamlined MSM model Continuous time Dynamic Natural history of lung cancer (no screening component) Covariates Age Gender Smoking: Status (current, former, never) Start and quit smoking age Intensity (cigarettes/day)

5 Description Discussion Markov State Diagram of the MILC model S 0 : Disease-free state S 1 : Local state (onset of the 1st malignant cell) S 2 : Regional state (lumph nodes) S 3 : Distant state (distant metastases) S 4 : Death state h ij : the hazard of moving from state i to j

6 Description Discussion Components Onset of the 1st malignant cell TSCE carcinogenesis model (Moolgavkar 1990) Tumor growth Gompertz function (Laird 1964) Disease progression log-normal distribution (Spratt 1964) Survival competing risks (CIF estimates) NHIS and SEER data

7 Description Discussion Software: R Library: MILC S. A. Chrysanthopoulou., MILC: MIcrosimulation Lung Cancer (MILC) model, R package version 1.0. URL:

8 Description Discussion Discussion Summary: New streamlined MSM, natural history of lung cancer (best practices in lung cancer modeling) implementation in R (transparency) tool for studying the statistical properties of MSMs Limitations: no screening or treatment component level of complexity Future work: include screening and treatment components increase complexity to describe lung cancer course in more detail

9 methods in MSMs: a comparative analysis

10 vs Estimation in statistical theory Statistical modeling: calibration estimation model fitting Here: calibration model tuning pertains to the specification of those sets of values for the model parameters that can result in predictions close to the observed, pre-specified target quantities.

11 Why calibration? MSM s complexity no closed form of the model s outputs (e.g., likelihoods, hazard rates, transition probabilities, etc.) Latent variables + high dimensionality identifiability problems Multiple sets of parameter values underlying correlation structures parameter uncertainty

12 methods in MSMs Specification of parameter values (Stout 2009, Vanni 2011): Directed optimum set (Nelder-Mead, simulation annealing, etc) Undirected acceptable sets (exhaustive or sampling design based grid search) Bayesian joint posterior distribution

13 Comparative analysis Objective: Comparative analysis of two calibration methods Bayesian: MCMC (Rutter et at, 2009) Empirical: Grid Search using Latin Hypercube Sampling (GSLHS) Implementation: of the MILC model Comparative analysis: Quantitative and qualitative

14 Method Bayesian Empirical (Rutter 2009) (new) Goal draw values from the draw sets of acceptable joint posterior h(θ Y) values for θ θ : parameters Y : predictions Specifics Gibbs sampler Latin Hypercube Sampling appr. MH algorithm LR test V draws for θ

15 Bayesian Set up: Priors π(θ) Data Y j f(y j g j (θ)), (e.g., lung cancer cases Poisson(λ j = g j (θ))) Joint posterior h(θ Y j ) π(θ) f(y j g j (θ)) How? Gibbs sampler to sequentially draw from h(θ k Y j, θ ( k) ) g( ) unknown approximate MH algorithm Ỹjm, m=1, 2,..., M runs of the MSM given θ ĝ j (θ) = T (Ỹjm) substitute ĝ j (θ) = T (Ỹjm) in: r k (θ k, θ k) = π k(θ k ) J j=1 f j(y j ĝ j (θ k, θ ( k))) π k (θ k ) J j=1 f j(y j ĝ j (θ)) (1)

16 Empirical (example: 2-dimensions) I Set up: Plausible values for θ 1, θ 2 (e.g., literature, ad-hoc analysis) Data Y j f( Y j g j (θ)), (e.g., lung cancer cases Poisson) Joint distribution of calibrated MSM parameters, estimated by the joint empirical of the acceptable sets of parameter values How? Repeated Latin Hypercube Sampling (V=R N LHS ) design to search the parameter space Deviance statistic criterion for acceptable parameter values θ

17 Empirical (example: 2-dimensions) II How? (continue) Single LHS N LHS draws of θ Parameter space N LHS N LHS grid randomly draw N LHS parts of the grid randomly draw θ1, θ 2 within each part g( ) unknown ĝ j (θ) = T (Ỹjm) acceptable values Deviance statistic: J D = 2 [l(ĝ(θ) y j ) l(y j y j )] (2) j=1 Accept θ for which H 0 is not rejected at α% Figure: Single LHS of size 20

18 I 1. Parameters to calibrate: θ1 =m (tumor growth) θ 2 =mdiagn, θ 3 =mreg, θ 4 =mdist (disease progression) 2. Input data: sample (smpl.c 5000, N=5000) from 1980 US population of males, current smokers baseline characteristics = {age, smoking intensity} 3. targets, Y clbr =[Y <60 Y Y >80 ] T : lung cancer incidence rates by age group SEER data ( ) 4. output: V=1,000 vectors for θ

19 II Terms of comparison: Overlap calibrated values for θ predictions Model validation (predictions Ỹ vs Y clbr ): (Ỹ Internal = M50 (Θ, smpl.c 5000)) (Ỹ External = M50 (Θ, smpl.v 5000)) Efficiency computational time

20 III Tools: Graphical ways (density, contours, and box plots) Discrepancy measures Mean Absolute Deviations (MAD) MAD = 1 V V v=1 ỹ vj y j y j (3) Mean Squared Deviations (MSD) V ) 2 (ỹvj y j (4) MSD = 1 V v=1 Euclidean & Mahalanobis distances D M = y j (Ỹ Y clbr ) T S 1 (Ỹ Y clbr ) (5)

21 Density plots for the marginal distributions of the calibrated MSM parameters.

22 Contour plots for the bivariate distributions of the calibrated parameters

23

24 Box-Plots of the multivariate distances of the MILC predictions from the calibration targets

25 Discrepancy measures: predictions vs calibration targets Internal Validation Bayesian Empirical <60 yrs yrs >80 yrs Overall <60 yrs yrs >80 yrs Overall MAD Y clbr MSD External Validation Bayesian Empirical <60 yrs yrs >80 yrs Overall <60 yrs yrs >80 yrs Overall MAD Y clbr MSD

26 High Performance Computing (HPC) using R I Total micro-simulations: M Bayes = , M Emp = MSM Embarrassingly Parallel Computations Solutions: Code profiling Rprof library Parallel computing snow & Rmpi libraries Code for parallel processing: for each θ = [θ 1, θ 2, θ 3, θ 4 ] T update, Bayesian method: m=4 50,000 (sequential) Empirical method: m=50,000 (simultaneous checks)

27 High Performance Computing (HPC) using R II Algorithm efficiency improvement (m=50,000) Profiling Parallel Nodes Type Time ( % impr.) computing (secs) SOCK SOCK SOCK MPI MPI MPI Overall Improvement: /1.98 = faster (!!!)

28 Discussion Overlapping distributions of the calibrated parameters (Θ BAYES vs Θ EMP ): univariate (density plots, MAD, MSD) multivariate (contour plots, Mahalanobis distances) Predictions (Ỹ BAYES vs Ỹ EMP): overall comparable Ỹ EMP less dispersed Ỹ BAYES better for rare events Computational burden: Emprical(parallel) more efficient than Bayesian(sequential) methods undirected(parallel) more efficient than directed(sequential) methods in R HPC techniques (!!!)

29 Future work Comprehensive calibration of the MILC model gender (males/females) smoking status (never/former/current) Multiple calibration targets (lung cancer incidence and mortality, tumor size at diagnosis, etc.) Use of the MILC model to assess results from the National Lung Screening Trial (NLST) study

30 Thesis committee Advisor: Constantine Gatsonis, PhD (Brown University) Readers: Carolyn Rutter, PhD (Group Health Research Institute - CISNET, colorectal cancer group) Matthew Harrison, PhD (Brown University) Xi Luo, PhD (Brown University)

31 References Gatsonis, C., et al (2011), The National Lung Screening Trial: Overview and Study Design, Radiology, 258, Laird, A. K. (1964), Dynamics of Tumor Growth British Journal of Cancer, 18, McMahon, P. M. (2005), Policy assessment of medical imaging utilization: methods and applications, [doctoral thesis] Meza, R., Hazelton, W. D., Colditz, G. A., and Moolgavkar, S. H. (2008), Analysis of lung cancer incidence in the nurses health and the health professionals follow-up studies using a multistage carcinogenesis model, Cancer Causes & Control, 19, Moolgavkar, S. H. and Luebeck, G. (1990), Two-Event Model for Carcinogenesis: Biological, Mathematical, and Statistical Considerations, Risk Analysis, 10, Rutter CM, Miglioretti DL, Savarino JE., (2009), Bayesian calibration of microsimulation models, JASA;104(488): Rutter CM, Zaslavsky AM, Feuer EJ, (2010), Dynamic Microsimulation models for health outcomes: a review, MDM Spratt, J. S. and Spratt, T. L. (1964), Rates of Growth of Pulmonary Metastases and Host Survival Annals of Surgery, 159, Steyerberg, E. W., et al (2010), Assessing the Performance of Prediction Models A Framework for Traditional and Novel Measures, Epidemiology, 21, Stout N.K., et al (2009), used in Cancer Simulation Models and Suggested Reported Guidlines, Pharmacoeconomics, 27, Vanni T., et al (2011), Calibrating models in economic evaluation: a seven-step approach, Pharmacoeconomics, 29, 35-49

TRIPODS Workshop: Models & Machine Learning for Causal I. & Decision Making

TRIPODS Workshop: Models & Machine Learning for Causal I. & Decision Making TRIPODS Workshop: Models & Machine Learning for Causal Inference & Decision Making in Medical Decision Making : and Predictive Accuracy text Stavroula Chrysanthopoulou, PhD Department of Biostatistics

More information

Bayesian Calibration of Microsimulation Models

Bayesian Calibration of Microsimulation Models Bayesian Calibration of Microsimulation Models Carolyn M. RUTTER, Diana L. MIGLIORETTI, and James E. SAVARINO Microsimulation models that describe disease processes synthesize information from multiple

More information

Bayesian Logistic Regression Modelling via Markov Chain Monte Carlo Algorithm

Bayesian Logistic Regression Modelling via Markov Chain Monte Carlo Algorithm Journal of Social and Development Sciences Vol. 4, No. 4, pp. 93-97, Apr 203 (ISSN 222-52) Bayesian Logistic Regression Modelling via Markov Chain Monte Carlo Algorithm Henry De-Graft Acquah University

More information

Advanced Bayesian Models for the Social Sciences. TA: Elizabeth Menninga (University of North Carolina, Chapel Hill)

Advanced Bayesian Models for the Social Sciences. TA: Elizabeth Menninga (University of North Carolina, Chapel Hill) Advanced Bayesian Models for the Social Sciences Instructors: Week 1&2: Skyler J. Cranmer Department of Political Science University of North Carolina, Chapel Hill skyler@unc.edu Week 3&4: Daniel Stegmueller

More information

Using follow-up data to adjust for selective non-participation in cross-sectional setting

Using follow-up data to adjust for selective non-participation in cross-sectional setting Using follow-up data to adjust for selective non-participation in cross-sectional setting Juho Kopra University of Jyväskylä Department of Mathematics and Statistics NoPaHES-project 30th August 2017 1

More information

Ordinal Data Modeling

Ordinal Data Modeling Valen E. Johnson James H. Albert Ordinal Data Modeling With 73 illustrations I ". Springer Contents Preface v 1 Review of Classical and Bayesian Inference 1 1.1 Learning about a binomial proportion 1 1.1.1

More information

Advanced Bayesian Models for the Social Sciences

Advanced Bayesian Models for the Social Sciences Advanced Bayesian Models for the Social Sciences Jeff Harden Department of Political Science, University of Colorado Boulder jeffrey.harden@colorado.edu Daniel Stegmueller Department of Government, University

More information

Modelling Spatially Correlated Survival Data for Individuals with Multiple Cancers

Modelling Spatially Correlated Survival Data for Individuals with Multiple Cancers Modelling Spatially Correlated Survival Data for Individuals with Multiple Cancers Dipak K. Dey, Ulysses Diva and Sudipto Banerjee Department of Statistics University of Connecticut, Storrs. March 16,

More information

Data Analysis Using Regression and Multilevel/Hierarchical Models

Data Analysis Using Regression and Multilevel/Hierarchical Models Data Analysis Using Regression and Multilevel/Hierarchical Models ANDREW GELMAN Columbia University JENNIFER HILL Columbia University CAMBRIDGE UNIVERSITY PRESS Contents List of examples V a 9 e xv " Preface

More information

Kelvin Chan Feb 10, 2015

Kelvin Chan Feb 10, 2015 Underestimation of Variance of Predicted Mean Health Utilities Derived from Multi- Attribute Utility Instruments: The Use of Multiple Imputation as a Potential Solution. Kelvin Chan Feb 10, 2015 Outline

More information

Technical Considerations: the past, present and future of simulation modeling of colorectal cancer

Technical Considerations: the past, present and future of simulation modeling of colorectal cancer Technical Considerations: the past, present and future of simulation modeling of colorectal cancer Siddhartha Nambiar, Rachel Townsley, Maria Mayorga North Carolina State University Kristen Hassmiller

More information

For general queries, contact

For general queries, contact Much of the work in Bayesian econometrics has focused on showing the value of Bayesian methods for parametric models (see, for example, Geweke (2005), Koop (2003), Li and Tobias (2011), and Rossi, Allenby,

More information

Bayesian and Frequentist Approaches

Bayesian and Frequentist Approaches Bayesian and Frequentist Approaches G. Jogesh Babu Penn State University http://sites.stat.psu.edu/ babu http://astrostatistics.psu.edu All models are wrong But some are useful George E. P. Box (son-in-law

More information

Bayes Linear Statistics. Theory and Methods

Bayes Linear Statistics. Theory and Methods Bayes Linear Statistics Theory and Methods Michael Goldstein and David Wooff Durham University, UK BICENTENNI AL BICENTENNIAL Contents r Preface xvii 1 The Bayes linear approach 1 1.1 Combining beliefs

More information

Introduction to Bayesian Analysis 1

Introduction to Bayesian Analysis 1 Biostats VHM 801/802 Courses Fall 2005, Atlantic Veterinary College, PEI Henrik Stryhn Introduction to Bayesian Analysis 1 Little known outside the statistical science, there exist two different approaches

More information

Programs for facies modeling with DMPE

Programs for facies modeling with DMPE Programs for facies modeling with DMPE Yupeng Li and Clayton V. Deutsch The programs needed for direct multivariate probability estimation (DMPE) are introduced in detail. The first program (TPcalc) is

More information

An Empirical Assessment of Bivariate Methods for Meta-analysis of Test Accuracy

An Empirical Assessment of Bivariate Methods for Meta-analysis of Test Accuracy Number XX An Empirical Assessment of Bivariate Methods for Meta-analysis of Test Accuracy Prepared for: Agency for Healthcare Research and Quality U.S. Department of Health and Human Services 54 Gaither

More information

Remarks on Bayesian Control Charts

Remarks on Bayesian Control Charts Remarks on Bayesian Control Charts Amir Ahmadi-Javid * and Mohsen Ebadi Department of Industrial Engineering, Amirkabir University of Technology, Tehran, Iran * Corresponding author; email address: ahmadi_javid@aut.ac.ir

More information

Methods Research Report. An Empirical Assessment of Bivariate Methods for Meta-Analysis of Test Accuracy

Methods Research Report. An Empirical Assessment of Bivariate Methods for Meta-Analysis of Test Accuracy Methods Research Report An Empirical Assessment of Bivariate Methods for Meta-Analysis of Test Accuracy Methods Research Report An Empirical Assessment of Bivariate Methods for Meta-Analysis of Test Accuracy

More information

Analysis of acgh data: statistical models and computational challenges

Analysis of acgh data: statistical models and computational challenges : statistical models and computational challenges Ramón Díaz-Uriarte 2007-02-13 Díaz-Uriarte, R. acgh analysis: models and computation 2007-02-13 1 / 38 Outline 1 Introduction Alternative approaches What

More information

Combining Risks from Several Tumors Using Markov Chain Monte Carlo

Combining Risks from Several Tumors Using Markov Chain Monte Carlo University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln U.S. Environmental Protection Agency Papers U.S. Environmental Protection Agency 2009 Combining Risks from Several Tumors

More information

Introduction. Patrick Breheny. January 10. The meaning of probability The Bayesian approach Preview of MCMC methods

Introduction. Patrick Breheny. January 10. The meaning of probability The Bayesian approach Preview of MCMC methods Introduction Patrick Breheny January 10 Patrick Breheny BST 701: Bayesian Modeling in Biostatistics 1/25 Introductory example: Jane s twins Suppose you have a friend named Jane who is pregnant with twins

More information

Applications. DSC 410/510 Multivariate Statistical Methods. Discriminating Two Groups. What is Discriminant Analysis

Applications. DSC 410/510 Multivariate Statistical Methods. Discriminating Two Groups. What is Discriminant Analysis DSC 4/5 Multivariate Statistical Methods Applications DSC 4/5 Multivariate Statistical Methods Discriminant Analysis Identify the group to which an object or case (e.g. person, firm, product) belongs:

More information

Bayesian Confidence Intervals for Means and Variances of Lognormal and Bivariate Lognormal Distributions

Bayesian Confidence Intervals for Means and Variances of Lognormal and Bivariate Lognormal Distributions Bayesian Confidence Intervals for Means and Variances of Lognormal and Bivariate Lognormal Distributions J. Harvey a,b, & A.J. van der Merwe b a Centre for Statistical Consultation Department of Statistics

More information

Bayesian Joint Modelling of Longitudinal and Survival Data of HIV/AIDS Patients: A Case Study at Bale Robe General Hospital, Ethiopia

Bayesian Joint Modelling of Longitudinal and Survival Data of HIV/AIDS Patients: A Case Study at Bale Robe General Hospital, Ethiopia American Journal of Theoretical and Applied Statistics 2017; 6(4): 182-190 http://www.sciencepublishinggroup.com/j/ajtas doi: 10.11648/j.ajtas.20170604.13 ISSN: 2326-8999 (Print); ISSN: 2326-9006 (Online)

More information

Bayesian Variable Selection Tutorial

Bayesian Variable Selection Tutorial Tutorial on Bayesian Variable Selection 1 An informal introductory tutorial Assistant Professor Department of Statistics Athens University of Economics and Business The following presentation is based

More information

A Brief Introduction to Bayesian Statistics

A Brief Introduction to Bayesian Statistics A Brief Introduction to Statistics David Kaplan Department of Educational Psychology Methods for Social Policy Research and, Washington, DC 2017 1 / 37 The Reverend Thomas Bayes, 1701 1761 2 / 37 Pierre-Simon

More information

Score Tests of Normality in Bivariate Probit Models

Score Tests of Normality in Bivariate Probit Models Score Tests of Normality in Bivariate Probit Models Anthony Murphy Nuffield College, Oxford OX1 1NF, UK Abstract: A relatively simple and convenient score test of normality in the bivariate probit model

More information

with Stata Bayesian Analysis John Thompson University of Leicester A Stata Press Publication StataCorp LP College Station, Texas

with Stata Bayesian Analysis John Thompson University of Leicester A Stata Press Publication StataCorp LP College Station, Texas Bayesian Analysis with Stata John Thompson University of Leicester A Stata Press Publication StataCorp LP College Station, Texas Contents List of figures List of tables Preface Acknowledgments xiii xvii

More information

Biometrics by the Harbour Dr. Sophie G Zaloumis 1, A/Prof. Julie A Simpson 1 and PKPD IV-ARS Study Group

Biometrics by the Harbour Dr. Sophie G Zaloumis 1, A/Prof. Julie A Simpson 1 and PKPD IV-ARS Study Group Application of a Bayesian Markov chain Monte Carlo approach for modelling the dynamics of Plasmodium falciparum parasitaemia in severe malaria patients Dr. Sophie G Zaloumis 1, A/Prof. Julie A Simpson

More information

Meta-analysis of few small studies in small populations and rare diseases

Meta-analysis of few small studies in small populations and rare diseases Meta-analysis of few small studies in small populations and rare diseases Christian Röver 1, Beat Neuenschwander 2, Simon Wandel 2, Tim Friede 1 1 Department of Medical Statistics, University Medical Center

More information

Statistics for Social and Behavioral Sciences

Statistics for Social and Behavioral Sciences Statistics for Social and Behavioral Sciences Advisors: S.E. Fienberg W.J. van der Linden For other titles published in this series, go to http://www.springer.com/series/3463 Jean-Paul Fox Bayesian Item

More information

Individualized Treatment Effects Using a Non-parametric Bayesian Approach

Individualized Treatment Effects Using a Non-parametric Bayesian Approach Individualized Treatment Effects Using a Non-parametric Bayesian Approach Ravi Varadhan Nicholas C. Henderson Division of Biostatistics & Bioinformatics Department of Oncology Johns Hopkins University

More information

A Bayesian Nonparametric Model Fit statistic of Item Response Models

A Bayesian Nonparametric Model Fit statistic of Item Response Models A Bayesian Nonparametric Model Fit statistic of Item Response Models Purpose As more and more states move to use the computer adaptive test for their assessments, item response theory (IRT) has been widely

More information

Missing data. Patrick Breheny. April 23. Introduction Missing response data Missing covariate data

Missing data. Patrick Breheny. April 23. Introduction Missing response data Missing covariate data Missing data Patrick Breheny April 3 Patrick Breheny BST 71: Bayesian Modeling in Biostatistics 1/39 Our final topic for the semester is missing data Missing data is very common in practice, and can occur

More information

Bayesian Inference Bayes Laplace

Bayesian Inference Bayes Laplace Bayesian Inference Bayes Laplace Course objective The aim of this course is to introduce the modern approach to Bayesian statistics, emphasizing the computational aspects and the differences between the

More information

10CS664: PATTERN RECOGNITION QUESTION BANK

10CS664: PATTERN RECOGNITION QUESTION BANK 10CS664: PATTERN RECOGNITION QUESTION BANK Assignments would be handed out in class as well as posted on the class blog for the course. Please solve the problems in the exercises of the prescribed text

More information

Individual Differences in Attention During Category Learning

Individual Differences in Attention During Category Learning Individual Differences in Attention During Category Learning Michael D. Lee (mdlee@uci.edu) Department of Cognitive Sciences, 35 Social Sciences Plaza A University of California, Irvine, CA 92697-5 USA

More information

Computer Age Statistical Inference. Algorithms, Evidence, and Data Science. BRADLEY EFRON Stanford University, California

Computer Age Statistical Inference. Algorithms, Evidence, and Data Science. BRADLEY EFRON Stanford University, California Computer Age Statistical Inference Algorithms, Evidence, and Data Science BRADLEY EFRON Stanford University, California TREVOR HASTIE Stanford University, California ggf CAMBRIDGE UNIVERSITY PRESS Preface

More information

Response to Comment on Cognitive Science in the field: Does exercising core mathematical concepts improve school readiness?

Response to Comment on Cognitive Science in the field: Does exercising core mathematical concepts improve school readiness? Response to Comment on Cognitive Science in the field: Does exercising core mathematical concepts improve school readiness? Authors: Moira R. Dillon 1 *, Rachael Meager 2, Joshua T. Dean 3, Harini Kannan

More information

Risk analysis of foodborne antimicrobial resistance (AMR) Suphachai Nuanualsuwan DVM, MPVM, PhD1

Risk analysis of foodborne antimicrobial resistance (AMR) Suphachai Nuanualsuwan DVM, MPVM, PhD1 Risk analysis of foodborne antimicrobial resistance (AMR) Suphachai Nuanualsuwan 1 Introduction Antimicrobial resistance (AMR) is major global public health concern & food safety issue Risk Analysis :-

More information

Evaluating Human Papillomavirus (HPV) Vaccination Strategies in Canada using the Cancer Risk Management HPV Microsimulation Model (CRM-HPVMM)

Evaluating Human Papillomavirus (HPV) Vaccination Strategies in Canada using the Cancer Risk Management HPV Microsimulation Model (CRM-HPVMM) Evaluating Human Papillomavirus (HPV) Vaccination Strategies in Canada using the Cancer Risk Management HPV Microsimulation Model (CRM-HPVMM) ARCC Conference Monday, May 27, 2013 Presented by William Flanagan

More information

Joint Spatio-Temporal Modeling of Low Incidence Cancers Sharing Common Risk Factors

Joint Spatio-Temporal Modeling of Low Incidence Cancers Sharing Common Risk Factors Journal of Data Science 6(2008), 105-123 Joint Spatio-Temporal Modeling of Low Incidence Cancers Sharing Common Risk Factors Jacob J. Oleson 1,BrianJ.Smith 1 and Hoon Kim 2 1 The University of Iowa and

More information

Georgetown University ECON-616, Fall Macroeconometrics. URL: Office Hours: by appointment

Georgetown University ECON-616, Fall Macroeconometrics.   URL:  Office Hours: by appointment Georgetown University ECON-616, Fall 2016 Macroeconometrics Instructor: Ed Herbst E-mail: ed.herbst@gmail.com URL: http://edherbst.net/ Office Hours: by appointment Scheduled Class Time and Organization:

More information

NEW METHODS FOR SENSITIVITY TESTS OF EXPLOSIVE DEVICES

NEW METHODS FOR SENSITIVITY TESTS OF EXPLOSIVE DEVICES NEW METHODS FOR SENSITIVITY TESTS OF EXPLOSIVE DEVICES Amit Teller 1, David M. Steinberg 2, Lina Teper 1, Rotem Rozenblum 2, Liran Mendel 2, and Mordechai Jaeger 2 1 RAFAEL, POB 2250, Haifa, 3102102, Israel

More information

Ecological Statistics

Ecological Statistics A Primer of Ecological Statistics Second Edition Nicholas J. Gotelli University of Vermont Aaron M. Ellison Harvard Forest Sinauer Associates, Inc. Publishers Sunderland, Massachusetts U.S.A. Brief Contents

More information

Practical Bayesian Design and Analysis for Drug and Device Clinical Trials

Practical Bayesian Design and Analysis for Drug and Device Clinical Trials Practical Bayesian Design and Analysis for Drug and Device Clinical Trials p. 1/2 Practical Bayesian Design and Analysis for Drug and Device Clinical Trials Brian P. Hobbs Plan B Advisor: Bradley P. Carlin

More information

Michael Hallquist, Thomas M. Olino, Paul A. Pilkonis University of Pittsburgh

Michael Hallquist, Thomas M. Olino, Paul A. Pilkonis University of Pittsburgh Comparing the evidence for categorical versus dimensional representations of psychiatric disorders in the presence of noisy observations: a Monte Carlo study of the Bayesian Information Criterion and Akaike

More information

BREAST CANCER EPIDEMIOLOGY MODEL:

BREAST CANCER EPIDEMIOLOGY MODEL: BREAST CANCER EPIDEMIOLOGY MODEL: Calibrating Simulations via Optimization Michael C. Ferris, Geng Deng, Dennis G. Fryback, Vipat Kuruchittham University of Wisconsin 1 University of Wisconsin Breast Cancer

More information

Bayesian Statistics Estimation of a Single Mean and Variance MCMC Diagnostics and Missing Data

Bayesian Statistics Estimation of a Single Mean and Variance MCMC Diagnostics and Missing Data Bayesian Statistics Estimation of a Single Mean and Variance MCMC Diagnostics and Missing Data Michael Anderson, PhD Hélène Carabin, DVM, PhD Department of Biostatistics and Epidemiology The University

More information

Small-area estimation of mental illness prevalence for schools

Small-area estimation of mental illness prevalence for schools Small-area estimation of mental illness prevalence for schools Fan Li 1 Alan Zaslavsky 2 1 Department of Statistical Science Duke University 2 Department of Health Care Policy Harvard Medical School March

More information

An application of a pattern-mixture model with multiple imputation for the analysis of longitudinal trials with protocol deviations

An application of a pattern-mixture model with multiple imputation for the analysis of longitudinal trials with protocol deviations Iddrisu and Gumedze BMC Medical Research Methodology (2019) 19:10 https://doi.org/10.1186/s12874-018-0639-y RESEARCH ARTICLE Open Access An application of a pattern-mixture model with multiple imputation

More information

BAYESIAN HYPOTHESIS TESTING WITH SPSS AMOS

BAYESIAN HYPOTHESIS TESTING WITH SPSS AMOS Sara Garofalo Department of Psychiatry, University of Cambridge BAYESIAN HYPOTHESIS TESTING WITH SPSS AMOS Overview Bayesian VS classical (NHST or Frequentist) statistical approaches Theoretical issues

More information

Comparison of methods and programs for calculating health life expectancies.

Comparison of methods and programs for calculating health life expectancies. Comparison of methods and programs for calculating health life expectancies. Fiona Matthews, Vikki O Neill, Carol Jagger, Pia Wohland REVES - 29 th May 2014 Outline Software used to calculate health expectancies

More information

How few countries will do? Comparative survey analysis from a Bayesian perspective

How few countries will do? Comparative survey analysis from a Bayesian perspective Survey Research Methods (2012) Vol.6, No.2, pp. 87-93 ISSN 1864-3361 http://www.surveymethods.org European Survey Research Association How few countries will do? Comparative survey analysis from a Bayesian

More information

A COMPARISON OF BAYESIAN MCMC AND MARGINAL MAXIMUM LIKELIHOOD METHODS IN ESTIMATING THE ITEM PARAMETERS FOR THE 2PL IRT MODEL

A COMPARISON OF BAYESIAN MCMC AND MARGINAL MAXIMUM LIKELIHOOD METHODS IN ESTIMATING THE ITEM PARAMETERS FOR THE 2PL IRT MODEL International Journal of Innovative Management, Information & Production ISME Internationalc2010 ISSN 2185-5439 Volume 1, Number 1, December 2010 PP. 81-89 A COMPARISON OF BAYESIAN MCMC AND MARGINAL MAXIMUM

More information

List of Figures. List of Tables. Preface to the Second Edition. Preface to the First Edition

List of Figures. List of Tables. Preface to the Second Edition. Preface to the First Edition List of Figures List of Tables Preface to the Second Edition Preface to the First Edition xv xxv xxix xxxi 1 What Is R? 1 1.1 Introduction to R................................ 1 1.2 Downloading and Installing

More information

The Classification Accuracy of Measurement Decision Theory. Lawrence Rudner University of Maryland

The Classification Accuracy of Measurement Decision Theory. Lawrence Rudner University of Maryland Paper presented at the annual meeting of the National Council on Measurement in Education, Chicago, April 23-25, 2003 The Classification Accuracy of Measurement Decision Theory Lawrence Rudner University

More information

An Introduction to Bayesian Statistics

An Introduction to Bayesian Statistics An Introduction to Bayesian Statistics Robert Weiss Department of Biostatistics UCLA Fielding School of Public Health robweiss@ucla.edu Sept 2015 Robert Weiss (UCLA) An Introduction to Bayesian Statistics

More information

Calibrating Time-Dependent One-Year Relative Survival Ratio for Selected Cancers

Calibrating Time-Dependent One-Year Relative Survival Ratio for Selected Cancers ISSN 1995-0802 Lobachevskii Journal of Mathematics 2018 Vol. 39 No. 5 pp. 722 729. c Pleiades Publishing Ltd. 2018. Calibrating Time-Dependent One-Year Relative Survival Ratio for Selected Cancers Xuanqian

More information

Evolution and Ecology

Evolution and Ecology Approximate Bayesian Computation 1 Approximate Bayesian Computation in Evolution and Ecology Mark A. Beaumont University of Reading Key Words Bayesian inference, Monte Carlo, simulation Abstract In the

More information

Bayesian hierarchical modelling

Bayesian hierarchical modelling Bayesian hierarchical modelling Matthew Schofield Department of Mathematics and Statistics, University of Otago Bayesian hierarchical modelling Slide 1 What is a statistical model? A statistical model:

More information

Mediation Analysis With Principal Stratification

Mediation Analysis With Principal Stratification University of Pennsylvania ScholarlyCommons Statistics Papers Wharton Faculty Research 3-30-009 Mediation Analysis With Principal Stratification Robert Gallop Dylan S. Small University of Pennsylvania

More information

Advanced IPD meta-analysis methods for observational studies

Advanced IPD meta-analysis methods for observational studies Advanced IPD meta-analysis methods for observational studies Simon Thompson University of Cambridge, UK Part 4 IBC Victoria, July 2016 1 Outline of talk Usual measures of association (e.g. hazard ratios)

More information

Bayesian Model Averaging for Propensity Score Analysis

Bayesian Model Averaging for Propensity Score Analysis Multivariate Behavioral Research, 49:505 517, 2014 Copyright C Taylor & Francis Group, LLC ISSN: 0027-3171 print / 1532-7906 online DOI: 10.1080/00273171.2014.928492 Bayesian Model Averaging for Propensity

More information

The matching effect of intra-class correlation (ICC) on the estimation of contextual effect: A Bayesian approach of multilevel modeling

The matching effect of intra-class correlation (ICC) on the estimation of contextual effect: A Bayesian approach of multilevel modeling MODERN MODELING METHODS 2016, 2016/05/23-26 University of Connecticut, Storrs CT, USA The matching effect of intra-class correlation (ICC) on the estimation of contextual effect: A Bayesian approach of

More information

Statistical Tolerance Regions: Theory, Applications and Computation

Statistical Tolerance Regions: Theory, Applications and Computation Statistical Tolerance Regions: Theory, Applications and Computation K. KRISHNAMOORTHY University of Louisiana at Lafayette THOMAS MATHEW University of Maryland Baltimore County Contents List of Tables

More information

Bayesian Joint Modelling of Benefit and Risk in Drug Development

Bayesian Joint Modelling of Benefit and Risk in Drug Development Bayesian Joint Modelling of Benefit and Risk in Drug Development EFSPI/PSDM Safety Statistics Meeting Leiden 2017 Disclosure is an employee and shareholder of GSK Data presented is based on human research

More information

Multiple Bivariate Gaussian Plotting and Checking

Multiple Bivariate Gaussian Plotting and Checking Multiple Bivariate Gaussian Plotting and Checking Jared L. Deutsch and Clayton V. Deutsch The geostatistical modeling of continuous variables relies heavily on the multivariate Gaussian distribution. It

More information

Bivariate lifetime geometric distribution in presence of cure fractions

Bivariate lifetime geometric distribution in presence of cure fractions Journal of Data Science 13(2015), 755-770 Bivariate lifetime geometric distribution in presence of cure fractions Nasser Davarzani 1*, Jorge Alberto Achcar 2, Evgueni Nikolaevich Smirnov 1, Ralf Peeters

More information

BIOSTATISTICAL METHODS

BIOSTATISTICAL METHODS BIOSTATISTICAL METHODS FOR TRANSLATIONAL & CLINICAL RESEARCH PROPENSITY SCORE Confounding Definition: A situation in which the effect or association between an exposure (a predictor or risk factor) and

More information

County-Level Small Area Estimation using the National Health Interview Survey (NHIS) and the Behavioral Risk Factor Surveillance System (BRFSS)

County-Level Small Area Estimation using the National Health Interview Survey (NHIS) and the Behavioral Risk Factor Surveillance System (BRFSS) County-Level Small Area Estimation using the National Health Interview Survey (NHIS) and the Behavioral Risk Factor Surveillance System (BRFSS) Van L. Parsons, Nathaniel Schenker Office of Research and

More information

Analyzing data from educational surveys: a comparison of HLM and Multilevel IRT. Amin Mousavi

Analyzing data from educational surveys: a comparison of HLM and Multilevel IRT. Amin Mousavi Analyzing data from educational surveys: a comparison of HLM and Multilevel IRT Amin Mousavi Centre for Research in Applied Measurement and Evaluation University of Alberta Paper Presented at the 2013

More information

Bayesian Variable Selection Tutorial

Bayesian Variable Selection Tutorial Tutorial on Bayesian Variable Selection 1 ISA SHORT COURSES MCMC, WinBUGS and Bayesian Model Selection 5 6 December 2011 Associate Professor Department of Statistics Athens University of Economics and

More information

Bayesian Nonparametric Methods for Precision Medicine

Bayesian Nonparametric Methods for Precision Medicine Bayesian Nonparametric Methods for Precision Medicine Brian Reich, NC State Collaborators: Qian Guan (NCSU), Eric Laber (NCSU) and Dipankar Bandyopadhyay (VCU) University of Illinois at Urbana-Champaign

More information

ST440/550: Applied Bayesian Statistics. (10) Frequentist Properties of Bayesian Methods

ST440/550: Applied Bayesian Statistics. (10) Frequentist Properties of Bayesian Methods (10) Frequentist Properties of Bayesian Methods Calibrated Bayes So far we have discussed Bayesian methods as being separate from the frequentist approach However, in many cases methods with frequentist

More information

Hidden Markov Models for Alcoholism Treatment Trial Data

Hidden Markov Models for Alcoholism Treatment Trial Data University of Pennsylvania ScholarlyCommons Statistics Papers Wharton Faculty Research 2010 Hidden Markov Models for Alcoholism Treatment Trial Data Kenneth E. Shirley Dylan S. Small University of Pennsylvania

More information

BayesOpt: Extensions and applications

BayesOpt: Extensions and applications BayesOpt: Extensions and applications Javier González Masterclass, 7-February, 2107 @Lancaster University Agenda of the day 9:00-11:00, Introduction to Bayesian Optimization: What is BayesOpt and why it

More information

Bayesians methods in system identification: equivalences, differences, and misunderstandings

Bayesians methods in system identification: equivalences, differences, and misunderstandings Bayesians methods in system identification: equivalences, differences, and misunderstandings Johan Schoukens and Carl Edward Rasmussen ERNSI 217 Workshop on System Identification Lyon, September 24-27,

More information

Bayesian Methods LABORATORY. Lesson 1: Jan Software: R. Bayesian Methods p.1/20

Bayesian Methods LABORATORY. Lesson 1: Jan Software: R. Bayesian Methods p.1/20 Bayesian Methods LABORATORY Lesson 1: Jan 24 2002 Software: R Bayesian Methods p.1/20 The R Project for Statistical Computing http://www.r-project.org/ R is a language and environment for statistical computing

More information

Lecture Outline. Biost 590: Statistical Consulting. Stages of Scientific Studies. Scientific Method

Lecture Outline. Biost 590: Statistical Consulting. Stages of Scientific Studies. Scientific Method Biost 590: Statistical Consulting Statistical Classification of Scientific Studies; Approach to Consulting Lecture Outline Statistical Classification of Scientific Studies Statistical Tasks Approach to

More information

Genomics Research. May 31, Malvika Pillai

Genomics Research. May 31, Malvika Pillai Genomics Research May 31, 2018 Malvika Pillai Outline for Research Discussion Why Informatics Read journal articles! Example Paper Presentation Research Pipeline How To Read A Paper If I m aiming to just

More information

Hierarchical Bayesian Methods for Estimation of Parameters in a Longitudinal HIV Dynamic System

Hierarchical Bayesian Methods for Estimation of Parameters in a Longitudinal HIV Dynamic System Hierarchical Bayesian Methods for Estimation of Parameters in a Longitudinal HIV Dynamic System Yangxin Huang, Dacheng Liu and Hulin Wu Department of Biostatistics & Computational Biology University of

More information

WinBUGS : part 1. Bruno Boulanger Jonathan Jaeger Astrid Jullion Philippe Lambert. Gabriele, living with rheumatoid arthritis

WinBUGS : part 1. Bruno Boulanger Jonathan Jaeger Astrid Jullion Philippe Lambert. Gabriele, living with rheumatoid arthritis WinBUGS : part 1 Bruno Boulanger Jonathan Jaeger Astrid Jullion Philippe Lambert Gabriele, living with rheumatoid arthritis Agenda 2 Introduction to WinBUGS Exercice 1 : Normal with unknown mean and variance

More information

Introductory Statistical Inference with the Likelihood Function

Introductory Statistical Inference with the Likelihood Function Introductory Statistical Inference with the Likelihood Function Charles A. Rohde Introductory Statistical Inference with the Likelihood Function 123 Charles A. Rohde Bloomberg School of Health Johns Hopkins

More information

Bayesian methods in health economics

Bayesian methods in health economics Bayesian methods in health economics Gianluca Baio University College London Department of Statistical Science g.baio@ucl.ac.uk Seminar Series of the Master in Advanced Artificial Intelligence Madrid,

More information

Alternative Methods for Assessing the Fit of Structural Equation Models in Developmental Research

Alternative Methods for Assessing the Fit of Structural Equation Models in Developmental Research Alternative Methods for Assessing the Fit of Structural Equation Models in Developmental Research Michael T. Willoughby, B.S. & Patrick J. Curran, Ph.D. Duke University Abstract Structural Equation Modeling

More information

Cost-effectiveness of radiofrequency catheter ablation for atrial fibrillation Chan P S, Vijan S, Morady F, Oral H

Cost-effectiveness of radiofrequency catheter ablation for atrial fibrillation Chan P S, Vijan S, Morady F, Oral H Cost-effectiveness of radiofrequency catheter ablation for atrial fibrillation Chan P S, Vijan S, Morady F, Oral H Record Status This is a critical abstract of an economic evaluation that meets the criteria

More information

Multivariate Multilevel Models

Multivariate Multilevel Models Multivariate Multilevel Models Getachew A. Dagne George W. Howe C. Hendricks Brown Funded by NIMH/NIDA 11/20/2014 (ISSG Seminar) 1 Outline What is Behavioral Social Interaction? Importance of studying

More information

Applied Medical. Statistics Using SAS. Geoff Der. Brian S. Everitt. CRC Press. Taylor Si Francis Croup. Taylor & Francis Croup, an informa business

Applied Medical. Statistics Using SAS. Geoff Der. Brian S. Everitt. CRC Press. Taylor Si Francis Croup. Taylor & Francis Croup, an informa business Applied Medical Statistics Using SAS Geoff Der Brian S. Everitt CRC Press Taylor Si Francis Croup Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Croup, an informa business A

More information

Using dynamic prediction to inform the optimal intervention time for an abdominal aortic aneurysm screening programme

Using dynamic prediction to inform the optimal intervention time for an abdominal aortic aneurysm screening programme Using dynamic prediction to inform the optimal intervention time for an abdominal aortic aneurysm screening programme Michael Sweeting Cardiovascular Epidemiology Unit, University of Cambridge Friday 15th

More information

The use of predicted values for item parameters in item response theory models: an. application in intelligence tests

The use of predicted values for item parameters in item response theory models: an. application in intelligence tests The use of predicted values for item parameters in item response theory models: an application in intelligence tests Mariagiulia Matteucci, Stefania Mignani, and Bernard P. Veldkamp ABSTRACT In testing,

More information

Bayesian and Classical Approaches to Inference and Model Averaging

Bayesian and Classical Approaches to Inference and Model Averaging Bayesian and Classical Approaches to Inference and Model Averaging Course Tutors Gernot Doppelhofer NHH Melvyn Weeks University of Cambridge Location Norges Bank Oslo Date 5-8 May 2008 The Course The course

More information

IE 5203 Decision Analysis Lab I Probabilistic Modeling, Inference and Decision Making with Netica

IE 5203 Decision Analysis Lab I Probabilistic Modeling, Inference and Decision Making with Netica IE 5203 Decision Analysis Lab I Probabilistic Modeling, Inference and Decision Making with Netica Overview of Netica Software Netica Application is a comprehensive tool for working with Bayesian networks

More information

THE INDIRECT EFFECT IN MULTIPLE MEDIATORS MODEL BY STRUCTURAL EQUATION MODELING ABSTRACT

THE INDIRECT EFFECT IN MULTIPLE MEDIATORS MODEL BY STRUCTURAL EQUATION MODELING ABSTRACT European Journal of Business, Economics and Accountancy Vol. 4, No. 3, 016 ISSN 056-6018 THE INDIRECT EFFECT IN MULTIPLE MEDIATORS MODEL BY STRUCTURAL EQUATION MODELING Li-Ju Chen Department of Business

More information

A BAYESIAN SOLUTION FOR THE LAW OF CATEGORICAL JUDGMENT WITH CATEGORY BOUNDARY VARIABILITY AND EXAMINATION OF ROBUSTNESS TO MODEL VIOLATIONS

A BAYESIAN SOLUTION FOR THE LAW OF CATEGORICAL JUDGMENT WITH CATEGORY BOUNDARY VARIABILITY AND EXAMINATION OF ROBUSTNESS TO MODEL VIOLATIONS A BAYESIAN SOLUTION FOR THE LAW OF CATEGORICAL JUDGMENT WITH CATEGORY BOUNDARY VARIABILITY AND EXAMINATION OF ROBUSTNESS TO MODEL VIOLATIONS A Thesis Presented to The Academic Faculty by David R. King

More information

Stochastic modeling of carcinogenesis

Stochastic modeling of carcinogenesis Stochastic modeling of carcinogenesis Rafael Meza Department of Epidemiology University of Michigan SPH-II 5533 rmeza@umich.edu http://www.sph.umich.edu/faculty/rmeza.html Outline Multistage carcinogenesis

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 1, Jan Feb 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 1, Jan Feb 2017 RESEARCH ARTICLE Classification of Cancer Dataset in Data Mining Algorithms Using R Tool P.Dhivyapriya [1], Dr.S.Sivakumar [2] Research Scholar [1], Assistant professor [2] Department of Computer Science

More information

Biostatistics II

Biostatistics II Biostatistics II 514-5509 Course Description: Modern multivariable statistical analysis based on the concept of generalized linear models. Includes linear, logistic, and Poisson regression, survival analysis,

More information

An Exercise in Bayesian Econometric Analysis Probit and Linear Probability Models

An Exercise in Bayesian Econometric Analysis Probit and Linear Probability Models Utah State University DigitalCommons@USU All Graduate Plan B and other Reports Graduate Studies 5-1-2014 An Exercise in Bayesian Econometric Analysis Probit and Linear Probability Models Brooke Jeneane

More information