Automatic learning of adaptive treatment strategies. using kernel-based reinforcement learning

Size: px
Start display at page:

Download "Automatic learning of adaptive treatment strategies. using kernel-based reinforcement learning"

Transcription

1 using kernel-based reinforcement learning Presented by:, School of Computer Science, McGill University Joint work with: Marc G. Bellemare, Adrian Ghizaru, Zaid Zawaideh, Susan Murphy (Univ. Michigan), John Rush (UT Southwestern Medical Center) Biostatistics Seminar, McGill University March 7, 2007

2 Outline Background on adaptive treatment design Reinforcement learning primer Automatic construction of treatment strategies Preliminary results from the STAR*D trial Discussion

3 Adaptive treatment strategies Individually tailored treatments, where treatment type, dosage and duration varies according to patient outcomes. Goal is to improve longer-term outcomes, as opposed to focusing on only short-term benefits, for patients with chronic disorders. Recently developed for treatment of chronic illnesses, e.g.» Brooner et al. (2002) Treatment of Cocaine Addiction» Breslin et al. (1999) Treatment of Alcohol Addiction» Prokaska et al. (2001) Treatment of Tobacco Addiction» Rush et al. (2003) Treatment of Depression

4 Example of an adaptive treatment strategy Following graduation from an intensive outpatient program, alcohol dependent patients are provided naltrexone (Treatment 1). In the ensuing two months patients are monitored. If during that time the patient has 5 or more heavy drinking days (Nonresponder), then the medication is switched to acamprosate (Treatment 2a). If the patient reports no more than 4 heavy drinking days (Responder), then the patient is continued on naltrexone and monitored monthly for signs of relapse (Treatment 2b).

5 Why use adaptive treatment strategies? In Prevention Individuals at risk of problem behaviors for different reasons (multiple causes). Periods of high and low risk. In Treatment High heterogeneity in response to any one treatment.» What works for one person may not work for another. Improvement often marred by relapse.» What works now for a person may not work later. Co-occurring disorders may be common.

6 The big questions What is the best sequencing of treatments? What information do we use to make these decisions?

7 SMART Trials SMART = Sequential Multiple Assignment Randomized Trial [Murphy, 2005] These are multi-stage trials; conceptually a randomization takes place at each stage. Goal is to inform the construction of an adaptive treatment strategy.

8 Example of a SMART study Legend: MedA = Naltrexone MedB = Acamprosate CBT= Cognitive Behavioral Therapy TDM = Telephone Disease Management EM = Motivation therapy for adherence

9 Question Why not use data from multiple trials to construct the dynamic treatment regime? Choose best initial treatment on the basis of a randomized trial of initial treatments. Choose the best secondary treatment on the basis of a randomized trial of secondary treatments. Etc.

10 Negative synergies: Delayed effects Initial treatment may produce higher proportion of responders, but also result in side effects that are sufficiently high so that nonresponders are less likely to adhere to subsequent treatments. Positive synergies: A treatment may not be best initially but may have enhanced long term effectiveness when followed by a particular maintenance treatment. Diagnostic effects: Initial treatment may elicit informative patient response that permits better choice of subsequent treatment.

11 Examples of SMART designs: Thall et al. (2000) Treatment of Prostate Cancer CATIE (2001) Treatment of Psychosis in Schizophrenia STAR*D (2003) Treatment of Depression Oslin (on-going) Treatment of Alcohol Dependence

12 STAR*D STAR*D = Sequenced Treatment Alternatives to Relieve Depression Largest study of depression (14 regional centers, 4041 patients). Longitudinal (5 years), NIMH-sponsored. Multiple patient randomizations (up to 4 treatments: medication or psychotherapy). Entrance evaluation First treatment First evaluation Fourth treatment Fourth evaluation

13 STAR*D Randomizations (slightly simplified!) Level 1 Treatment CIT Level 2 Treatment options SER BUP VEN CT CIT+BUP CIT+BUS CIT+CT Treatment strategy Switch Augment Level 3 Treatment options MRT NTP SER+Li BUP+Li VEN+Li CIT+Li Treatment strategy Switch Augment Level 4 Treatment options TCP VEN+MRT Treatment strategy Switch

14 Clinical data Each evaluation measures 20+ variables, e.g. Quick inventory of depressive symptoms (QIDS) Frequency and intensity of side-effects Work and productive activity impairment Quality of life enjoyment and satisfaction Medication compliance Research outcomes measured (during clinic visit or telephone interview) at: beginning of treatment level, every ~6 weeks during treatment, exit from treatment level, every month during follow-up. Remission = QIDS at end of treatment level falls below threshold (QIDS 5).

15 Research objectives for computer scientists Long-term: Develop new methodologies for automatic learning of adaptive treatment strategies. Current project: Automatically construct decision rules from the STAR*D trial dataset using reinforcement learning techniques.

16 Decision rules Adaptive treatment strategies are composed of a series of decision rules, one per treatment step. Decision rule: IF baseline assessments = Z 0 AND prior treatments at Steps 1 through t = {A 1,, A t } AND clinical assessments at Steps 1 through t = {Z 1, Z t } THEN at Step t+1 apply treatment A t+1 Goal is to learn such rules directly from data.

17 An adaptive treatment strategy in STAR*D Patient is diagnosed with depression. Treat with citalopram. If the patient s depression remits and medication is tolerated, then retain patient on citalopram. If the patient does not remit, or cannot tolerate citalopram, then ascertain patient s preference for a medication switch treatment augmentation. If the patient prefers a switch in treatment then provide sertraline. If the patient prefers an augmentation and the patient was poorly adherent to citalopram then provide cognitive therapy in addition to citalopram. If the patient prefers an augmentation and the patient was adherent to citalopram, then provide bupropion in addition to citalopram.

18 Learning decision rules Specify set of candidate decision rules. For each decision rule, evaluate: its expected reward (or cost), its expected effect. Select sequence of decision rules with highest expected cumulative reward (or lowest cost). Formal framework for such problem: Reinforcement learning.

19 What is reinforcement learning (RL)? Inspired by trial-and-error learning studied in the psychology of animal learning: good actions are positively reinforced, poor actions are negatively reinforced. Formalized in computer science and operations research [Bellman, 1957; Sutton&Barto, 1998].

20 What is reinforcement learning (RL)? (cont d) Mathematical framework to estimate usefulness of taking sequences of actions in an evolving, time varying, system. Intuition: A decision-maker tries (random) actions and observes their effect until it gradually learns when to apply which action. Used to evaluate treatment based on immediate and long-term effects. Can evaluate both therapeutic and diagnostic effects.

