INTRODUCTION TO SURVIVAL CURVES

Size: px
Start display at page:

Download "INTRODUCTION TO SURVIVAL CURVES"

Transcription

1 SURVIVAL CURVES WITH NON-RANDOMIZED DESIGNS: HOW TO ADDRESS POTENTIAL BIAS AND INTERPRET ADJUSTED SURVIVAL CURVES Workshop W25, Wednesday, May 25, 2016 ISPOR 21 st International Meeting, Washington, DC, USA Abdalla Aly Pharmerit International Eberechukwu Onukwugha University of Maryland, Baltimore Tony Okoro Bristol-Myers Squibb Caitlyn Solem Pharmerit International INTRODUCTION TO SURVIVAL CURVES Abdalla Aly Pharmerit International 2 1

2 WHAT IS A SURVIVAL CURVE? No Treatment Treatment Results: In our sample, the median survival was 5 months for the untreated group and 19 months for the treated group. Interpretation: Population: In 5 months, half of the untreated patients will die. In 19 months half of the treated patients will die. Patient: If you get treated, there is a 50% chance of survival 19 months from diagnosis. If you don t get treated, there is a 50% chance of survival 5 months from diagnosis. 3 CAPTURE SPECIFIC INFORMATION RELEVANT TO THE DECISION MAKER Does it apply to me? Does it apply to the patients I treat? Does it apply to my plan members? Does it apply to those impacted by the policy? Does it apply to whomever I think it applies to? Picture sources: blog.al.com; 4 2

3 MITIGATE BIAS INHERENT IN NON- RANDOMIZED STUDY DESIGNS Within the survival curves, have the authors adjusted for biases in non-randomized study designs: Selection bias Confounding bias Lead time bias Others 5 REAL-WORLD EXAMPLE: IMPACT OF SURGERY ON SURVIVAL FOR GLIOBLASTOMA Data Source: Surveillance Epidemiology and End Results (SEER) Research Database Publicly available dataset hosted by the National Cancer Institute Composite of 18 cancer registries in the SEER Research database. Collects demographic, clinical, and cause of death information on newly diagnosed cancer patients. Cohort: Patients with incident glioblastoma multiforme (malignant brain tumor) Research Question: What is the survival benefit associated with gross total resection? Key Characteristics for Adjustment: sex, race/ethnicity, age, tumor size at diagnosis 6 3

4 REAL-WORLD EXAMPLE: SELECTION AND CONFOUNDING BIAS Selection bias age, race, sex, tumor size Confounding bias GTR Research shows that younger patients with smaller tumors are better candidates for GTR Survival Independent of GTR receipt, older patients with larger tumors have poor prognosis Inverse Probability of Treatment Weighting Average Covariate Method Corrected Group Prognosis Method 7 THE AVERAGE COVARIATE METHOD Caitlyn Solem Pharmerit International 8 4

5 KEY VARIABLES IN DATASET Variable Description Values Death Whether the patient had died or not (outcome identifier). 0 = Did not die 1 = Died survtime Time from diagnosis to death or end of follow up (outcome) Continuous, measured in months surgprim Did the patient receive surgery (Primary independent variable) 0 = No 1 = Yes race_ethn Patient s race/ethnicity (Covariate) 1 = Non-Hispanic White 2 = Non-Hispanic Black 3 = Hispanic 4 = Other sex Patient s sex (Covariate) 1 = male 2 = female age Patient s age (Covariate) 1 = <18 2 = = = = 75+ Tumor size Tumor size (Covariate) 1 = <3 cm 2 = 3-7 cm 3 = >7 cm 9 OVERVIEW OF METHOD What it does: Provides you a single estimate of survival for patients who did and did not have surgery for an average or reference patient What type of question does it answer: For a patient with characteristics A, B, C (or with the characteristics reflective of the average of the cohort), what is the survival likelihood among those who did and did not have surgery? Output: Covariate adjusted Kaplan-Meier curves 10 5

6 SAS CODE CONTROL LI NG FOR COVARI ATES AT MEAN VALUES proc phreg data=&dsn noprint; model &timevar*&outcom(&cnsrval)=rac_ethn age male size_c; strata &ctrlvar; baseline out=adjset survival=survival; run; Macro variable Value Purpose %dsn gbm Specify the dataset name that is in your SAS WORK library for the Cox model %ctrlvar surgprim Assign the name of stratification variable %outcom death Assign the name of event variable %cnsrval 0 Assign the value of censoring for event variable %timevar survtime Assign the name of time variable 11 OUTPUT MEAN OF CATEGORI ES 12 6

7 DATA BEHIND THE OUTPUT 45% MALE AND 55% FEMALE Variable race_ethn Values age 1 = <18 2 = = = = = 75+ sex Tumor size 1 = Non-Hispanic White 2 = Non-Hispanic Black 3 = Hispanic 4 = Other 1 = male 2 = female 1 = <3 cm 2 = 3-7 cm 3 = >7 cm 13 SAS CODE CONTROL LI NG FOR COVARI ATES AT REFERENCE VALUES proc phreg data=&dsn noprint; class rac_ethn (param=ref ref='1') age (param=ref ref='1') male (param=ref ref='1') size_c (param=ref ref='1'); model &timevar*&outcom(&cnsrval)=rac_ethn age male size_c/rl; strata &ctrlvar; baseline out=adjset survival=survival / nomean; run; Macro variable Value Purpose %dsn gbm Specify the dataset name that is in your SAS WORK library for the Cox model %ctrlvar surgprim Assign the name of stratification variable %outcom death Assign the name of event variable %cnsrval 0 Assign the value of censoring for event variable %timevar survtime Assign the name of time variable 14 7

8 DATA BEHIND THE OUTPUT NON-HISPANIC WHITE, <18 YEARS, MALE, <3CM TUMOR SIZE Variable race_ethn Values age 1 = <18 2 = = = = = 75+ sex Tumor size 1 = Non-Hispanic White 2 = Non-Hispanic Black 3 = Hispanic 4 = Other 1 = male 2 = female 1 = <3 cm 2 = 3-7 cm 3 = >7 cm 15 OUTPUT LOWER RISK GROUP: NHW, MALE, <18 YEARS, TUMOR SIZE<3 CM, 16 8

9 DATA BEHIND THE OUTPUT NON-HISPANIC WHITE, 75+ YEARS, MALE, >7CM TUMOR SIZE Variable race_ethn Values age 1 = <18 2 = = = = = 75+ sex Tumor size 1 = Non-Hispanic White 2 = Non-Hispanic Black 3 = Hispanic 4 = Other 1 = male 2 = female 1 = <3 cm 2 = 3-7 cm 3 = >7 cm 17 OUTPUT HIGHER RISK GROUP: NHW, MALE, 65+ YEARS, TUMOR SIZE>7 CM, 18 9

10 SUMMARY Ideally suited to predicting survival in a particular subgroup Physician or patient looking at likelihood, given their characteristics ACM provides hazard for a hypothetical average individual Assumes continuous covariates Mean of covariates make sense only when covariates are continuous Can result in a hard-to-interpret adjustment: 40% male and 60% female More meaningful to estimate at a particular level: females. 19 THE CORRECTED GROUP PROGNOSIS METHOD Eberechukwu Onukwugha University of Maryland, Baltimore 20 10

11 INTRODUCTION Bottom up group-averaging approach 1-3 No need to assume an average level of a covariate that may not apply at the individual level, e.g., 0.75 as a value for an indicator of married status. Assumes that the proportional hazards assumption is valid for included covariates 1. Nieto FJ, and J Coresh. Adjusting survival curves for confounders: A review and a new method. American Journal of Epidemiology. 1996; 143(10): Ghali WA et al. Comparison of 2 Methods for Calculating Adjusted Survival Curves From Proportional Hazards Models. JAMA. 2001; 286(12): Storer BE et al. Adjusted Estimates for Time-to-Event Endpoints. Lifetime Data Anal Dec; 14(4): STEPS Develop survival curves using the estimated coefficients from the Cox PH model Obtain H t uc for each unique combination, uc, in the sample Obtain individual survival functions, S t uc = e H t uc Calculate a weighted average of S t uc Weight=proportional to number of individuals at the given level of UC Published example: Sample of 11,468 patients yielded 2,419 curves 1 Our example: Sample of 24,281 patients yielded 288 curves Plot survival curve based on averaged survival curve 1 Ghali WA et al. Comparison of 2 Methods for Calculating Adjusted Survival Curves From Proportional Hazards Models. JAMA. 2001; 286(12):

12 AVERAGE COVARIATE VS CORRECTED GROUP PROGNOSIS The average covariate method (ACM) enters the mean value into one survival function to develop a curve that represents a hypothetical average individual The corrected group prognosis (CGP) method averages over separate survival functions to develop a curve that represents a (grouped) population average ACM vs. CGP Assume the following inputs into an exponential function: A = 1, 4, 2 µ=2.3 e μ = 0.1. σ3 i=1 e A i = EFFECT OF INPUT VALUES One input value for the ACM and this input value is subject to influential values (e.g., prevalent condition, large hazard ratio) CGP has several input values and is robust to influential values Raw values Mean (µ) e μ A={1, 4, 2} A={1,12,2} A={1,12,14} i=1 ea i 24 12

13 ILLUSTRATION OF CALCULATION: TIME = 1 Surgery Count per combination Time S(t) S(t) x count Adjusted survival [S(t) x count)/n] Unique combination x 150 = 150 Unique combination x 50 = 40 Unique combination x 20 = /250 = Unique combination x 30 = 25.5 Unique combination x 150 = 138 Unique combination x 50 = 48.5 Unique combination x 20 = /250 = Unique combination x 30 = ADJUSTED CURVES WITH CGP 26 13

14 DISCUSSION Adjusted curves fall within the unadjusted curves, as expected Unadjusted curves are subject to bias that works in opposite directions Unadjusted curve for no disease group may overestimate survival Unadjusted curve for disease group may underestimate survival CGP provides population-averaged hazards (as opposed to hazard for a hypothetical average individual) CGP averages actual survival curves (as opposed to averaging within the exponential function) 27 SUMMARY Ideally suited to predicting survival in a heterogeneous group of individuals. Assumes categorical covariates, including categorical variables based on recoded continuous variables. In the case of non-proportional hazards, utilize the stratified Cox PH

15 THE INVERSE PROBABILITY WEIGHTING METHOD Abdalla Aly Pharmerit International 29 SELECTION BIAS IN NON- RANDOMIZED DESIGNS Observational study Randomized clinical trial GTR No GTR 30 15

16 IPTW CREATES A PSEUDO- POPULATION No IPTW Observational study IPTW Observational study GTR No GTR 31 RATIONALE: MIMICS RANDOMIZATION EX-POST No IPTW GTR No GTR Old 1 (25%) 3 (75%) 4 Young 3 (75%) 1 (25%) 4 Total IPTW GTR No GTR Old 4 (50%) 4 (50%) 8 Young 4 (50%) 4 (50%) 8 Total P (GTR old) = ¼ P (GTR young) = ¾ P (No GTR old) = ¾ P (No GTR young) = ¼ P (GTR old) = ½ P (GTR young) = ½ P (No GTR old) = ½ P (No GTR young) = ½ Unfair comparison (Tossing an unfair coin) Fair comparison (Tossing a fair coin) 32 16

17 STEPS Two Stage Model: First stage: Probability of receiving surgery from a logistic regression: pr GTR =1 Log = β 1 [pr GTR =1] 0 + β 1 Demog i + β 2 Clinical i + β 3 Cancer i + e i Second Stage: Survival from a weighted Cox proportional hazards model. H i t = H 0 t e β 1GTR iw + e iw In the first stage: the concordance statistic was SAS CODE FIRST STAGE proc logistic data=&dsn; class &covars; /*categorical*/ model &ctrlvar (event='1') = &covars; /*categorical, continuous*/ output out=ps_data prob=ps; RUN; DATA ps_data; SET ps_data; IF &ctrlvar = 1 THEN treated_ps = ps; ELSE treated_ps =.; IF &ctrlvar = 0 THEN untreated_ps = ps; ELSE untreated_ps =.; run; proc means data=ps_data (keep=ps) noprint; var ps; output out=ps_mean mean=marg_prob; RUN; data _NULL_; set ps_mean; call symput("marg_prob",marg_prob); run; data ps_data; set ps_data; if &ctrlvar = 1 then iptw = 1/ps; else if &ctrlvar = 0 then iptw = 1/(1- ps); if &ctrlvar = 1 then siptw = &marg_prob/ps; else if &ctrlvar = 0 then siptw = (1- &marg_prob)/(1-ps); label ps = "Propensity Score" iptw = "Inverse Probability of Treatment Weight" siptw = "Stabilized Inverse Probability of Treatment Weight"; run; 34 17

18 SAS CODE SECOND STAGE proc phreg data=ps_data; model &timevar * &outcom (&cnsrval) = &ctrlvar freq siptw/notruncate; baseline covariates=ctrlset out=adjset survival=survival; run; 35 ADJUSTED CURVES WITH IPTW 36 18