21 A reinforcement learning problem is described by: States: What we know History of measurements and medications Actions: What we can do Treatment choice: CIT, CIT+CT, BUP, psychotherapy, Effects: How the action affects the state E.g. QIDS t=1 = 20 + A=CIT QIDS t=2 =15 Rewards: Time-dependent outcomes Duration of treatment, final outcome (remission, no remission, left trial), side effect burden,

22 A graphical model of the STAR*D trial a 1 =CIT a 2 =BUP s 0 Pretreatment data: Demographics Screening assessments Baseline assessments Baselinee IVRs s 1 Level 1 data: Treatment preference Assigned treatment Clinical assessments IVR assessments Duration e s 2 Level 2 data: Treatment preference Assigned treatment Clinical assessments IVR assessments Duration e r 0 r 1 r 2 r2 where s = state a = action e = effect r = reward

23 Reinforcement learning objective To learn the best treatment strategy for each state. best = the one that maximizes a given reward function. The reward function r(s) is a numerical indicator of whether a state is good or bad, capturing time-varying outcomes, e.g.: Depression score (e.g. QIDS) [Lower score = higher reward] Severity of side-effects [Lower score = higher reward] Length of treatment [Shorter length = higher reward]

24 Reinforcement learning in STAR*D a 1 =CIT a 2 =?? s 0 Pretreatment data: Demographics Screening assessments Baseline assessments Baselinee IVRs s 1 Level 1 data: Treatment preference Assigned treatment Clinical assessments IVR assessments Duration e s 2 Level 2 data: Treatment preference Assigned treatment Clinical assessments IVR assessments Duration e r 0 r 1 r 2 r2 Q: Which treatment a 2 has highest total (immediate + future) reward?

25 Maximizing the reward function To maximize the expected total reward: E [ r (s 0 ) + r (s 1 ) + r (s 2 ) + r (s 3 ) + r (s 4 ) ] We define the value function: V t (s) = max a [ r (s,a,s ) + s P a ss V t+1 (s ) ] where P a ss captures the effect of treatment on state. If we know P a ss, r(s,a,s ), then we can evaluate by dynamic programming. Problem: we lack a model to estimate P a ss!

26 Kernel-based Reinforcement Learning Consider value function: V t (s) = max a s P a ss [ r(s,a,s ) + V t+1 (s ) ] Approximate using kernel-based averaging: V t (s i ) = max a <s,a,s > w a (s i, s) [ r(s,a,s ) + V t+1 (s ) ] where <s, a, s > is a given data instance and w a (s i, s j ) = φ( s i -s j /b) is a weight kernel <s,a,s > φ( s i -s /b) Provides a natural way of incorporating measures of patient similarity.

27 Specifics of kernel regression We assume a Gaussian kernel: φ( s i -s j /b) = exp(-d 2 (s i,s j )/2σ 2 ). We allocate one kernel function per training example <s, a, s >. The width of the kernel σ 2 controls the neighbourhood of influence of each training sample. σ 2 =0 means no generalization to unseen states. σ 2 = means every state has (identical) mean value. The distance function d 2 (s i,s j ) measures similarity between patients via their values on the independent variables.

28 Bias-variance trade-off Width of the kernel, σ 2, controls the neighbourhood of influence of each training sample. Small bandwidth = more variance. Large bandwidth = more bias. Bandwidth should be chosen to minimize bias-variance trade-off. Need to shrink bandwidth as sample size increases. With the right shrinking-rate, we can guarantee: V t - V t * P 0 as m

29 Instance-based Reinforcement Learning Estimate non-parametric value function using kernel regression: V t (s) = max a s w a ss V t+1 (s ) Patient n Pretreatment data CIT Level 1 data consider all acceptable treatments s sweeps over patient database Pretreatment data w ss a weight CIT proportional to similarity Level 1 data of measurements Patient n Pretreatment data CIT Level 1 data BUP V t+1 V t+1 Patient n Pretreatment data CIT Level 1 data VEN... Patient 1 Patient 2 Patient 3 Patient 4... Pretreatment data CIT Level 1 data BUP Level 2 data Pretreatment data CIT Level 1 data BUP Level 2 data BUP+LI Level 3 data Pretreatment data CIT Level 1 data VEN Level 2 data Patient n Pretreatment data CIT Level 1 data CIT+BUP Patient N Pretreatment data CIT Level 1 data SER Level 2 data NTP Level 3 data

30 Caveat #1: Feature selection State representation at level i: s i = pretreatment data + treatment 1 + measurements at level treatment i + measurements at level i Total state representation: dozens of variables, multi-valued (up to 60+ values in some cases) Urgent need for feature selection! But Data is extremely sparse. Feature selection in decision-making is an open research question. Currently, select features by hand based on discussion with clinicians.

31 Caveat #2: Reward elicitation Reward function should be provided by clinicians. How do we elicit this information from them? Reward needs to have sufficient discriminative information. Reward is an abstract concept for a clinician. Clinicians may not be consistent in reward assessment. Results presented today assume hand-crafted reward function. Ongoing work on decision-theoretic method for eliciting preferences [Zawaideh & Pineau, submitted].

32 Current implementation State variables: Pre-treatment depression score QIDS-C 0 ={1,.., 25} Switch/Augment preference during levels 1 t. Gradient over depression scores during levels 1 t. Treatments at levels 1 t. Decisions: Level 2 and 3 treatments Reward function: r = 1 if QIDS-C 5 r = 0 otherwise

33 Level 2 treatment - Switch group Level 1 QIDS-C Entrance QIDS-C

34 Level 2 treatment - Augment group

35 Level 2 myopic treatment - Augment group

36 Value function at level 2 Recall value function: V t (s) = max a s w a ss V t+1 (s ) QIDS at exit from level 1 QIDS at exit from level 0

37 Estimated Level 3 value for patients with pretreatment QIDS-C = 15 and BUP as Level 2 treatment QIDS Level at exit 2 QIDS-C from level 2 QIDS Level at exit 1 from QIDS-C level 1

38 Estimated Level 3 value for patients with pretreatment QIDS-C = 15 and SER as Level 2 treatment QIDS Level at exit 2 QIDS-C from level 2 QIDS Level at exit 1 from QIDS-C level 1

39 Summary Adaptive treatment strategies can be constructed using: data from SMART studies reinforcement learning analysis. The analysis highlights the role of treatment as a diagnostic tool. The analysis presented is generating new hypothesis regarding the treatment of depression.

40 Clinical challenges Establishing close level of collaboration between clinical researchers and methodologists. Designing confirmatory trial for learned adaptive strategies. Performing preference (reward) elicitation studies.

41 Methodological challenges Extending RL methods to provide confidence measures. Using RL with data from observational studies. Improving problem design:» variables that are predictive of costs/rewards,» variables that interact with treatment.

42 Related ongoing project Learning adaptive treatment strategies for epilepsy (joint work with Massimo Avoli, MNI) Similar RL framework, different function approximation (not kernel RL). Gather data from generative model of epilepsy (rather than SMART trial). Faster treatment cycle, strategy can adapt to patient over time.