19 DISCUSSION IPTW creates a pseudo-population in which randomization is imposed IPTW reweights the sample by the inverse probability of their treatment group IPTW does not average survival curves; just reweights the sample then applies the weight in a Cox model May use ACM or CGP after reweighting, if you believe residual confounding is present Can include many variables to derive the propensity score C statistic is often overlooked 37 RECAP Comparison ACM CGP IPTW Bias Confounding Confounding Selection Position Applies to Adjusted curves are shifted if subgroups; may cross if adjusted at mean Hypothetical average individual Adjusted curves usually fall within the unadjusted curves Heterogeneous population Individual-specific? Yes No No Method Covariate type Averaging within the exponential function Should be continuous for proper interpretation Averaging actual survival curves Must be categorical Covariate numbers Limited Limited Many Understandability Easy Intermediate Difficult Programming effort for beginners Easy Difficult Difficult Adjusted curves usually fall within the unadjusted curves Heterogeneous population where selection into treatment is clear Reweighted sample Weight can include both categorical and continuous covariates 38 19

20 TRANSLATION: WHO CARES? Tony Okoro Bristol-Myers Squibb 39 STAKEHOLDER PERSPECTIVES Industry Researchers Confirming outcomes seen in RCT critical in demonstrating product value Variety of data sources can be used to complement RCT outcomes Clinicians Access Decision Makers Regulatory Agencies Clinical trial efficacy does not automatically translate to real-world effectiveness Adjusted survival data used to help understand heterogeneous populations Desire improved outcomes to justify costs associated with treatment Increased reliance on real-world data for decision making Overall survival from RCT is the gold standard for full regulatory approval Post-marketing safety requirements mandated in some instances 40 20

21 CASE STUDY #1: AVERAGE COVARIATE METHOD Harrison, L. D., et al. "Comparing effectiveness with efficacy: outcomes of palliative chemotherapy for non-small-cell lung cancer in routine practice."current Oncology 22.3 (2015): CASE STUDY #1: AVERAGE COVARIATE METHOD Registry adjusted survival estimates similar to RCT survival data Potentially misleading survival estimates Alternative methods not feasible without more trial data Harrison, L. D., et al. "Comparing effectiveness with efficacy: outcomes of palliative chemotherapy for non-small-cell lung cancer in routine practice."current Oncology 22.3 (2015):

22 CASE STUDY #2: INVERSE PROBABILITY WEIGHTING METHOD Langer, Corey, et al. "Comparison of survival and hospitalization rates between Medicare patients with advanced NSCLC treated with bevacizumab carboplatin paclitaxel and carboplatin paclitaxel: A retrospective cohort study." Lung Cancer 86.3 (2014): CASE STUDY #2: INVERSE PROBABILITY WEIGHTING METHOD Longer adjusted median survival with BCP compared to CP Adjusted and unadjusted results presented and consistent with RCT More reliability in results communication when baseline covariates included in adjustment Langer, Corey, et al. "Comparison of survival and hospitalization rates between Medicare patients with advanced NSCLC treated with bevacizumab carboplatin paclitaxel and carboplatin paclitaxel: A retrospective cohort study." Lung Cancer 86.3 (2014):

23 CASE STUDY #3: CORRECTED GROUP PROGNOSIS METHOD Sun, Zhifu, et al. "Histologic grade is an independent prognostic factor for survival in non small cell lung cancer: An analysis of 5018 hospital-and 712 population-based cases." The Journal of thoracic and cardiovascular surgery131.5 (2006): CASE STUDY #3: CORRECTED GROUP PROGNOSIS METHOD Histologic grade shown to be a significant prognostic factor after adjustment Sun, Zhifu, et al. "Histologic grade is an independent prognostic factor for survival in non small cell lung cancer: An analysis of 5018 hospital-and 712 population-based cases." The Journal of thoracic and cardiovascular surgery131.5 (2006):

24 Abdalla Aly Pharmerit International GROUP DISCUSSION Eberechukwu Onukwugha University of Maryland, Baltimore Tony Okoro Bristol-Myers Squibb Caitlyn Solem Pharmerit International 24

Propensity Score Methods to Adjust for Bias in Observational Data SAS HEALTH USERS GROUP APRIL 6, 2018

Propensity Score Methods to Adjust for Bias in Observational Data SAS HEALTH USERS GROUP APRIL 6, 2018 Propensity Score Methods to Adjust for Bias in Observational Data SAS HEALTH USERS GROUP APRIL 6, 2018 Institute Institute for Clinical for Clinical Evaluative Evaluative Sciences Sciences Overview 1.

More information

Observational Study Designs. Review. Today. Measures of disease occurrence. Cohort Studies

Observational Study Designs. Review. Today. Measures of disease occurrence. Cohort Studies Observational Study Designs Denise Boudreau, PhD Center for Health Studies Group Health Cooperative Today Review cohort studies Case-control studies Design Identifying cases and controls Measuring exposure

More information

CHL 5225 H Advanced Statistical Methods for Clinical Trials. CHL 5225 H The Language of Clinical Trials

CHL 5225 H Advanced Statistical Methods for Clinical Trials. CHL 5225 H The Language of Clinical Trials CHL 5225 H Advanced Statistical Methods for Clinical Trials Two sources for course material 1. Electronic blackboard required readings 2. www.andywillan.com/chl5225h code of conduct course outline schedule

More information

Methodology for Non-Randomized Clinical Trials: Propensity Score Analysis Dan Conroy, Ph.D., inventiv Health, Burlington, MA

Methodology for Non-Randomized Clinical Trials: Propensity Score Analysis Dan Conroy, Ph.D., inventiv Health, Burlington, MA PharmaSUG 2014 - Paper SP08 Methodology for Non-Randomized Clinical Trials: Propensity Score Analysis Dan Conroy, Ph.D., inventiv Health, Burlington, MA ABSTRACT Randomized clinical trials serve as the

More information

Methods to control for confounding - Introduction & Overview - Nicolle M Gatto 18 February 2015

Methods to control for confounding - Introduction & Overview - Nicolle M Gatto 18 February 2015 Methods to control for confounding - Introduction & Overview - Nicolle M Gatto 18 February 2015 Learning Objectives At the end of this confounding control overview, you will be able to: Understand how

More information

Recent developments for combining evidence within evidence streams: bias-adjusted meta-analysis

Recent developments for combining evidence within evidence streams: bias-adjusted meta-analysis EFSA/EBTC Colloquium, 25 October 2017 Recent developments for combining evidence within evidence streams: bias-adjusted meta-analysis Julian Higgins University of Bristol 1 Introduction to concepts Standard

More information

Supplementary Online Content

Supplementary Online Content 1 Supplementary Online Content Friedman DJ, Piccini JP, Wang T, et al. Association between left atrial appendage occlusion and readmission for thromboembolism among patients with atrial fibrillation undergoing

More information

PubH 7405: REGRESSION ANALYSIS. Propensity Score

PubH 7405: REGRESSION ANALYSIS. Propensity Score PubH 7405: REGRESSION ANALYSIS Propensity Score INTRODUCTION: There is a growing interest in using observational (or nonrandomized) studies to estimate the effects of treatments on outcomes. In observational

More information

Inverse Probability of Censoring Weighting for Selective Crossover in Oncology Clinical Trials.

Inverse Probability of Censoring Weighting for Selective Crossover in Oncology Clinical Trials. Paper SP02 Inverse Probability of Censoring Weighting for Selective Crossover in Oncology Clinical Trials. José Luis Jiménez-Moro (PharmaMar, Madrid, Spain) Javier Gómez (PharmaMar, Madrid, Spain) ABSTRACT

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

Maurille Feudjo Tepie Director, Observational Research, Amgen Ltd

Maurille Feudjo Tepie Director, Observational Research, Amgen Ltd The use of Historical Control Data to Assess the Benefits of New Therapies: A Case Study of Blinatumomab versus Standard Therapy of Adults relapsed/refractory Acute Lymphoblastic Leukaemia Maurille Feudjo

More information

The Linked SEER-Medicare Data and Cancer Effectiveness Research

The Linked SEER-Medicare Data and Cancer Effectiveness Research The Linked SEER-Medicare Data and Cancer Effectiveness Research Arnold L. Potosky, PhD Professor of Oncology Director of Health Services Research Georgetown University Medical Center Lombardi Comprehensive

More information

GSK Medicine: Study Number: Title: Rationale: Study Period: Objectives: Indication: Study Investigators/Centers: Research Methods: Data Source

GSK Medicine: Study Number: Title: Rationale: Study Period: Objectives: Indication: Study Investigators/Centers: Research Methods: Data Source The study listed may include approved and non-approved uses, formulations or treatment regimens. The results reported in any single study may not reflect the overall results obtained on studies of a product.

More information

Matched Cohort designs.

Matched Cohort designs. Matched Cohort designs. Stefan Franzén PhD Lund 2016 10 13 Registercentrum Västra Götaland Purpose: improved health care 25+ 30+ 70+ Registries Employed Papers Statistics IT Project management Registry

More information

MODEL SELECTION STRATEGIES. Tony Panzarella

MODEL SELECTION STRATEGIES. Tony Panzarella MODEL SELECTION STRATEGIES Tony Panzarella Lab Course March 20, 2014 2 Preamble Although focus will be on time-to-event data the same principles apply to other outcome data Lab Course March 20, 2014 3

More information

Challenges of Observational and Retrospective Studies

Challenges of Observational and Retrospective Studies Challenges of Observational and Retrospective Studies Kyoungmi Kim, Ph.D. March 8, 2017 This seminar is jointly supported by the following NIH-funded centers: Background There are several methods in which

More information

Temporal Trends in Demographics and Overall Survival of Non Small-Cell Lung Cancer Patients at Moffitt Cancer Center From 1986 to 2008

Temporal Trends in Demographics and Overall Survival of Non Small-Cell Lung Cancer Patients at Moffitt Cancer Center From 1986 to 2008 Special Report Temporal Trends in Demographics and Overall Survival of Non Small-Cell Lung Cancer Patients at Moffitt Cancer Center From 1986 to 2008 Matthew B. Schabath, PhD, Zachary J. Thompson, PhD,

More information

A DISSERTATION SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY. Helen Mari Parsons

A DISSERTATION SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY. Helen Mari Parsons A Culture of Quality? Lymph Node Evaluation for Colon Cancer Care A DISSERTATION SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Helen Mari Parsons IN PARTIAL FULFILLMENT

More information

Interpreting Prospective Studies

Interpreting Prospective Studies Comparative Effectiveness Research Collaborative Initiative (CER CI) PART 1: INTERPRETING OUTCOMES RESEARCH STUDIES FOR HEALTH CARE DECISION MAKERS ASSESSING PROSPECTIVE DATABASE STUDIES: A PROPOSED MEASUREMENT

More information

Survival Prediction Models for Estimating the Benefit of Post-Operative Radiation Therapy for Gallbladder Cancer and Lung Cancer

Survival Prediction Models for Estimating the Benefit of Post-Operative Radiation Therapy for Gallbladder Cancer and Lung Cancer Survival Prediction Models for Estimating the Benefit of Post-Operative Radiation Therapy for Gallbladder Cancer and Lung Cancer Jayashree Kalpathy-Cramer PhD 1, William Hersh, MD 1, Jong Song Kim, PhD

More information

Evidence Based Medicine

Evidence Based Medicine Course Goals Goals 1. Understand basic concepts of evidence based medicine (EBM) and how EBM facilitates optimal patient care. 2. Develop a basic understanding of how clinical research studies are designed

More information

The role of cytoreductive. nephrectomy in elderly patients. with metastatic renal cell. carcinoma in an era of targeted. therapy

The role of cytoreductive. nephrectomy in elderly patients. with metastatic renal cell. carcinoma in an era of targeted. therapy The role of cytoreductive nephrectomy in elderly patients with metastatic renal cell carcinoma in an era of targeted therapy Dipesh Uprety, MD Amir Bista, MD Yazhini Vallatharasu, MD Angela Smith, MA David

More information

Supplement for: CD4 cell dynamics in untreated HIV-1 infection: overall rates, and effects of age, viral load, gender and calendar time.

Supplement for: CD4 cell dynamics in untreated HIV-1 infection: overall rates, and effects of age, viral load, gender and calendar time. Supplement for: CD4 cell dynamics in untreated HIV-1 infection: overall rates, and effects of age, viral load, gender and calendar time. Anne Cori* 1, Michael Pickles* 1, Ard van Sighem 2, Luuk Gras 2,

More information

Supplementary Online Content

Supplementary Online Content Supplementary Online Content Rollman BL, Herbeck Belnap B, Abebe KZ, et al. Effectiveness of online collaborative care for treating mood and anxiety disorders in primary care: a randomized clinical trial.

More information

Case Studies in Bayesian Augmented Control Design. Nathan Enas Ji Lin Eli Lilly and Company

Case Studies in Bayesian Augmented Control Design. Nathan Enas Ji Lin Eli Lilly and Company Case Studies in Bayesian Augmented Control Design Nathan Enas Ji Lin Eli Lilly and Company Outline Drivers for innovation in Phase II designs Case Study #1 Pancreatic cancer Study design Analysis Learning

More information

An Overview of Survival Statistics in SEER*Stat

An Overview of Survival Statistics in SEER*Stat An Overview of Survival Statistics in SEER*Stat National Cancer Institute SEER Program SEER s mission is to provide information on cancer statistics in an effort to reduce the burden of cancer among the