43 Follow-up Recent paper (proofs available by Pineau, Ghizaru, Bellemare, Rush & Murphy. ``Improving the management of chronic disorders by learning adaptive treatment strategies". Drug and Alcohol Dependence, Supplemental Issue on Adaptive Treatment Strategies. Elsevier. In press. Grad student position available for this project. Acknowledgements: Data generously provided by the STAR*D team. Partial funding provided by NIH (grant R21 DA019800). Some slide material borrowed from:

SMART Clinical Trial Designs for Dynamic Treatment Regimes

SMART Clinical Trial Designs for Dynamic Treatment Regimes SMART Clinical Trial Designs for Dynamic Treatment Regimes Bibhas Chakraborty Centre for Quantitative Medicine, Duke-NUS Graduate Medical School, Singapore bibhas.chakraborty@duke-nus.edu.sg MCP Conference

More information

Developing Adaptive Health Interventions

Developing Adaptive Health Interventions Developing Adaptive Health Interventions Getting SMART Daniel Almirall 1,2 Susan A Murphy 1,2,3 1 Institute for Social Research, Survey Research Center, University of Michigan 2 The Methodology Center,

More information

Dan Lizotte, Lacey Gunter, Eric Laber, Susan Murphy Department of Statistics - University of Michigan

Dan Lizotte, Lacey Gunter, Eric Laber, Susan Murphy Department of Statistics - University of Michigan REINFORCEMENT LEARNING FOR CLINICAL TRIAL DATA Dan Lizotte, Lacey Gunter, Eric Laber, Susan Murphy Department of Statistics - University of Michigan it s not what you think I say: Reinforcement Learning

More information

Introduction to Adaptive Interventions and SMART Study Design Principles

Introduction to Adaptive Interventions and SMART Study Design Principles Introduction to Adaptive Interventions and SMAT Study Design Principles Daniel Almirall 1,2 Linda M Collins 2,3,5 Susan A Murphy 1,2,4 1 Institute for Social esearch, University of Michigan 2 The Methodology

More information

Getting SMART about Adapting Interventions. S.A. Murphy Early Childhood Interventions Inaugural Conference 04/21/12

Getting SMART about Adapting Interventions. S.A. Murphy Early Childhood Interventions Inaugural Conference 04/21/12 Getting SMART about Adapting Interventions S.A. Murphy Early Childhood Interventions Inaugural Conference 04/21/12 Adaptive Interventions are individually tailored sequences of interventions, with treatment

More information

On Adaptive Interventions and SMART

On Adaptive Interventions and SMART On Adaptive Interventions and SMART Daniel Almirall; Inbal (Billie) Nahum- Shani; Shawna Smith School of Nursing University of Michigan February 3, 2016 1 Outline Adaptive Intervention (AIs) What are AIs?

More information

Sequential, Multiple Assignment, Randomized Trials

Sequential, Multiple Assignment, Randomized Trials Sequential, Multiple Assignment, Randomized Trials Module 2 Experimental Design and Analysis Methods for Developing Adaptive Interventions: Getting SMART Daniel Almirall, Ahnalee Brincks, Billie Nahum-Shani

More information

Depression. Affects 6.7% of adult population Women affected twice as much as men Leading cause of disability from all medical illnesses

Depression. Affects 6.7% of adult population Women affected twice as much as men Leading cause of disability from all medical illnesses Advances in Depression Research: A Report From NIMH Mayada Akil, M.D. Senior Advisor to the Director National Institute of Mental Health Depression Affects 6.7% of adult population Women affected twice

More information

50 min. SMART Study Designs for Developing Adaptive Interventions. SA Murphy 1

50 min. SMART Study Designs for Developing Adaptive Interventions. SA Murphy 1 50 min. SMART Study Designs for Developing Adaptive Interventions SA Murphy 1 Other names are dynamic treatment regimes, treatment algorithms, stepped care models, expert systems, adaptive treatment strategy,

More information

Designing a Pilot Sequential Multiple Assignment Randomized Trial for Developing an Adaptive Treatment Strategy

Designing a Pilot Sequential Multiple Assignment Randomized Trial for Developing an Adaptive Treatment Strategy Designing a Pilot Sequential Multiple Assignment Randomized Trial for Developing an Adaptive Treatment Strategy Daniel Almirall, Scott N. Compton, Meredith Gunlicks-Stoessel, Naihua Duan & Susan A. Murphy

More information

Lecture 5: Sequential Multiple Assignment Randomized Trials (SMARTs) for DTR. Donglin Zeng, Department of Biostatistics, University of North Carolina

Lecture 5: Sequential Multiple Assignment Randomized Trials (SMARTs) for DTR. Donglin Zeng, Department of Biostatistics, University of North Carolina Lecture 5: Sequential Multiple Assignment Randomized Trials (SMARTs) for DTR Introduction Introduction Consider simple DTRs: D = (D 1,..., D K ) D k (H k ) = 1 or 1 (A k = { 1, 1}). That is, a fixed treatment

More information

Lecture 1: Introduction to Personalized Medicine. Donglin Zeng, Department of Biostatistics, University of North Carolina

Lecture 1: Introduction to Personalized Medicine. Donglin Zeng, Department of Biostatistics, University of North Carolina Lecture 1: Introduction to Personalized Medicine Personalized Medicine A Quick View Personalized Medicine is a general medical paradigm referring to systematic use of individual patient information to

More information

Adaptive Treatment of Epilepsy via Batch Mode Reinforcement Learning

Adaptive Treatment of Epilepsy via Batch Mode Reinforcement Learning Adaptive Treatment of Epilepsy via Batch Mode Reinforcement Learning Arthur Guez, Robert D. Vincent and Joelle Pineau School of Computer Science, McGill University Massimo Avoli Montreal Neurological Institute

More information

40 min. SMART Study Designs for Developing Adaptive Interventions. SA Murphy 1

40 min. SMART Study Designs for Developing Adaptive Interventions. SA Murphy 1 40 min. SMART Study Designs for Developing Adaptive Interventions SA Murphy 1 Other names are dynamic treatment regimes, treatment algorithms, stepped care models, expert systems, adaptive treatment strategy,

More information

60 minutes Give examples of SMARTs that are completed or in the field o ASD, child ADHD, women who are pregnant and abuse substances, adult alcohol

60 minutes Give examples of SMARTs that are completed or in the field o ASD, child ADHD, women who are pregnant and abuse substances, adult alcohol 60 minutes Give examples of SMARTs that are completed or in the field o ASD, child ADHD, women who are pregnant and abuse substances, adult alcohol use, depression Discuss the variety of rationales underlying

More information

Clinical Perspective on Conducting TRD Studies. Hans Eriksson, M.D., Ph.D., M.B.A. Chief Medical Specialist, H. Lundbeck A/S Valby, Denmark

Clinical Perspective on Conducting TRD Studies. Hans Eriksson, M.D., Ph.D., M.B.A. Chief Medical Specialist, H. Lundbeck A/S Valby, Denmark Clinical Perspective on Conducting TRD Studies Hans Eriksson, M.D., Ph.D., M.B.A. Chief Medical Specialist, H. Lundbeck A/S Valby, Denmark Overview of Presentation Treatment-Resistant Depression (TRD)

More information

BIOSTATISTICAL METHODS

BIOSTATISTICAL METHODS BIOSTATISTICAL METHODS FOR TRANSLATIONAL & CLINICAL RESEARCH ADAPTIVE DESIGN: SMART TRIALS ADAPTIVE CLINICAL TRIALS An adaptive clinical trial is a clinical trial that evaluates a treatment (or treatments)

More information

W H E R E D O W E G O F R O M H E R E? N E X T G E N E R AT I O N T R E AT M E N T I N T E R V E N T I O N S R AY N I A U R A, P H D

W H E R E D O W E G O F R O M H E R E? N E X T G E N E R AT I O N T R E AT M E N T I N T E R V E N T I O N S R AY N I A U R A, P H D W H E R E D O W E G O F R O M H E R E? N E X T G E N E R AT I O N T R E AT M E N T I N T E R V E N T I O N S R AY N I A U R A, P H D Outline Personalized treatment & personalized medicine Clinical algorithms

More information

The Right Treatment for the Right Patient (at the Right Time) Marie Davidian Department of Statistics North Carolina State University

The Right Treatment for the Right Patient (at the Right Time) Marie Davidian Department of Statistics North Carolina State University The Right Treatment for the Right Patient (at the Right Time) Marie Davidian Department of Statistics North Carolina State University Ubiquitous Personalized Medicine DIA www.diahome.org 1 Personalized

More information

Quality ID #411 (NQF 0711): Depression Remission at Six Months National Quality Strategy Domain: Effective Clinical Care

Quality ID #411 (NQF 0711): Depression Remission at Six Months National Quality Strategy Domain: Effective Clinical Care Quality ID #411 (NQF 0711): Depression Remission at Six Months National Quality Strategy Domain: Effective Clinical Care 2018 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY MEASURE TYPE: Outcome DESCRIPTION:

More information

An Introduction to Dynamic Treatment Regimes

An Introduction to Dynamic Treatment Regimes An Introduction to Dynamic Treatment Regimes Marie Davidian Department of Statistics North Carolina State University http://www4.stat.ncsu.edu/davidian 1/64 Dynamic Treatment Regimes Webinar Outline What

More information

DISCUSSION OPTIMIZING BEHAVIORAL INTERVENTIONS TO ADVANCE THE NATIONAL HIV/AIDS STRATEGY

DISCUSSION OPTIMIZING BEHAVIORAL INTERVENTIONS TO ADVANCE THE NATIONAL HIV/AIDS STRATEGY DISCUSSION OPTIMIZING BEHAVIORAL INTERVENTIONS TO ADVANCE THE NATIONAL HIV/AIDS STRATEGY Daniel Almirall The Methodology Center Univ of Michigan, Survey Research Center, ISR Presented at The Future of

More information

2) Percentage of adult patients (aged 18 years or older) with a diagnosis of major depression or dysthymia and an