More information

Lecture Outline. Biost 517 Applied Biostatistics I. Purpose of Descriptive Statistics. Purpose of Descriptive Statistics

Lecture Outline. Biost 517 Applied Biostatistics I. Purpose of Descriptive Statistics. Purpose of Descriptive Statistics Biost 517 Applied Biostatistics I Scott S. Emerson, M.D., Ph.D. Professor of Biostatistics University of Washington Lecture 3: Overview of Descriptive Statistics October 3, 2005 Lecture Outline Purpose

More information

Possible causes of difference among regions How to look at the results from MRCT Non-compliance with GCP and/or protocol Apparent Differences (Play of

Possible causes of difference among regions How to look at the results from MRCT Non-compliance with GCP and/or protocol Apparent Differences (Play of Outline ICH E17 General Principles for Planning and Design of Multi-Regional Clinical Trials Future MRCTs Based on E17 Guideline Background and Key Principles in E17 Some case studies of Gastric Cancer

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

Ethnic Disparities in the Treatment of Stage I Non-small Cell Lung Cancer. Juan P. Wisnivesky, MD, MPH, Thomas McGinn, MD, MPH, Claudia Henschke, PhD,

Ethnic Disparities in the Treatment of Stage I Non-small Cell Lung Cancer. Juan P. Wisnivesky, MD, MPH, Thomas McGinn, MD, MPH, Claudia Henschke, PhD, Ethnic Disparities in the Treatment of Stage I Non-small Cell Lung Cancer Juan P. Wisnivesky, MD, MPH, Thomas McGinn, MD, MPH, Claudia Henschke, PhD, MD, Paul Hebert, PhD, Michael C. Iannuzzi, MD, and

More information

Propensity Score Methods for Causal Inference with the PSMATCH Procedure

Propensity Score Methods for Causal Inference with the PSMATCH Procedure Paper SAS332-2017 Propensity Score Methods for Causal Inference with the PSMATCH Procedure Yang Yuan, Yiu-Fai Yung, and Maura Stokes, SAS Institute Inc. Abstract In a randomized study, subjects are randomly

More information

Propensity Score Analysis to compare effects of radiation and surgery on survival time of lung cancer patients from National Cancer Registry (SEER)

Propensity Score Analysis to compare effects of radiation and surgery on survival time of lung cancer patients from National Cancer Registry (SEER) Propensity Score Analysis to compare effects of radiation and surgery on survival time of lung cancer patients from National Cancer Registry (SEER) Yan Wu Advisor: Robert Pruzek Epidemiology and Biostatistics

More information

Cancer Prevention Institute of California, Fremont, California. 2. Stanford Cancer Institute, Stanford, California. 3

Cancer Prevention Institute of California, Fremont, California. 2. Stanford Cancer Institute, Stanford, California. 3 How much of the racial/ethnic disparities in cancer survival in California is explained by differences in tumor, sociodemographic, institutional and neighborhood characteristics? Elizabeth Ellis 1,2, Alison

More information

Visualizing Data for Hypothesis Generation Using Large-Volume Health care Claims Data

Visualizing Data for Hypothesis Generation Using Large-Volume Health care Claims Data Visualizing Data for Hypothesis Generation Using Large-Volume Health care Claims Data Eberechukwu Onukwugha PhD, School of Pharmacy, UMB Margret Bjarnadottir PhD, Smith School of Business, UMCP Shujia

More information

Biostatistics Primer

Biostatistics Primer BIOSTATISTICS FOR CLINICIANS Biostatistics Primer What a Clinician Ought to Know: Subgroup Analyses Helen Barraclough, MSc,* and Ramaswamy Govindan, MD Abstract: Large randomized phase III prospective

More information

Supplementary Appendix

Supplementary Appendix Supplementary Appendix This appendix has been provided by the authors to give readers additional information about their work. Supplement to: Weintraub WS, Grau-Sepulveda MV, Weiss JM, et al. Comparative

More information

Background Comparative effectiveness of nivolumab

Background Comparative effectiveness of nivolumab NCPE report on the cost effectiveness of nivolumab (Opdivo ) for the treatment of locally advanced or metastatic squamous non-small cell lung cancer after prior chemotherapy in adults. The NCPE has issued

More information

An Example of Business Analytics in Healthcare

An Example of Business Analytics in Healthcare An Example of Business Analytics in Healthcare Colleen McGahan Biostatistical Lead Cancer Surveillance & Outcomes BC Cancer Agency cmcgahan@bccancer.bc.ca Improve Ovarian Cancer Outcomes Business relevancy

More information

Setting The setting was secondary care. The economic study was carried out in Belgium.

Setting The setting was secondary care. The economic study was carried out in Belgium. Cost effectiveness of paclitaxel/cisplatin compared with cyclophosphamide/cisplatin in the treatment of advanced ovarian cancer in Belgium Neymark N, Gorlia T, Adriaenssen I, Baron B, Piccart M Record

More information

Physician Follow-Up and Guideline Adherence in Post- Treatment Surveillance of Colorectal Cancer

Physician Follow-Up and Guideline Adherence in Post- Treatment Surveillance of Colorectal Cancer Physician Follow-Up and Guideline Adherence in Post- Treatment Surveillance of Colorectal Cancer Gabriela M. Vargas, MD Kristin M. Sheffield, PhD, Abhishek Parmar, MD, Yimei Han, MS, Kimberly M. Brown,

More information

Real-world observational data in costeffectiveness analyses: Herceptin as a case study

Real-world observational data in costeffectiveness analyses: Herceptin as a case study Real-world observational data in costeffectiveness analyses: Herceptin as a case study DR BONNY PARKINSON, PROFESSOR ROSALIE VINEY, ASSOCIATE PROFESSOR STEPHEN GOODALL AND PROFESSOR MARION HAAS ISPOR AUSTRALIA

More information

THE ISSUE OF STAGE AT DIAGNOSIS

THE ISSUE OF STAGE AT DIAGNOSIS THE ISSUE OF STAGE AT DIAGNOSIS IN SURVIVAL ANALYSIS Pamela Minicozzi Analytical Epidemiology and Health Impact Unit Department of Preventive and Predictive Medicine, Fodazione IRCCS Istituto Nazionale

More information

Treatment disparities for patients diagnosed with metastatic bladder cancer in California

Treatment disparities for patients diagnosed with metastatic bladder cancer in California Treatment disparities for patients diagnosed with metastatic bladder cancer in California Rosemary D. Cress, Dr. PH, Amy Klapheke, MPH Public Health Institute Cancer Registry of Greater California Introduction

More information

National Surgical Adjuvant Breast and Bowel Project (NSABP) Foundation Annual Progress Report: 2009 Formula Grant

National Surgical Adjuvant Breast and Bowel Project (NSABP) Foundation Annual Progress Report: 2009 Formula Grant National Surgical Adjuvant Breast and Bowel Project (NSABP) Foundation Annual Progress Report: 2009 Formula Grant Reporting Period July 1, 2011 June 30, 2012 Formula Grant Overview The National Surgical

More information

PROCARBAZINE, lomustine, and vincristine (PCV) is

PROCARBAZINE, lomustine, and vincristine (PCV) is RAPID PUBLICATION Procarbazine, Lomustine, and Vincristine () Chemotherapy for Anaplastic Astrocytoma: A Retrospective Review of Radiation Therapy Oncology Group Protocols Comparing Survival With Carmustine

More information

Fixed Effect Combining

Fixed Effect Combining Meta-Analysis Workshop (part 2) Michael LaValley December 12 th 2014 Villanova University Fixed Effect Combining Each study i provides an effect size estimate d i of the population value For the inverse

More information

Online Supplementary Material

Online Supplementary Material Section 1. Adapted Newcastle-Ottawa Scale The adaptation consisted of allowing case-control studies to earn a star when the case definition is based on record linkage, to liken the evaluation of case-control

More information

Racial differences in six major subtypes of melanoma: descriptive epidemiology

Racial differences in six major subtypes of melanoma: descriptive epidemiology Wang et al. BMC Cancer (2016) 16:691 DOI 10.1186/s12885-016-2747-6 RESEARCH ARTICLE Racial differences in six major subtypes of melanoma: descriptive epidemiology Yu Wang 1, Yinjun Zhao 2 and Shuangge

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

Trick or Treat. In April!

Trick or Treat. In April! Trick or Treat. In April! Take one small envelope but Don t open it! Teaching and Leading EBM 2018 Randomization: simple, stratified and block Juan M. Lozano, MD, MSc Describe three methods of randomization:

More information

The SAS SUBTYPE Macro

The SAS SUBTYPE Macro The SAS SUBTYPE Macro Aya Kuchiba, Molin Wang, and Donna Spiegelman April 8, 2014 Abstract The %SUBTYPE macro examines whether the effects of the exposure(s) vary by subtypes of a disease. It can be applied

More information

Application of Propensity Score Models in Observational Studies

Application of Propensity Score Models in Observational Studies Paper 2522-2018 Application of Propensity Score Models in Observational Studies Nikki Carroll, Kaiser Permanente Colorado ABSTRACT Treatment effects from observational studies may be biased as patients

More information

Matt Laidler, MPH, MA Acute and Communicable Disease Program Oregon Health Authority. SOSUG, April 17, 2014

Matt Laidler, MPH, MA Acute and Communicable Disease Program Oregon Health Authority. SOSUG, April 17, 2014 Matt Laidler, MPH, MA Acute and Communicable Disease Program Oregon Health Authority SOSUG, April 17, 2014 The conditional probability of being assigned to a particular treatment given a vector of observed

More information

Locoregional treatment Session Oral Abstract Presentation Saulo Brito Silva

Locoregional treatment Session Oral Abstract Presentation Saulo Brito Silva Locoregional treatment Session Oral Abstract Presentation Saulo Brito Silva Background Post-operative radiotherapy (PORT) improves disease free and overall suvivallin selected patients with breast cancer

More information

Systematic reviews and meta-analyses of observational studies (MOOSE): Checklist.

Systematic reviews and meta-analyses of observational studies (MOOSE): Checklist. Systematic reviews and meta-analyses of observational studies (MOOSE): Checklist. MOOSE Checklist Infliximab reduces hospitalizations and surgery interventions in patients with inflammatory bowel disease:

More information

Analysis methods for improved external validity

Analysis methods for improved external validity Analysis methods for improved external validity Elizabeth Stuart Johns Hopkins Bloomberg School of Public Health Department of Mental Health Department of Biostatistics www.biostat.jhsph.edu/ estuart estuart@jhsph.edu

More information

Measuring cancer survival in populations: relative survival vs cancer-specific survival

Measuring cancer survival in populations: relative survival vs cancer-specific survival Int. J. Epidemiol. Advance Access published February 8, 2010 Published by Oxford University Press on behalf of the International Epidemiological Association ß The Author 2010; all rights reserved. International

More information

Time-varying confounding and marginal structural model

Time-varying confounding and marginal structural model Time-varying confounding and marginal structural model By David Chyou Overview An overview of time-varying confounding. Marginal structural model. Weighing regression by propensity score. Future prospective.

More information

Supplementary Appendix

Supplementary Appendix Supplementary Appendix This appendix has been provided by the authors to give readers additional information about their work. Supplement to: Bucholz EM, Butala NM, Ma S, Normand S-LT, Krumholz HM. Life

More information

A Transla)onal Framework for Methodological Rigor to Improve Pa)ent Centered Outcomes in End of Life Cancer Research