2) Percentage of adult patients (aged 18 years or older) with a diagnosis of major depression or dysthymia and an Quality ID #370 (NQF 0710): Depression Remission at Twelve Months National Quality Strategy Domain: Effective Clinical Care Meaningful Measure Area: Prevention, Treatment, and Management of Mental Health

More information

Comparison of Depression Interventions after Acute Coronary Syndrome

Comparison of Depression Interventions after Acute Coronary Syndrome Comparison of Depression Interventions after Acute Coronary Syndrome Funded by the National Heart Lung and Blood Institute RC2-HL HL-101663 Depressive Symptoms are Related to Acute Coronary Events Increased

More information

Treatment Approaches for Drug Addiction

Treatment Approaches for Drug Addiction Treatment Approaches for Drug Addiction NOTE: This fact sheet discusses research findings on effective treatment approaches for drug abuse and addiction. If you re seeking treatment, you can call the Substance

More information

Introduction to Design and Analysis of SMARTs

Introduction to Design and Analysis of SMARTs Introduction to Design and Analysis of SMARTs Michael R. Kosorok September 2013 Outline What are SMARTs and Why Do We Care? Necessary Non-Standard Analytical Tools Some Illustrative Examples Overview of

More information

Evidence-Based Practice: Psychosocial Interventions

Evidence-Based Practice: Psychosocial Interventions Evidence-Based Practice: Psychosocial Interventions Maxine Stitzer, Ph.D. Johns Hopkins Univ SOM NIDA Blending Conference June 3, 2008 Cincinnati, Ohio Talk Outline What is an evidence-based practice?

More information

Does Machine Learning. In a Learning Health System?

Does Machine Learning. In a Learning Health System? Does Machine Learning Have a Place In a Learning Health System? Grand Rounds: Rethinking Clinical Research Friday, December 15, 2017 Michael J. Pencina, PhD Professor of Biostatistics and Bioinformatics,

More information

Treatment of Youth Opioid Addiction: Approaches to a Modern Epidemic. What should we do with this case? Heroin Addiction History

Treatment of Youth Opioid Addiction: Approaches to a Modern Epidemic. What should we do with this case? Heroin Addiction History Treatment of Youth Opioid Addiction: Approaches to a Modern Epidemic What should we do with this case? 17 M Onset prescription opioids 15, progressing to daily use with withdrawal within 8 months Onset

More information

Getting SMART about Adaptive Interventions: A Conceptual Introduction Rona L. Levy With many thanks to Daniel Almirall

Getting SMART about Adaptive Interventions: A Conceptual Introduction Rona L. Levy With many thanks to Daniel Almirall Getting MART about Adaptive Interventions: A Conceptual Introduction Rona L. Levy rlevy@uw.edu With many thanks to Daniel Almirall Institute for ocial Research, University of Michigan Adaptive Interventions

More information

Goals of the talk PSYCHOPHARMACOLOGY FOR DEPRESSION AND MOOD DISORDERS: TIPS FOR SUCCESS. Conflict of Interest: last 12 months. Mark Hyman Rapaport MD

Goals of the talk PSYCHOPHARMACOLOGY FOR DEPRESSION AND MOOD DISORDERS: TIPS FOR SUCCESS. Conflict of Interest: last 12 months. Mark Hyman Rapaport MD PSYCHOPHARMACOLOGY FOR DEPRESSION AND MOOD DISORDERS: TIPS FOR SUCCESS Mark Hyman Rapaport MD Conflict of Interest: last 12 months Consultant/Advisor: Braincells Inc, AffectisPharma, Cypress, Johnson and