A Transla)onal Framework for Methodological Rigor to Improve Pa)ent Centered Outcomes in End of Life Cancer Research A Transla)onal Framework for Methodological Rigor to Improve Pa)ent Centered Outcomes in End of Life Cancer Research Francesca Dominici, PhD Senior Associate Dean for Research Professor of Biostatistics

More information

Logistic Regression Predicting the Chances of Coronary Heart Disease. Multivariate Solutions

Logistic Regression Predicting the Chances of Coronary Heart Disease. Multivariate Solutions Logistic Regression Predicting the Chances of Coronary Heart Disease Multivariate Solutions What is Logistic Regression? Logistic regression in a nutshell: Logistic regression is used for prediction of

More information

Contents. Part 1 Introduction. Part 2 Cross-Sectional Selection Bias Adjustment

Contents. Part 1 Introduction. Part 2 Cross-Sectional Selection Bias Adjustment From Analysis of Observational Health Care Data Using SAS. Full book available for purchase here. Contents Preface ix Part 1 Introduction Chapter 1 Introduction to Observational Studies... 3 1.1 Observational

More information

Global Health Outcomes, Lilly Corporate Center, Eli Lilly and Company, DC6831, Indianapolis, IN 46285, USA 3

Global Health Outcomes, Lilly Corporate Center, Eli Lilly and Company, DC6831, Indianapolis, IN 46285, USA 3 Chemotherapy Research and Practice Volume 200, Article ID 524629, 8 pages doi:0.55/200/524629 Research Article Does Type of Tumor Histology Impact Survival among Patients with Stage IIIB/IV Non-Small Cell

More information

Surveillance report Published: 17 March 2016 nice.org.uk