More information

Lecture 13: Finding optimal treatment policies

Lecture 13: Finding optimal treatment policies MACHINE LEARNING FOR HEALTHCARE 6.S897, HST.S53 Lecture 13: Finding optimal treatment policies Prof. David Sontag MIT EECS, CSAIL, IMES (Thanks to Peter Bodik for slides on reinforcement learning) Outline

More information

Obsessive-Compulsive Disorder Clinical Practice Guideline Summary for Primary Care

Obsessive-Compulsive Disorder Clinical Practice Guideline Summary for Primary Care Obsessive-Compulsive Disorder Clinical Practice Guideline Summary for Primary Care CLINICAL ASSESSMENT AND DIAGNOSIS (ADULTS) Obsessive-Compulsive Disorder (OCD) is categorized by recurrent obsessions,

More information

Research Questions and Survey Development

Research Questions and Survey Development Research Questions and Survey Development R. Eric Heidel, PhD Associate Professor of Biostatistics Department of Surgery University of Tennessee Graduate School of Medicine Research Questions 1 Research

More information

Depression often comorbid with alcohol dependence 1.6x higher rate of alcohol dependence in depressed subjects Depressed subjects with alcohol

Depression often comorbid with alcohol dependence 1.6x higher rate of alcohol dependence in depressed subjects Depressed subjects with alcohol Lindsay French PGY3 Depression often comorbid with alcohol dependence 1.6x higher rate of alcohol dependence in depressed subjects Depressed subjects with alcohol dependence have complicated course of

More information

Challenges in Developing Learning Algorithms to Personalize mhealth Treatments

Challenges in Developing Learning Algorithms to Personalize mhealth Treatments Challenges in Developing Learning Algorithms to Personalize mhealth Treatments JOOLHEALTH Bar-Fit Susan A Murphy 01.16.18 HeartSteps SARA Sense 2 Stop Continually Learning Mobile Health Intervention 1)

More information

Identifying best practice in actions on tobacco smoking to reduce health inequalities

Identifying best practice in actions on tobacco smoking to reduce health inequalities Identifying best practice in actions on tobacco smoking to reduce health inequalities An Matrix Knowledge Report to the Consumers, Health and Food Executive Agency, funded by the Health Programme of the

More information

UMASS TOBACCO TREATMENT SPECIALIST CORE TRAINING

UMASS TOBACCO TREATMENT SPECIALIST CORE TRAINING UMASS TOBACCO TREATMENT SPECIALIST CORE TRAINING Course Description Goals and Learning Objectives 55 Lake Ave North, Worcester, MA 01655 www.umassmed.edu/tobacco 1 Table of Contents Determinants of Nicotine

More information

Systemic Autoimmune Rheumatic Disease Fellowship, McGill University

Systemic Autoimmune Rheumatic Disease Fellowship, McGill University Systemic Autoimmune Rheumatic Disease Fellowship, McGill University Length of Fellowship: 1 year Type of Fellowship: Clinical and Clinical Research Fellowship Director: Dr. Christian Pineau. For a complete

More information

Survey Errors and Survey Costs

Survey Errors and Survey Costs Survey Errors and Survey Costs ROBERT M. GROVES The University of Michigan WILEY- INTERSCIENCE A JOHN WILEY & SONS, INC., PUBLICATION CONTENTS 1. An Introduction To Survey Errors 1 1.1 Diverse Perspectives

More information

Intelligent Machines That Act Rationally. Hang Li Toutiao AI Lab

Intelligent Machines That Act Rationally. Hang Li Toutiao AI Lab Intelligent Machines That Act Rationally Hang Li Toutiao AI Lab Four Definitions of Artificial Intelligence Building intelligent machines (i.e., intelligent computers) Thinking humanly Acting humanly Thinking

More information

Opioid Withdrawal, Opioid Substitution, and HIV Infection

Opioid Withdrawal, Opioid Substitution, and HIV Infection Opioid Withdrawal, Opioid Substitution, and HIV Infection R. Douglas Bruce, MD, MA, MS Associate Clinical Professor of Medicine Yale University New Haven, Connecticut Learning Objectives After attending

More information

Discussion. Peter Thall Department of Biostatistics M.D. Anderson Cancer Center

Discussion. Peter Thall Department of Biostatistics M.D. Anderson Cancer Center Discussion Peter Thall Department of Biostatistics M.D. Anderson Cancer Center Workshop P6: Clinical Trials for Adaptive Intervention Designs: Design and Conduct of Sequential Multiple Assignment Randomized

More information

Outlier Analysis. Lijun Zhang

Outlier Analysis. Lijun Zhang Outlier Analysis Lijun Zhang zlj@nju.edu.cn http://cs.nju.edu.cn/zlj Outline Introduction Extreme Value Analysis Probabilistic Models Clustering for Outlier Detection Distance-Based Outlier Detection Density-Based

More information

Opioid Withdrawal, Opioid Substitution, and HIV Infection

Opioid Withdrawal, Opioid Substitution, and HIV Infection Opioid Withdrawal, Opioid Substitution, and HIV Infection R. Douglas Bruce, MD, MA, MS Associate Clinical Professor of Medicine Yale University New Haven, Connecticut Learning Objectives After attending

More information

Russian Journal of Agricultural and Socio-Economic Sciences, 3(15)

Russian Journal of Agricultural and Socio-Economic Sciences, 3(15) ON THE COMPARISON OF BAYESIAN INFORMATION CRITERION AND DRAPER S INFORMATION CRITERION IN SELECTION OF AN ASYMMETRIC PRICE RELATIONSHIP: BOOTSTRAP SIMULATION RESULTS Henry de-graft Acquah, Senior Lecturer

More information

Classical Psychophysical Methods (cont.)

Classical Psychophysical Methods (cont.) Classical Psychophysical Methods (cont.) 1 Outline Method of Adjustment Method of Limits Method of Constant Stimuli Probit Analysis 2 Method of Constant Stimuli A set of equally spaced levels of the stimulus

More information

What makes us ill?

What makes us ill? www.unifr.ch/psycho/en/research/psycli What makes us ill? What makes us ill? Looking for vulnerability factors for mental illness Prof. Dr. Chantal Martin-Soelch In the framework of the burden of mental

More information

2/19/18. Today s talk. Today s talk. The Role of Behavioral Interventions in Buprenorphine Treatment of Opioid Use Disorders

2/19/18. Today s talk. Today s talk. The Role of Behavioral Interventions in Buprenorphine Treatment of Opioid Use Disorders The Role of Behavioral Interventions in Buprenorphine Treatment of Opioid Use Disorders Roger D. Weiss, MD Chief, Division of Alcohol and Drug Abuse, McLean Hospital, Belmont, MA Professor of Psychiatry,

More information

Evaluating behavior change interventions in terms of their component techniques. Susan Michie

Evaluating behavior change interventions in terms of their component techniques. Susan Michie Evaluating behavior change interventions in terms of their component techniques Susan Michie Professor of Health Psychology Director, Centre for Behaviour Change University College London, UK ISBNPA conference,

More information

2. How do different moderators (in particular, modality and orientation) affect the results of psychosocial treatment?

2. How do different moderators (in particular, modality and orientation) affect the results of psychosocial treatment? Role of psychosocial treatments in management of schizophrenia: a meta-analytic review of controlled outcome studies Mojtabai R, Nicholson R A, Carpenter B N Authors' objectives To investigate the role

More information

RECOMMENDATIONS FOR HEALTH CARE PROVIDERS

RECOMMENDATIONS FOR HEALTH CARE PROVIDERS Ending Addiction Changes Everything RECOMMENDATIONS FOR HEALTH CARE PROVIDERS CRITICAL ADDICTION PREVENTION, TREATMENT AND MANAGEMENT SERVICES TO INCLUDE IN ROUTINE HEALTH CARE PRACTICE JULY 2013 In the

More information

Pharmacotherapy for Alcohol Dependence

Pharmacotherapy for Alcohol Dependence Evidence Report/Technology Assessment: Number 3 Pharmacotherapy for Alcohol Dependence Summary Under its Evidence-Based Practice Program, the Agency for Health Care Policy and Research (AHCPR) is developing

More information

Measurement-based Scales in Major Depressive Disorder:

Measurement-based Scales in Major Depressive Disorder: This program is paid for by Otsuka Pharmaceutical Development & Commercialization, Inc. and Lundbeck, LLC. The speaker is a paid contractor of Otsuka Pharmaceutical Development and Commercialization, Inc.

More information

Genomind and The Genecept Assay

Genomind and The Genecept Assay Genomind and The Genecept Assay A Growing Problem of Psychiatric Conditions One in four adults, approximately 61.5 M American adults suffer from mental illness 1 ; depression will become the largest health

More information

Dr. Oslin receives grant support from the NIH, VA, and the Pennsylvania Department of Aging.

Dr. Oslin receives grant support from the NIH, VA, and the Pennsylvania Department of Aging. David W. Oslin, MD University of Pennsylvania Philadelphia VAMC Dr. Oslin receives grant support from the NIH, VA, and the Pennsylvania Department of Aging. Dr. Oslin is a consultant to the Hazelden Betty

More information

16:35 17:20 Alexander Luedtke (Fred Hutchinson Cancer Research Center)

16:35 17:20 Alexander Luedtke (Fred Hutchinson Cancer Research Center) Conference on Causal Inference in Longitudinal Studies September 21-23, 2017 Columbia University Thursday, September 21, 2017: tutorial 14:15 15:00 Miguel Hernan (Harvard University) 15:00 15:45 Miguel

More information

Applying Behavioral Theories of Choice to Substance Use in a Sample of Psychiatric Outpatients

Applying Behavioral Theories of Choice to Substance Use in a Sample of Psychiatric Outpatients Psychology of Addictive Behaviors 1999, Vol. 13, No. 3,207-212 Copyright 1999 by the Educational Publishing Foundation 0893-164X/99/S3.00 Applying Behavioral Theories of Choice to Substance Use in a Sample

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

NIAAA UPDATE. Daniel Falk, Ph.D. Brett Hagman, Ph.D. Robert Huebner, Ph.D. Division of Treatment and Recovery Research, NIAAA

NIAAA UPDATE. Daniel Falk, Ph.D. Brett Hagman, Ph.D. Robert Huebner, Ph.D. Division of Treatment and Recovery Research, NIAAA NIAAA UPDATE Daniel Falk, Ph.D. Brett Hagman, Ph.D. Robert Huebner, Ph.D. Division of Treatment and Recovery Research, NIAAA 11 th Annual RSA Satellite Session on Mechanisms of Behavior Change: San Antonio,

More information

CO-OCCURRING SUBSTANCE USE AND PSYCHIATRIC DISORDERS INTEGRATING COMBINED THERAPIES (ICT) FOR CO-OCCURRING SUBSTANCE USE AND PSYCHIATRIC DISORDERS

CO-OCCURRING SUBSTANCE USE AND PSYCHIATRIC DISORDERS INTEGRATING COMBINED THERAPIES (ICT) FOR CO-OCCURRING SUBSTANCE USE AND PSYCHIATRIC DISORDERS INTEGRATING COMBINED THERAPIES (ICT) FOR CO-OCCURRING SUBSTANCE USE AND PSYCHIATRIC DISORDERS 2009 MARRCH CONFERENCE 22 October 2009 CO-OCCURRING SUBSTANCE USE AND PSYCHIATRIC DISORDERS 1. Common in the

More information

Tri-Occurring supervision in the criminal Justice System

Tri-Occurring supervision in the criminal Justice System Tri-Occurring supervision in the criminal Justice System How AIIM Alternatives to Incarceration for Individuals with Mental Health needs uses IDDT Integrated Dual Disorder Treatment model in the criminal

More information

Description of intervention

Description of intervention Helping to Overcome PTSD through Empowerment (HOPE) Johnson, D., Zlotnick, C. and Perez, S. (2011) Johnson, D. M., Johnson, N. L., Perez, S. K., Palmieri, P. A., & Zlotnick, C. (2016) Description of Helping

More information

SMARTs in Practice: Case Studies in Design and Analysis. Marie Davidian and Eric B. Laber

SMARTs in Practice: Case Studies in Design and Analysis. Marie Davidian and Eric B. Laber SMARTs in Practice: Case Studies in Design and Analysis Marie Davidian and Eric B. Laber Department of Statistics North Carolina State University 2017 Duke Industry Statistics Symposium September 7, 2017

More information

Treating alcoholrelated. depression. James Foulds Senior Lecturer National Addiction Centre Christchurch, NZ

Treating alcoholrelated. depression. James Foulds Senior Lecturer National Addiction Centre Christchurch, NZ Treating alcoholrelated depression James Foulds Senior Lecturer National Addiction Centre Christchurch, NZ Overview of talk Epidemiology and etiology of alcoholrelated comorbidity Alcohol-related depression

More information

April 6, Editors Psychological Medicine Kenneth S. Kendler, MD Robin M. Murray, MD. Dear Drs. Kendler and Murray,

April 6, Editors Psychological Medicine Kenneth S. Kendler, MD Robin M. Murray, MD. Dear Drs. Kendler and Murray, Editors Psychological Medicine Kenneth S. Kendler, MD Robin M. Murray, MD April 6, 2011 Dear Drs. Kendler and Murray, I am writing to request that you investigate the Nierenberg et al. article, Residual