Surveillance report Published: 17 March 2016 nice.org.uk Surveillance report 2016 Ovarian Cancer (2011) NICE guideline CG122 Surveillance report Published: 17 March 2016 nice.org.uk NICE 2016. All rights reserved. Contents Surveillance decision... 3 Reason for

More information

Surgical Management of Metastatic Colon Cancer: analysis of the Surveillance, Epidemiology and End Results (SEER) database

Surgical Management of Metastatic Colon Cancer: analysis of the Surveillance, Epidemiology and End Results (SEER) database Surgical Management of Metastatic Colon Cancer: analysis of the Surveillance, Epidemiology and End Results (SEER) database Hadi Khan, MD 1, Adam J. Olszewski, MD 2 and Ponnandai S. Somasundar, MD 1 1 Department

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

Protocol Development: The Guiding Light of Any Clinical Study

Protocol Development: The Guiding Light of Any Clinical Study Protocol Development: The Guiding Light of Any Clinical Study Susan G. Fisher, Ph.D. Chair, Department of Clinical Sciences 1 Introduction Importance/ relevance/ gaps in knowledge Specific purpose of the

More information

Adjusting overall survival for treatment switch

Adjusting overall survival for treatment switch Adjusting overall survival for treatment switch Recommendations of a crossinstitutional statistical working group Claire Watkins Director and Consultant Statistician, Clarostat Consulting Ltd Cytel East

More information

THE IMPORTANCE OF COMORBIDITY TO CANCER CARE AND STATISTICS AMERICAN CANCER SOCIETY PRESENTATION COPYRIGHT NOTICE

THE IMPORTANCE OF COMORBIDITY TO CANCER CARE AND STATISTICS AMERICAN CANCER SOCIETY PRESENTATION COPYRIGHT NOTICE THE IMPORTANCE OF COMORBIDITY TO CANCER CARE AND STATISTICS AMERICAN CANCER SOCIETY PRESENTATION COPYRIGHT NOTICE Washington University grants permission to use and reproduce the The Importance of Comorbidity

More information

Population based studies in Pancreatic Diseases. Satish Munigala

Population based studies in Pancreatic Diseases. Satish Munigala Population based studies in Pancreatic Diseases Satish Munigala 1 Definition Population-based studies aim to answer research questions for defined populations 1 Generalizable to the whole population addressed

More information

Declaration of interests. Register-based research on safety and effectiveness opportunities and challenges 08/04/2018

Declaration of interests. Register-based research on safety and effectiveness opportunities and challenges 08/04/2018 Register-based research on safety and effectiveness opportunities and challenges Morten Andersen Department of Drug Design And Pharmacology Declaration of interests Participate(d) in research projects

More information

IRESSA (Gefitinib) The Journey. Anne De Bock Portfolio Leader, Oncology/Infection European Regulatory Affairs AstraZeneca

IRESSA (Gefitinib) The Journey. Anne De Bock Portfolio Leader, Oncology/Infection European Regulatory Affairs AstraZeneca IRESSA (Gefitinib) The Journey Anne De Bock Portfolio Leader, Oncology/Infection European Regulatory Affairs AstraZeneca Overview The Drug The Biomarker and Clinical Trials Sampling Lessons Learned The

More information

Unit 1 Exploring and Understanding Data

Unit 1 Exploring and Understanding Data Unit 1 Exploring and Understanding Data Area Principle Bar Chart Boxplot Conditional Distribution Dotplot Empirical Rule Five Number Summary Frequency Distribution Frequency Polygon Histogram Interquartile

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

The aggressiveness of cancer care near the end of life: Is it a quality of care issue?

The aggressiveness of cancer care near the end of life: Is it a quality of care issue? The aggressiveness of cancer care near the end of life: Is it a quality of care issue? Craig Earle, MD MSc FRCPC Director, Health Services Research Program for Cancer Care Ontario & the Ontario Institute

More information

The aggressiveness of cancer care near the end of life: Is it a quality of care issue?

The aggressiveness of cancer care near the end of life: Is it a quality of care issue? The aggressiveness of cancer care near the end of life: Is it a quality of care issue? Craig Earle, MD MSc FRCPC Director, Health Services Research Program for Cancer Care Ontario & the Ontario Institute

More information

How to carry out health technology appraisals and guidance. Learning from the Scottish experience Richard Clark, Principal Pharmaceutical

How to carry out health technology appraisals and guidance. Learning from the Scottish experience Richard Clark, Principal Pharmaceutical The Managed Introduction of New Medicines How to carry out health technology appraisals and guidance. Learning from the Scottish experience Richard Clark, Principal Pharmaceutical Analyst July 10 th 2009,

More information

OHDSI Tutorial: Design and implementation of a comparative cohort study in observational healthcare data

OHDSI Tutorial: Design and implementation of a comparative cohort study in observational healthcare data OHDSI Tutorial: Design and implementation of a comparative cohort study in observational healthcare data Faculty: Martijn Schuemie (Janssen Research and Development) Marc Suchard (UCLA) Patrick Ryan (Janssen

More information

DAYS IN PANCREATIC CANCER

DAYS IN PANCREATIC CANCER HOSPITAL AND MEDICAL CARE DAYS IN PANCREATIC CANCER Annals of Surgical Oncology, March 27, 2012 Casey B. Duncan, Kristin M. Sheffield, Daniel W. Branch, Yimei Han, Yong-Fang g Kuo, James S. Goodwin, Taylor

More information

BIOSTATISTICAL METHODS AND RESEARCH DESIGNS. Xihong Lin Department of Biostatistics, University of Michigan, Ann Arbor, MI, USA

BIOSTATISTICAL METHODS AND RESEARCH DESIGNS. Xihong Lin Department of Biostatistics, University of Michigan, Ann Arbor, MI, USA BIOSTATISTICAL METHODS AND RESEARCH DESIGNS Xihong Lin Department of Biostatistics, University of Michigan, Ann Arbor, MI, USA Keywords: Case-control study, Cohort study, Cross-Sectional Study, Generalized

More information

Technology appraisal guidance Published: 29 June 2011 nice.org.uk/guidance/ta227

Technology appraisal guidance Published: 29 June 2011 nice.org.uk/guidance/ta227 Erlotinib monotherapy for maintenance treatment of non-small-cell lung cancer Technology appraisal guidance Published: 29 June 2011 nice.org.uk/guidance/ta227 NICE 2018. All rights reserved. Subject to

More information

ISPOR Task Force Report: ITC & NMA Study Questionnaire

ISPOR Task Force Report: ITC & NMA Study Questionnaire INDIRECT TREATMENT COMPARISON / NETWORK META-ANALYSIS STUDY QUESTIONNAIRE TO ASSESS RELEVANCE AND CREDIBILITY TO INFORM HEALTHCARE DECISION-MAKING: AN ISPOR-AMCP-NPC GOOD PRACTICE TASK FORCE REPORT DRAFT

More information

Propensity Scores; Generalising Results from RCT s

Propensity Scores; Generalising Results from RCT s Propensity Scores; Generalising Results from RCT s Robbie Peck, University of Bath June 5, 2016 The Idea Randomised Controlled Trials (RCT s) are the gold standard for estimating the effect of treatments

More information

Hypertension and diabetes treatments and risk of adverse outcomes among breast cancer patients. Lu Chen

Hypertension and diabetes treatments and risk of adverse outcomes among breast cancer patients. Lu Chen Hypertension and diabetes treatments and risk of adverse outcomes among breast cancer patients Lu Chen A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy

More information

The Impact of Adjuvant Chemotherapy in Pulmonary Large Cell Neuroendocrine Carcinoma (LCNC)

The Impact of Adjuvant Chemotherapy in Pulmonary Large Cell Neuroendocrine Carcinoma (LCNC) The Impact of Adjuvant Chemotherapy in Pulmonary Large Cell Neuroendocrine Carcinoma (LCNC) Disclosure None Background Torino, Italy LCNC Rare tumor (2% to 3% all resected primary lung cancers) Preoperative

More information

Trends and Comparative Effectiveness in Treatment of Stage IV Colorectal Adenocarcinoma

Trends and Comparative Effectiveness in Treatment of Stage IV Colorectal Adenocarcinoma Trends and Comparative Effectiveness in Treatment of Stage IV Colorectal Adenocarcinoma Taylor S. Riall, MD, PhD CERCIT Workshop October 19, 2012 Department of Surgery Center for Comparative Effectiveness

More information

Multivariable Cox regression. Day 3: multivariable Cox regression. Presentation of results. The statistical methods section

Multivariable Cox regression. Day 3: multivariable Cox regression. Presentation of results. The statistical methods section Outline: Multivariable Cox regression PhD course Survival analysis Day 3: multivariable Cox regression Thomas Alexander Gerds Presentation of results The statistical methods section Modelling The linear

More information

Using Direct Standardization SAS Macro for a Valid Comparison in Observational Studies

Using Direct Standardization SAS Macro for a Valid Comparison in Observational Studies T07-2008 Using Direct Standardization SAS Macro for a Valid Comparison in Observational Studies Daojun Mo 1, Xia Li 2 and Alan Zimmermann 1 1 Eli Lilly and Company, Indianapolis, IN 2 inventiv Clinical

More information

Comparing treatments evaluated in studies forming disconnected networks of evidence: A review of methods

Comparing treatments evaluated in studies forming disconnected networks of evidence: A review of methods Comparing treatments evaluated in studies forming disconnected networks of evidence: A review of methods John W Stevens Reader in Decision Science University of Sheffield EFPSI European Statistical Meeting

More information

Introduction to Survival Analysis Procedures (Chapter)

Introduction to Survival Analysis Procedures (Chapter) SAS/STAT 9.3 User s Guide Introduction to Survival Analysis Procedures (Chapter) SAS Documentation This document is an individual chapter from SAS/STAT 9.3 User s Guide. The correct bibliographic citation

More information

Propensity Score Methods with Multilevel Data. March 19, 2014

Propensity Score Methods with Multilevel Data. March 19, 2014 Propensity Score Methods with Multilevel Data March 19, 2014 Multilevel data Data in medical care, health policy research and many other fields are often multilevel. Subjects are grouped in natural clusters,

More information

Long term survival study of de-novo metastatic breast cancers with or without primary tumor resection

Long term survival study of de-novo metastatic breast cancers with or without primary tumor resection Long term survival study of de-novo metastatic breast cancers with or without primary tumor resection Dr. Michael Co Division of Breast Surgery Queen Mary Hospital The University of Hong Kong Conflicts

More information

Biases in clinical research. Seungho Ryu, MD, PhD Kanguk Samsung Hospital, Sungkyunkwan University

Biases in clinical research. Seungho Ryu, MD, PhD Kanguk Samsung Hospital, Sungkyunkwan University Biases in clinical research Seungho Ryu, MD, PhD Kanguk Samsung Hospital, Sungkyunkwan University Learning objectives Describe the threats to causal inferences in clinical studies Understand the role of

More information

Estimating HIV incidence in the United States from HIV/AIDS surveillance data and biomarker HIV test results

Estimating HIV incidence in the United States from HIV/AIDS surveillance data and biomarker HIV test results STATISTICS IN MEDICINE Statist. Med. 2008; 27:4617 4633 Published online 4 August 2008 in Wiley InterScience (www.interscience.wiley.com).3144 Estimating HIV incidence in the United States from HIV/AIDS

More information

Rates and patterns of participation in cardiac rehabilitation in Victoria

Rates and patterns of participation in cardiac rehabilitation in Victoria Rates and patterns of participation in cardiac rehabilitation in Victoria Vijaya Sundararajan, MD, MPH, Stephen Begg, MS, Michael Ackland, MBBS, MPH, FAPHM, Ric Marshall, PhD Victorian Department of Human

More information

Incorporating Clinical Information into the Label

Incorporating Clinical Information into the Label ECC Population Health Group LLC expertise-driven consulting in global maternal-child health & pharmacoepidemiology Incorporating Clinical Information into the Label Labels without Categories: A Workshop

More information

Live WebEx meeting agenda

Live WebEx meeting agenda 10:00am 10:30am Using OpenMeta[Analyst] to extract quantitative data from published literature Live WebEx meeting agenda August 25, 10:00am-12:00pm ET 10:30am 11:20am Lecture (this will be recorded) 11:20am

More information

Population-adjusted treatment comparisons Overview and recommendations from the NICE Decision Support Unit

Population-adjusted treatment comparisons Overview and recommendations from the NICE Decision Support Unit Population-adjusted treatment comparisons Overview and recommendations from the NICE Decision Support Unit David M Phillippo, University of Bristol 3 Available from www.nicedsu.org.uk Outline Background

More information

Supplementary Online Content

Supplementary Online Content Supplementary Online Content Neuhouser ML, Aragaki AK, Prentice RL, et al. Overweight, obesity, and postmenopausal invasive breast cancer risk: a secondary analysis of the Women s Health Initiative randomized

More information

The Statistical Analysis of Failure Time Data

The Statistical Analysis of Failure Time Data The Statistical Analysis of Failure Time Data Second Edition JOHN D. KALBFLEISCH ROSS L. PRENTICE iwiley- 'INTERSCIENCE A JOHN WILEY & SONS, INC., PUBLICATION Contents Preface xi 1. Introduction 1 1.1

More information