More information

Clinical Evaluation: Assessment Goals

Clinical Evaluation: Assessment Goals Clinical Evaluation: Assessment Goals 1. Define Assessment Process 2. Identify Assessment Instruments 3. Define DSM-5 criteria for Substance Abuse and Dependence, specifiers and multi-axial assessment

More information

A COMPARISON OF IMPUTATION METHODS FOR MISSING DATA IN A MULTI-CENTER RANDOMIZED CLINICAL TRIAL: THE IMPACT STUDY

A COMPARISON OF IMPUTATION METHODS FOR MISSING DATA IN A MULTI-CENTER RANDOMIZED CLINICAL TRIAL: THE IMPACT STUDY A COMPARISON OF IMPUTATION METHODS FOR MISSING DATA IN A MULTI-CENTER RANDOMIZED CLINICAL TRIAL: THE IMPACT STUDY Lingqi Tang 1, Thomas R. Belin 2, and Juwon Song 2 1 Center for Health Services Research,

More information

Treatment for Alcohol Problems: Finding and Getting Help

Treatment for Alcohol Problems: Finding and Getting Help Treatment for Alcohol Problems: Finding and Getting Help This guide is written for individuals, and their family and friends, who are looking for options to address alcohol problems. It is intended as

More information

SiGMA/ MMHSCT GUIDELINES FOR ANTIPSYCHOTIC DRUG TREATMENT OF SCHIZOPHRENIA. [compatible with NICE guidance]

SiGMA/ MMHSCT GUIDELINES FOR ANTIPSYCHOTIC DRUG TREATMENT OF SCHIZOPHRENIA. [compatible with NICE guidance] SiGMA/ MMHSCT GUIDELINES FOR ANTIPSYCHOTIC DRUG TREATMENT OF SCHIZOPHRENIA [compatible with NICE guidance] Medicines Management Committee August 2002 For review August 2003 Rationale The SiGMA algorithm

More information

Accelerating Patient-Centered Outcomes Research and Methodological Research

Accelerating Patient-Centered Outcomes Research and Methodological Research Accelerating Patient-Centered Outcomes Research and Methodological Research Jason Gerson, PhD CER Methods JSM 2016 July 31, 2016 In This Session PCORI Overview Methods Program Overview Methods Program

More information

Anticipatory Survey Design: Reduction of Nonresponse Bias through Bias Prediction Models

Anticipatory Survey Design: Reduction of Nonresponse Bias through Bias Prediction Models Anticipatory Survey Design: Reduction of Nonresponse Bias through Bias Prediction Models Andy Peytchev 1, Sarah Riley 2, Jeff Rosen 1, Joe Murphy 1, Mark Lindblad 2, Paul Biemer 1,2 1 RTI International

More information

Table of Contents. Preface to the third edition xiii. Preface to the second edition xv. Preface to the fi rst edition xvii. List of abbreviations xix

Table of Contents. Preface to the third edition xiii. Preface to the second edition xv. Preface to the fi rst edition xvii. List of abbreviations xix Table of Contents Preface to the third edition xiii Preface to the second edition xv Preface to the fi rst edition xvii List of abbreviations xix PART 1 Developing and Validating Instruments for Assessing

More information

Treating treatment resistant depression

Treating treatment resistant depression Treating treatment resistant depression These slides are the intellectual property of Ian Anderson and must not be reproduced Ian Anderson Neuroscience and Psychiatry Unit University of Manchester and

More information

Integrating health behavior measures into Electronic Health Records: impact on public health and research

Integrating health behavior measures into Electronic Health Records: impact on public health and research Integrating health behavior measures into Electronic Health Records: impact on public health and research Thankam Thyvalikakath, DMD, MDS, PhD Associate Professor & Director, Dental Informatics Core Research

More information

Clinical Guidelines and Coverage Limitations for Medication Assisted Treatment (MAT)

Clinical Guidelines and Coverage Limitations for Medication Assisted Treatment (MAT) Clinical Guidelines and Coverage Limitations for Medication Assisted Treatment (MAT) What has changed? Effective January 16, 2018, Coordinated Care will change the requirement for form HCA 13-333 Medication

More information

SWITCH Trial. A Sequential Multiple Adaptive Randomization Trial

SWITCH Trial. A Sequential Multiple Adaptive Randomization Trial SWITCH Trial A Sequential Multiple Adaptive Randomization Trial Background Cigarette Smoking (CDC Estimates) Morbidity Smoking caused diseases >16 million Americans (1 in 30) Mortality 480,000 deaths per

More information

Referral to Treatment: Utilizing the ASAM Criteria

Referral to Treatment: Utilizing the ASAM Criteria Referral to Treatment: Utilizing the ASAM Criteria AOAAM Essentials in Addiction Medicine October 22, 2016 East Lansing, MI Stephen A. Wyatt, DO Medical Director, Addiction Medicine Behavioral Health Service

More information

Performance Dashboard for the Substance Abuse Treatment System in Los Angeles

Performance Dashboard for the Substance Abuse Treatment System in Los Angeles Performance Dashboard for the Substance Abuse Treatment System in Los Angeles Abdullah Alibrahim, Shinyi Wu, PhD and Erick Guerrero PhD Epstein Industrial and Systems Engineering University of Southern

More information

Is Depression management getting you down? G. Michael Allan Director Programs and Practice Support, CFPC Professor, Family Med, U of A

Is Depression management getting you down? G. Michael Allan Director Programs and Practice Support, CFPC Professor, Family Med, U of A Is Depression management getting you down? G. Michael Allan Director Programs and Practice Support, CFPC Professor, Family Med, U of A Faculty/Presenter Disclosures Faculty: Mike Allan Salary: College

More information

AU TQF 2 Doctoral Degree. Course Description

AU TQF 2 Doctoral Degree. Course Description Course Description 1. Foundation Courses CP 5000 General Psychology Non-credit Basic psychological concepts and to introduce students to the scientific study of behavior. Learning and Behavior, Altered

More information

Brief tips on Using the Drink-less package for brief intervention for alcohol use disorders. The University of Sydney 2004

Brief tips on Using the Drink-less package for brief intervention for alcohol use disorders. The University of Sydney 2004 Brief tips on Using the Drink-less package for brief intervention for alcohol use disorders The University of Sydney 2004 What is the Drink-less package? Based on World Health Organization validated techniques

More information

Sequential multiple assignment randomized trial (SMART) adaptive studies for SUD

Sequential multiple assignment randomized trial (SMART) adaptive studies for SUD Sequential multiple assignment randomized trial (SMART) adaptive studies for SUD James R. McKay, Ph.D. University of Pennsylvania Philadelphia VAMC Problems in SUD treatment o High dropout rate o PTs mixed

More information

The scope of the problem. Literature review

The scope of the problem. Literature review Past Year: Novartis Ever: Alkermes, Amylin, Behringer- Ingelheim, Biovail, Bristol-Myers Squibb, Eli Lilly, Embryon, GlaxoSmithKline, Merck, Organon, Park-Davis, Pfizer, Sanolfi-Aventis, Smith-Kline Beacham,

More information

Defining and Measuring Recent infection

Defining and Measuring Recent infection Defining and Measuring Recent infection Application to Incidence Estimation Alex Welte Alex Welte (SACEMA) Recent Infection November 2013 1 / 29 Introduction What is Recent Infection? Introduction of a

More information

An Adaptive Intervention for Reducing College Student Alcohol RltdC Related Consequences: A SMART Pilot Study Proposal

An Adaptive Intervention for Reducing College Student Alcohol RltdC Related Consequences: A SMART Pilot Study Proposal An Adaptive Intervention for Reducing College Student Alcohol RltdC Related Consequences: A SMART Pilot Study Proposal Megan Patrick & Daniel Almirall SRC, ISR, University of Michigan Center for the Study

More information

Is Depression management getting you down? G. Michael Allan Director Programs and Practice Support, CFPC Professor, Family Med, U of A

Is Depression management getting you down? G. Michael Allan Director Programs and Practice Support, CFPC Professor, Family Med, U of A Is Depression management getting you down? G. Michael Allan Director Programs and Practice Support, CFPC Professor, Family Med, U of A Faculty/Presenter Disclosures Faculty: Mike Allan Salary: College

More information

CDC Guideline for Prescribing Opioids for Chronic Pain. Centers for Disease Control and Prevention National Center for Injury Prevention and Control

CDC Guideline for Prescribing Opioids for Chronic Pain. Centers for Disease Control and Prevention National Center for Injury Prevention and Control CDC Guideline for Prescribing Opioids for Chronic Pain Centers for Disease Control and Prevention National Center for Injury Prevention and Control THE EPIDEMIC Chronic Pain and Prescription Opioids 11%

More information

Including Health Economics in Your Specific Aims and Approach

Including Health Economics in Your Specific Aims and Approach Including Health Economics in Your Specific Aims and Approach Ruanne V Barnabas, MD, DPhil Health Economics Impact Study Team (HEIST) Center for AIDS Research (CFAR) Outline Background Specific Aims Approach

More information

Medication Assisted Treatment. Karen Drexler, MD National Mental Health Program Director-Substance Use Disorders Department of Veterans Affairs

Medication Assisted Treatment. Karen Drexler, MD National Mental Health Program Director-Substance Use Disorders Department of Veterans Affairs Medication Assisted Treatment Karen Drexler, MD National Mental Health Program Director-Substance Use Disorders Department of Veterans Affairs Disclosures Employed by the Department of Veterans Affairs

More information

Computer based delineation and follow-up multisite abdominal tumors in longitudinal CT studies

Computer based delineation and follow-up multisite abdominal tumors in longitudinal CT studies Research plan submitted for approval as a PhD thesis Submitted by: Refael Vivanti Supervisor: Professor Leo Joskowicz School of Engineering and Computer Science, The Hebrew University of Jerusalem Computer

More information

UN Handbook Ch. 7 'Managing sources of non-sampling error': recommendations on response rates

UN Handbook Ch. 7 'Managing sources of non-sampling error': recommendations on response rates JOINT EU/OECD WORKSHOP ON RECENT DEVELOPMENTS IN BUSINESS AND CONSUMER SURVEYS Methodological session II: Task Force & UN Handbook on conduct of surveys response rates, weighting and accuracy UN Handbook

More information

THE MEDICAL MODEL: ADDICTION IS A BRAIN DISEASE. Judith Martin, MD Medical Director of Substance Use Services San Francisco Dept.

THE MEDICAL MODEL: ADDICTION IS A BRAIN DISEASE. Judith Martin, MD Medical Director of Substance Use Services San Francisco Dept. THE MEDICAL MODEL: ADDICTION IS A BRAIN DISEASE Judith Martin, MD Medical Director of Substance Use Services San Francisco Dept. Public Health disclosures Dr. Martin has no conflict of interest to disclose.

More information

Depression & Diabetes: Pathways and TeamCare Studies

Depression & Diabetes: Pathways and TeamCare Studies Depression & Diabetes: Pathways and TeamCare Studies Wayne Katon, MD 1 Mike VonKorff, ScD 2 Elizabeth Lin, MD, MPH 2 Paul Ciechanowski, MD, MPH 1 Evette Ludman, PhD 2 Joan Russo, PhD 1 Carolyn Rutter,

More information

NIH Public Access Author Manuscript J Am Stat Assoc. Author manuscript.

NIH Public Access Author Manuscript J Am Stat Assoc. Author manuscript. NIH Public Access Author Manuscript SMART Design Issues and the Consideration of Opposing Outcomes: Discussion of Evaluation of Viable Dynamic Treatment Regimes in a Sequentially Randomized Trial of Advanced

More information

2016 MATCP Conference. Research Says Best Practices in Assessment, Management, and Treatment of Impaired Drivers. Mark Stodola Probation Fellow

2016 MATCP Conference. Research Says Best Practices in Assessment, Management, and Treatment of Impaired Drivers. Mark Stodola Probation Fellow 2016 MATCP Conference Research Says Best Practices in Assessment, Management, and Treatment of Impaired Drivers Mark Stodola Probation Fellow American Probation and Parole Association Provide participants

More information

EVIDENCE-BASED INTERVENTIONS TO HELP PATIENTS QUIT TOBACCO

EVIDENCE-BASED INTERVENTIONS TO HELP PATIENTS QUIT TOBACCO EVIDENCE-BASED INTERVENTIONS TO HELP PATIENTS QUIT TOBACCO Lena Matthias Gray, MSA, CTTS-M University of Michigan MHealthy Tobacco Consultation Service Overview of Tobacco Use The World Health Organization

More information

Outline. Understanding Placebo Response in Psychiatry: The Good, The Bad, and The Ugly. Definitions

Outline. Understanding Placebo Response in Psychiatry: The Good, The Bad, and The Ugly. Definitions Outline Understanding Placebo Response in Psychiatry: The Good, The Bad, and The Ugly Michael E. Thase, MD Professor of Psychiatry Perelman School of Medicine University of Pennsylvania and Philadelphia

More information

Clinical Guidelines and Coverage Limitations for Medication Assisted Treatment (MAT)

Clinical Guidelines and Coverage Limitations for Medication Assisted Treatment (MAT) Clinical Guidelines and Coverage Limitations for Medication Assisted Treatment (MAT) For Apple Health clients served Fee-for-Service and through contracted Medicaid Managed Care Organizations Updated January

More information