ADVANCED STATISTICAL METHODS: PART 1: INTRODUCTION TO PROPENSITY SCORES IN STATA. Learning objectives:

Size: px
Start display at page:

Download "ADVANCED STATISTICAL METHODS: PART 1: INTRODUCTION TO PROPENSITY SCORES IN STATA. Learning objectives:"

Transcription

1 ADVANCED STATISTICAL METHODS: ACS Outcomes Research Course PART 1: INTRODUCTION TO PROPENSITY SCORES IN STATA Learning objectives: To understand the use of propensity scores as a means for controlling for selection bias in observational studies of treatment effects. To learn how to create propensity scores apply them in a variety of analytic approaches in STATA. To use propensity scores to evaluate the outcomes of open versus laparoscopic appendectomy in the NSQIP data provided. PROPENSITY SCORES IN STATA: Open the dataset and describe the data For this analysis, we will use NSQIP data for patients undergoing appendectomy ( ). This dataset contains 21,475 observations (patients) and 86 variables. The first group (2-56) includes preoperative patient characteristics and medical conditions. The second group (57-83) includes perioperative outcomes. The variables morbprob (var #84) and mortprob (var #85) are probabilities of morbidity and mortality, respectively, based on the NSQIP risk models. Finally, the variable treatment (var #86) tells you whether the appendectomy was performed open or laparoscopically. Type the command: describe, number Contains data from D:\nbirkmey\Desktop\Desktop\ACS Course 2010\Mark Propensity\Appendicitis_Propensity\ACS.NSQIP.Appy.dta obs: 21,475 vars: Oct :11 size: 4,123,200 (99.6% of memory free) variable storage display value name type format label variable label caseid long %12.0g Patient ID 2. sex byte %10.0g sex Patient Sex 3. race str32 %32s Patient Race 4. race1 byte %8.0g race==american Indian or Alaska Native 5. race2 byte %8.0g race==asian or Pacific Islander 6. race3 byte %8.0g race==black, Not of Hispanic Origin 7. race4 byte %8.0g race==hispanic, Black 8. race5 byte %8.0g race==hispanic, Color Unknown 9. race6 byte %8.0g race==hispanic, White 10. race7 byte %8.0g race==unknown 11. race8 byte %8.0g race==white, Not of Hispanic Origin 12. white byte %9.0g whitelab White/Non-White Race 13. white1 byte %8.0g white==white 14. white2 byte %8.0g white==non-white 15. white3 byte %8.0g white==unknown 16. prncptx str25 %25s Principal CPT 1

2 17. cpt str5 %5s CPT code 18. inout byte %10.0g inout Inpatient/Outpatient Status 19. age byte %8.0g Patient Age 20. operyr int %8.0g Year of Operation 21. height byte %8.0g Patient Height 22. weight int %8.0g Patient Weight 23. bmi float %9.0g BMI 24. bmi40 float %9.0g Morbid Obesity 25. bmicat byte %8.0g 4 quantiles of bmi 26. diabetes byte %10.0g diabetes DM/oral or insulin 27. diabet~1 byte %8.0g diabetes==no 28. diabet~2 byte %8.0g diabetes==oral Med 29. diabet~3 byte %8.0g diabetes==insulin 30. smoke byte %10.0g yesno Current (Within 1 YR) Smoker 31. etoh byte %10.0g yesno Current (Within 2 Weeks) Drinker (>2 per Day) 32. dyspnea byte %17.0g dyspnea Dyspnea 33. dyspnea1 byte %8.0g dyspnea==no 34. dyspnea2 byte %8.0g dyspnea==moderate Exertion 35. dyspnea3 byte %8.0g dyspnea==at Rest 36. dnr byte %10.0g yesno DNR Status 37. fnsta~s2 byte %19.0g fnstatus2 Functional Status Prior to Surgery 38. fnsta~21 byte %8.0g fnstatus2==independent 39. fnsta~22 byte %8.0g fnstatus2==partially Dependent 40. fnsta~23 byte %8.0g fnstatus2==totally Dependent 41. hxcopd byte %10.0g yesno History of Severe COPD 42. ascites byte %10.0g yesno Ascites 43. hxchf byte %10.0g yesno CHF within 30 days 44. hxmi byte %10.0g yesno MI within 6 mths 45. hypermed byte %10.0g yesno HTN requiring medication 46. dialysis byte %10.0g yesno On dialysis pre-op 47. pregna~y byte %10.0g yesno Pregnant at time of surgery 48. rupture byte %9.0g Rupture 49. emergncy byte %10.0g yesno Emergency Case 50. asa byte %18.0g asa ASA Class 51. asa1 byte %8.0g asaclas==1-no Disturb 52. asa2 byte %8.0g asaclas==2-mild Disturb 53. asa3 byte %8.0g asaclas==3-severe Disturb 54. asa4 byte %8.0g asaclas==4-life Threat 55. asa5 byte %8.0g asaclas==5-moribund 56. asa6 byte %8.0g asaclas==null 57. tothlos int %8.0g LOS 58. supinfec byte %10.0g yesno Superficial surgical site infection 59. wndinfd byte %10.0g yesno Deep Incisional SSI 60. orgspc~i byte %10.0g yesno Organ Space SSI 61. dehis byte %10.0g yesno Wound Disruption 62. oupneumo byte %10.0g yesno Pneumonia 63. reintub byte %10.0g yesno Unplanned Reintubation 64. pulembol byte %10.0g yesno PE 65. failwean byte %10.0g yesno Ventilator>48 Hours 66. renainsf byte %10.0g yesno Progressive Renal Insufficiency 67. oprenafl byte %10.0g yesno Acute Renal Failure 68. urninfec byte %10.0g yesno UTI 69. cnscva byte %10.0g yesno Stroke/CVA 70. cnscoma byte %10.0g yesno Coma>24 Hours 71. neurodef byte %10.0g yesno Peripheral Nerve Injury 72. cdarrest byte %10.0g yesno Cardiac Arrest req CPR 73. cdmi byte %10.0g yesno MI 74. othbleed byte %10.0g yesno Bleeding req. >4 units 75. othdvt byte %10.0g yesno DVT 76. othsysep byte %10.0g yesno Sepsis 77. othses~k byte %10.0g yesno Septic Shock 78. convert byte %9.0g yesno Convert Lap to Open 79. return byte %9.0g yesno Return to OR 80. died byte %9.0g diedlab Peri-op Death 81. anycomp float %9.0g Any Complication 82. mincomp float %9.0g Minor Complication 2

3 83. majcomp float %9.0g Major Complication 84. morbprob float %9.0g Morbidity Risk 85. mortprob float %9.0g Mortality Risk 86. treatment byte %9.0g treatment Open/Lap Treatment Sorted by: r Exploring the relationship between patient pre-operative characteristics and conditions and treatment We will first explore the relationship between patient pre-operative characteristics and treatment with either open or laparoscopic appendectomy in this dataset. Begin by tabulating the treatment variable. Type the command: tab treatment. tab treatment Open/Lap Treatment Freq. Percent Cum Lap Appy 15, Open Appy 5, Total 21, This output shows that 5,818 (27%) of patients had open appendectomy and 15,657 (5,818) patients had laparoscopic appendectomy. To determine what variables are associated with treatment you could do crosstabs for each covariate. For example, here is the crosstab for treatment and sex: Type the command: tab treatment sex, row chi nokey. tab treatment sex, row chi nokey Open/Lap Patient Sex Treatment Female Male Total Lap Appy 7,541 8,116 15, Open Appy 2,468 3,350 5, Total 10,009 11,466 21, Pearson chi2(1) = Pr =

4 Alternatively, you could fit a full model (include all covariates) or fit a stepwise model to obtain a more parsimonious model. sw, pe(0.05) : logistic treatment sex white age operyr bmi40 diabetes2 diabetes3 smoke etoh dyspnea2 dyspnea3 fnstatus22 fnstatus23 hxcopd ascites hxchf hxmi hypermed dialysis pregnancy emergncy asa begin with empty model p = < adding rupture p = < adding operyr p = < adding white p = < adding age p = < adding sex p = < adding emergncy p = < adding pregnancy p = < adding etoh p = < adding fnstatus23 p = < adding hxmi p = < adding dialysis Logistic regression Number of obs = LR chi2(11) = Prob > chi2 = Log likelihood = Pseudo R2 = treatment Odds Ratio Std. Err. z P> z [95% Conf. Interval] rupture operyr white age sex emergncy pregnancy etoh fnstatus hxmi dialysis The results show that treatment is associated with rupture, operative year, race, age, sex, emergency surgery, pregnancy, alcohol use, functional status, history of MI, and dialysis. We will use these variables to estimate the propensity score. predict prop (option pr assumed; Pr(treatment)) 4

5 tab treatment, sum(prop). tab treatment, sum(prop) Open/Lap Summary of Pr(treatment) Treatment Mean Std. Dev. Freq Lap Appy Open Appy Total This shows that the propensity score is about 25% in the lap appendectomy and about 31% in the open appendectomy treatment group. Analytic approach 1: Multivariate Modeling One way to use a propensity score is to simply add it as a covariate to a multivariate model. Here we will do that with mortality as the outcome. First we will fit a logistic model with treatment as the only covariate. logistic died treatment Logistic regression Number of obs = LR chi2(1) = Prob > chi2 = Log likelihood = Pseudo R2 = died Odds Ratio Std. Err. z P> z [95% Conf. Interval] treatment We see that patients undergoing open appy are 3.1 times more likely to die than patients undergoing laparoscopic appy. Now we will add the propensity score to the model. logistic died treatment prop 5

6 Logistic regression Number of obs = LR chi2(2) = Prob > chi2 = Log likelihood = Pseudo R2 = died Odds Ratio Std. Err. z P> z [95% Conf. Interval] treatment prop The addition of the propensity score reduced the treatment odds ratio to 1.4 and it is no longer statistically significant. Finally, we will add other predictors of death to the model. logistic died treatment prop mortprob Logistic regression Number of obs = LR chi2(3) = Prob > chi2 = Log likelihood = Pseudo R2 = died Odds Ratio Std. Err. z P> z [95% Conf. Interval] treatment prop mortprob 1.27e e e+08 We see that the treatment odds ratio has been further reduced to Analytic approach 2: Matching Now we will match patients in each treatment on propensity score using the psmatch2 command in STATA. We will specify the logit option, otherwise it would use probit which is the default. We will specify the common support option so that it will leave out cases that lie outside the range of propensity scores of the controls. We will use a caliper matching algorithm with a caliper distance of.005 and specify the no replacement option so that controls are only used once in the matching. We will look at the difference among the treated and control patients between the matched and unmatched cohorts for the following outcomes: any complication, minor complication, major complication, mortality, and return to the OR. psmatch2 treatment, pscore(prop) logit common caliper(.005) noreplacement out(anycomp mincomp majcomp died return) 6

7 There are observations with identical propensity score values. The sort order of the data could affect your results. Make sure that the sort order is random before calling psmatch Variable Sample Treated Controls Difference S.E. T-stat anycomp Unmatched ATT mincomp Unmatched ATT majcomp Unmatched ATT died Unmatched ATT return Unmatched ATT Note: S.E. does not take into account that the propensity score is estimated. psmatch2: psmatch2: Common Treatment support assignment Off suppo On suppor Total Untreated 0 15,657 15,657 Treated 110 5,708 5, Total ,365 21,475 We see that differences in rates of any complication, minor complication, and major complication are reduced but are still statistically significant (T-stat > 2.5). There are no longer statistically significant differences in rates of mortality or return to OR. To get an odds ratio for mortality based on the matched cohort like this. logistic died treatment if _weight==1 Logistic regression Number of obs = LR chi2(1) = 1.21 Prob > chi2 = Log likelihood = Pseudo R2 = died Odds Ratio Std. Err. z P> z [95% Conf. Interval] treatment

8 The way that you tell stata to use the matched cohort is using the _weight variable which was automatically generated by the psmatch2 command. Analytic approach 3: Stratification pscore treatment rupture operyr white age sex emergncy pregnancy etoh fnstatus23 hxmi dialysis, pscore(myps) blockid(mybid) comsup logit **************************************************** Algorithm to estimate the propensity score **************************************************** The treatment is treatment Open/Lap Treatment Freq. Percent Cum Lap Appy 15, Open Appy 5, Total 21, Estimation of the propensity score Iteration 0: log likelihood = Iteration 1: log likelihood = Iteration 2: log likelihood = Iteration 3: log likelihood = Logistic regression Number of obs = LR chi2(11) = Prob > chi2 = Log likelihood = Pseudo R2 = treatment Coef. Std. Err. z P> z [95% Conf. Interval] rupture operyr white age sex emergncy pregnancy etoh fnstatus hxmi dialysis _cons

9 Note: the common support option has been selected The region of common support is [ , ] Description of the estimated propensity score in region of common support Estimated propensity score Percentiles Smallest 1% % % Obs % Sum of Wgt % Mean Largest Std. Dev % % Variance % Skewness % Kurtosis ****************************************************** Step 1: Identification of the optimal number of blocks Use option detail if you want more detailed output ****************************************************** The final number of blocks is 15 This number of blocks ensures that the mean propensity score is not different for treated and controls in each block ********************************************************** Step 2: Test of balancing property of the propensity score Use option detail if you want more detailed output ********************************************************** Variable white is not balanced in block 4 Variable operyr is not balanced in block 5 Variable operyr is not balanced in block 9 The balancing property is not satisfied Try a different specification of the propensity score ******************************************* End of the algorithm to estimate the pscore ******************************************* 9

10 We see that the patients were grouped into 15 blocks and that within those blocks there is no difference in the mean propensity score for treated and controls. However, we are warned that there are some differences with regard to individual variables in several blocks. To address this, we will adjust for these variables in the next step. To evaluate the within strata difference in rates of mortality between treated and control patients we will use a conditional fixed effects model. First we must specify the panel variable for the fixed effect model which is the strata variable (mybid). xtset mybid panel variable: mybid (unbalanced) xtlogit died treatment white operyr, fe or nolog note: multiple positive outcomes within treatments encountered. note: 1 treatment (2301 obs) dropped because of all positive or all negative outcomes. Conditional fixed-effects logistic regression Number of obs = Treatment variable: mybid Number of treatments = 13 Obs per treatment: min = 6 avg = max = 6030 LR chi2(3) = Log likelihood = Prob > chi2 = died OR Std. Err. z P> z [95% Conf. Interval] treatment white operyr Once again we see that we get a statistically non-significant OR of about 1.5 for mortality. 10

Predicting Short Term Morbidity following Revision Hip and Knee Arthroplasty

Predicting Short Term Morbidity following Revision Hip and Knee Arthroplasty Predicting Short Term Morbidity following Revision Hip and Knee Arthroplasty A Review of ACS-NSQIP 2006-2012 Arjun Sebastian, M.D., Stephanie Polites, M.D., Kristine Thomsen, B.S., Elizabeth Habermann,

More information

m 11 m.1 > m 12 m.2 risk for smokers risk for nonsmokers

m 11 m.1 > m 12 m.2 risk for smokers risk for nonsmokers SOCY5061 RELATIVE RISKS, RELATIVE ODDS, LOGISTIC REGRESSION RELATIVE RISKS: Suppose we are interested in the association between lung cancer and smoking. Consider the following table for the whole population:

More information

Joseph W Hogan Brown University & AMPATH February 16, 2010

Joseph W Hogan Brown University & AMPATH February 16, 2010 Joseph W Hogan Brown University & AMPATH February 16, 2010 Drinking and lung cancer Gender bias and graduate admissions AMPATH nutrition study Stratification and regression drinking and lung cancer graduate

More information

Infratentorial neurosurgery is an independent risk factor for respiratory failure and death following intracranial tumor resection

Infratentorial neurosurgery is an independent risk factor for respiratory failure and death following intracranial tumor resection --- Supplemental Digital Content--- Infratentorial neurosurgery is an independent risk factor for respiratory failure and death following intracranial tumor resection Alana M. Flexman Bradley Merriman

More information

A Comparative Analysisof Male versus Female Breast Cancer in the ACS NSQIP Database

A Comparative Analysisof Male versus Female Breast Cancer in the ACS NSQIP Database A Comparative Analysisof Male versus Female Breast Cancer in the ACS NSQIP Database Lindsay Petersen, MD Rush University Medical Center Chicago, IL I would like to recognize my coauthors: Andrea Madrigrano,

More information

ACS-NSQIP 2015 Julietta Chang MD, Ali Aminian MD, Stacy A Brethauer MD, Philip R Schauer MD Bariatric and Metabolic Institute

ACS-NSQIP 2015 Julietta Chang MD, Ali Aminian MD, Stacy A Brethauer MD, Philip R Schauer MD Bariatric and Metabolic Institute ACS-NSQIP 2015 Julietta Chang MD, Ali Aminian MD, Stacy A Brethauer MD, Philip R Schauer MD Bariatric and Metabolic Institute Disclosures Authors: No disclosures ACS-NSQIP Disclaimer: The American College

More information

Outcomes of Patients with Preoperative Weight Loss following Colorectal Surgery

Outcomes of Patients with Preoperative Weight Loss following Colorectal Surgery Outcomes of Patients with Preoperative Weight Loss following Colorectal Surgery Zhobin Moghadamyeghaneh MD 1, Michael J. Stamos MD 1 1 Department of Surgery, University of California, Irvine Nothing to

More information

Is laparoscopic sleeve gastrectomy safer than laparoscopic gastric bypass?

Is laparoscopic sleeve gastrectomy safer than laparoscopic gastric bypass? Is laparoscopic sleeve gastrectomy safer than laparoscopic gastric bypass? A comparison of 30-day complications using the MBSAQIP data registry Sandhya B. Kumar MD, Barbara C. Hamilton MD, Soren Jonzzon,

More information

Age (continuous) Gender (0=Male, 1=Female) SES (1=Low, 2=Medium, 3=High) Prior Victimization (0= Not Victimized, 1=Victimized)

Age (continuous) Gender (0=Male, 1=Female) SES (1=Low, 2=Medium, 3=High) Prior Victimization (0= Not Victimized, 1=Victimized) Criminal Justice Doctoral Comprehensive Exam Statistics August 2016 There are two questions on this exam. Be sure to answer both questions in the 3 and half hours to complete this exam. Read the instructions

More information

Form 1: Demographics

Form 1: Demographics Form 1: Demographics Case Number: *LMRN: *DOB: / / *Gender: Male Female *Race: White Native Hawaiian/Other Pacific Islander Black or African American Asian American Indian or Alaska Native Unknown *Hispanic

More information

ORIGINAL ARTICLE. A Case Study on the Comparative Effectiveness of Laparoscopic vs Open Appendectomy. at an all-time high.

ORIGINAL ARTICLE. A Case Study on the Comparative Effectiveness of Laparoscopic vs Open Appendectomy. at an all-time high. ORIGINAL ARTICLE Introduction to Propensity Scores A Case Study on the Comparative Effectiveness of vs Mark R. Hemmila, MD; Nancy J. Birkmeyer, PhD; Saman Arbabi, MD, MPH; Nicholas H. Osborne, MD; Wendy

More information

Least likely observations in regression models for categorical outcomes

Least likely observations in regression models for categorical outcomes The Stata Journal (2002) 2, Number 3, pp. 296 300 Least likely observations in regression models for categorical outcomes Jeremy Freese University of Wisconsin Madison Abstract. This article presents a

More information

Sociology 63993, Exam1 February 12, 2015 Richard Williams, University of Notre Dame,

Sociology 63993, Exam1 February 12, 2015 Richard Williams, University of Notre Dame, Sociology 63993, Exam1 February 12, 2015 Richard Williams, University of Notre Dame, http://www3.nd.edu/~rwilliam/ I. True-False. (20 points) Indicate whether the following statements are true or false.

More information

Regression Output: Table 5 (Random Effects OLS) Random-effects GLS regression Number of obs = 1806 Group variable (i): subject Number of groups = 70

Regression Output: Table 5 (Random Effects OLS) Random-effects GLS regression Number of obs = 1806 Group variable (i): subject Number of groups = 70 Regression Output: Table 5 (Random Effects OLS) Random-effects GLS regression Number of obs = 1806 R-sq: within = 0.1498 Obs per group: min = 18 between = 0.0205 avg = 25.8 overall = 0.0935 max = 28 Random

More information

Demographics. MBSAQIP Case Number: *ACS NSQIP Case Number: *LMRN: *DOB: / / *Gender: Male Female

Demographics. MBSAQIP Case Number: *ACS NSQIP Case Number: *LMRN: *DOB: / / *Gender: Male Female Demographics MBSAQIP Case Number: *IDN: *ACS NSQIP Case Number: Name: *LMRN: *DOB: / / *Gender: Male Female *Race: White Black or African American American Indian or Alaska Native Native Hawaiian/Other

More information

How to Address an Inappropriately high Mortality Rate? Joe Sharma, MD Associate Professor of Surgery NSQIP Surgical Champion

How to Address an Inappropriately high Mortality Rate? Joe Sharma, MD Associate Professor of Surgery NSQIP Surgical Champion How to Address an Inappropriately high Mortality Rate? Joe Sharma, MD Associate Professor of Surgery NSQIP Surgical Champion Disclosure Slide No COI and no disclosures. Hospital Mortality rate : is it

More information

Quality Improvement through Quality Data. American College of Surgeons National Surgical Quality Improvement Program

Quality Improvement through Quality Data. American College of Surgeons National Surgical Quality Improvement Program Quality Improvement through Quality Data American College of Surgeons National Surgical Quality Improvement Program Released: October 2017 Contents Section Page 1. Introduction 1 2. Data Request Process

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

EPO-144 Patients with Morbid Obesity and Congestive Heart Failure Have Longer Operative Time and Room Time in Total Hip Arthroplasty

EPO-144 Patients with Morbid Obesity and Congestive Heart Failure Have Longer Operative Time and Room Time in Total Hip Arthroplasty SESUG 2016 EPO-144 Patients with Morbid Obesity and Congestive Heart Failure Have Longer Operative Time and Room Time in Total Hip Arthroplasty ABSTRACT Yubo Gao, University of Iowa Hospitals and Clinics,

More information

Notes for laboratory session 2

Notes for laboratory session 2 Notes for laboratory session 2 Preliminaries Consider the ordinary least-squares (OLS) regression of alcohol (alcohol) and plasma retinol (retplasm). We do this with STATA as follows:. reg retplasm alcohol

More information

Updated NSQIP Frailty Index

Updated NSQIP Frailty Index Updated NSQIP Frailty Index Adam P. Johnson, MD, MPH; 1 Sarah E. Koller, MD; 2 Emily A. Busch, MD; 2 Matt M. Philp, MD; 2 Howard Ross, MD; 2 Paul J DiMuzio, MD; 1 Scott W. Cowan, MD; 1 Henry A. Pitt, MD

More information

Preoperative Biliary Drainage Among Patients With Resectable Hepatobiliary Malignancy: Does Technique Matter?

Preoperative Biliary Drainage Among Patients With Resectable Hepatobiliary Malignancy: Does Technique Matter? Preoperative Biliary Drainage Among Patients With Resectable Hepatobiliary Malignancy: Does Technique Matter? Q. Lina Hu, MD; Jason B. Liu, MD, MS; Ryan J. Ellis, MD, MS; Jessica Y. Liu, MD, MS; Anthony

More information

1. Objective: analyzing CD4 counts data using GEE marginal model and random effects model. Demonstrate the analysis using SAS and STATA.

1. Objective: analyzing CD4 counts data using GEE marginal model and random effects model. Demonstrate the analysis using SAS and STATA. LDA lab Feb, 6 th, 2002 1 1. Objective: analyzing CD4 counts data using GEE marginal model and random effects model. Demonstrate the analysis using SAS and STATA. 2. Scientific question: estimate the average

More information

2018 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY. MEASURE TYPE: Process

2018 OPTIONS FOR INDIVIDUAL MEASURES: REGISTRY ONLY. MEASURE TYPE: Process Quality ID #358: Patient-Centered Surgical Risk Assessment and Communication National Quality Strategy Domain: Person and Caregiver-Centered Experience and Outcomes 2018 OPTIONS FOR INDIVIDUAL MEASURES:

More information

Sociology Exam 3 Answer Key [Draft] May 9, 201 3

Sociology Exam 3 Answer Key [Draft] May 9, 201 3 Sociology 63993 Exam 3 Answer Key [Draft] May 9, 201 3 I. True-False. (20 points) Indicate whether the following statements are true or false. If false, briefly explain why. 1. Bivariate regressions are

More information

Modeling unobserved heterogeneity in Stata

Modeling unobserved heterogeneity in Stata Modeling unobserved heterogeneity in Stata Rafal Raciborski StataCorp LLC November 27, 2017 Rafal Raciborski (StataCorp) Modeling unobserved heterogeneity November 27, 2017 1 / 59 Plan of the talk Concepts

More information

The Impact of Chronic Liver Disease on Postoperative Outcomes and Resource Utilization within the National Surgical Quality Improvement Database

The Impact of Chronic Liver Disease on Postoperative Outcomes and Resource Utilization within the National Surgical Quality Improvement Database The Impact of Chronic Liver Disease on Postoperative Outcomes and Resource Utilization within the National Surgical Quality Improvement Database Joseph B. Oliver, MD MPH, Amy L. Davidow, PhD, Kimberly

More information

Final Exam - section 2. Thursday, December hours, 30 minutes

Final Exam - section 2. Thursday, December hours, 30 minutes Econometrics, ECON312 San Francisco State University Michael Bar Fall 2011 Final Exam - section 2 Thursday, December 15 2 hours, 30 minutes Name: Instructions 1. This is closed book, closed notes exam.

More information

MAKING THE NSQIP PARTICIPANT USE DATA FILE (PUF) WORK FOR YOU

MAKING THE NSQIP PARTICIPANT USE DATA FILE (PUF) WORK FOR YOU MAKING THE NSQIP PARTICIPANT USE DATA FILE (PUF) WORK FOR YOU Hani Tamim, PhD Clinical Research Institute Department of Internal Medicine American University of Beirut Medical Center Beirut - Lebanon Participant

More information

Dr. Stuart McCorkell BSc FRCA FFICM Anaesthetic Department, Guy s & St. Thomas s NHS Foundation Trust 2017 POPS

Dr. Stuart McCorkell BSc FRCA FFICM Anaesthetic Department, Guy s & St. Thomas s NHS Foundation Trust 2017 POPS Dr. Stuart McCorkell BSc FRCA FFICM Anaesthetic Department, Guy s & St. Thomas s NHS Foundation Trust Why assess (estimate) risk? Patient information and informed consent (patient, surgeon) Stratify resource

More information

ECON Introductory Econometrics Seminar 7

ECON Introductory Econometrics Seminar 7 ECON4150 - Introductory Econometrics Seminar 7 Stock and Watson EE11.2 April 28, 2015 Stock and Watson EE11.2 ECON4150 - Introductory Econometrics Seminar 7 April 28, 2015 1 / 25 E. 11.2 b clear set more

More information

4. STATA output of the analysis

4. STATA output of the analysis Biostatistics(1.55) 1. Objective: analyzing epileptic seizures data using GEE marginal model in STATA.. Scientific question: Determine whether the treatment reduces the rate of epileptic seizures. 3. Dataset:

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

Multivariate dose-response meta-analysis: an update on glst

Multivariate dose-response meta-analysis: an update on glst Multivariate dose-response meta-analysis: an update on glst Nicola Orsini Unit of Biostatistics Unit of Nutritional Epidemiology Institute of Environmental Medicine Karolinska Institutet http://www.imm.ki.se/biostatistics/

More information

Understanding Readmissions in Pediatric Surgery

Understanding Readmissions in Pediatric Surgery Understanding Readmissions in Pediatric Surgery Afif Kulaylat MD MSc, Anthony Tsai MD, Dorothy Rocourt MD, Kathryn Martin MD, Brett Engbrecht MD MPH, Mary Santos MD MEd, Robert Cilley MD, Christopher Hollenbeak

More information

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

AMERICAN COLLEGE OF SURGEONS NATIONAL SURGICAL QUALITY IMPROVEMENT PROGRAM. SAR Models. Vanessa Thompson, PhD

AMERICAN COLLEGE OF SURGEONS NATIONAL SURGICAL QUALITY IMPROVEMENT PROGRAM. SAR Models. Vanessa Thompson, PhD AMERICAN COLLEGE OF SURGEONS NATIONAL SURGICAL QUALITY IMPROVEMENT PROGRAM SAR Models Vanessa Thompson, PhD ACS NSQIP National Conference General Session: Stats I July 26, 2015 No disclosures Overview

More information

Dr Yuen Wai-Cheung HA Convention 2011

Dr Yuen Wai-Cheung HA Convention 2011 Dr Yuen Wai-Cheung HA Convention 2011 Outlines Why HA benchmarks hospitals? How to do a successful benchmarking? Using SOMIP as an example How to read and understand SOMIP report? Benchmarking Benchmarking

More information

AMERICAN COLLEGE OF SURGEONS NATIONAL SURGICAL QUALITY IMPROVEMENT PROGRAM - PEDIATRIC Data Collection Worksheet

AMERICAN COLLEGE OF SURGEONS NATIONAL SURGICAL QUALITY IMPROVEMENT PROGRAM - PEDIATRIC Data Collection Worksheet AMERICAN COLLEGE OF SURGEONS NATIONAL SURGICAL QUALITY IMPROVEMENT PROGRAM - PEDIATRIC Data Collection Worksheet *IDN LMRN Cycle Number Case Number DEMOGRAPHICS PATIENT First Name: MI: Last Name: Street

More information

Multiple Linear Regression Analysis

Multiple Linear Regression Analysis Revised July 2018 Multiple Linear Regression Analysis This set of notes shows how to use Stata in multiple regression analysis. It assumes that you have set Stata up on your computer (see the Getting Started

More information

Regression Methods in Biostatistics: Linear, Logistic, Survival, and Repeated Measures Models, 2nd Ed.

Regression Methods in Biostatistics: Linear, Logistic, Survival, and Repeated Measures Models, 2nd Ed. Eric Vittinghoff, David V. Glidden, Stephen C. Shiboski, and Charles E. McCulloch Division of Biostatistics Department of Epidemiology and Biostatistics University of California, San Francisco Regression

More information

Supplementary Online Content

Supplementary Online Content Supplementary Online Content Abt NB, Flores JM, Baltodano PA, et al. Neoadjuvant chemotherapy and short-term in patients undergoing mastectomy with and without breast reconstruction. JAMA Surg. Published

More information

DATA COLLECTION INSTRUMENT:

DATA COLLECTION INSTRUMENT: DATA COLLECTION INSTRUMENT: Study: Prospective randomized comparison of early laparoscopic enterolysis versus trial of non-operative management for high grade small bowel obstruction. Principal Investigators:

More information

Generalized Mixed Linear Models Practical 2

Generalized Mixed Linear Models Practical 2 Generalized Mixed Linear Models Practical 2 Dankmar Böhning December 3, 2014 Prevalence of upper respiratory tract infection The data below are taken from a survey on the prevalence of upper respiratory

More information

Comparison of Risk Factors for Unplanned Conversion from Laparoscopic and Robotic to Open Colorectal Surgery

Comparison of Risk Factors for Unplanned Conversion from Laparoscopic and Robotic to Open Colorectal Surgery Comparison of Risk Factors for Unplanned Conversion from Laparoscopic and Robotic to Open Colorectal Surgery Abdullah Wafa, M.D. General Surgery Resident, PGY2 St. Joseph Mercy Health System Ann Arbor

More information

Preoperative Cardiac Risk Calculators

Preoperative Cardiac Risk Calculators The Fort Lauderdale, Florida Preoperative Cardiac Risk Calculators Steven L. Cohn, MD, FACP, SFHM Professor Emeritus Director - Medical Consultation Service Jackson Memorial Hospital University of Miami

More information

8/28/2018. Pre-op Evaluation for non cardiac surgery. A quick review from 2007!! Disclosures. John Steuter, MD. None

8/28/2018. Pre-op Evaluation for non cardiac surgery. A quick review from 2007!! Disclosures. John Steuter, MD. None Pre-op Evaluation for non cardiac surgery John Steuter, MD Disclosures None A quick review from 2007!! Fliesheret al, ACC/AHA 2007 Guidelines on Perioperative Cardiovascular Evaluation and are for Noncardiac

More information

Application of Local Control Strategy in analyses of the effects of Radon on Lung Cancer Mortality for 2,881 US Counties

Application of Local Control Strategy in analyses of the effects of Radon on Lung Cancer Mortality for 2,881 US Counties Application of Local Control Strategy in analyses of the effects of Radon on Lung Cancer Mortality for 2,881 US Counties Bob Obenchain, Risk Benefit Statistics, August 2015 Our motivation for using a Cut-Point

More information

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

Syntax Menu Description Options Remarks and examples Stored results Methods and formulas References Also see Title stata.com teffects ra Regression adjustment Syntax Syntax Menu Description Options Remarks and examples Stored results Methods and formulas References Also see teffects ra (ovar omvarlist [, omodel

More information

A comparison of peri-operative outcomes between elective and non-elective total hip arthroplasties

A comparison of peri-operative outcomes between elective and non-elective total hip arthroplasties Original Article Page 1 of 8 A comparison of peri-operative outcomes between elective and non-elective total hip arthroplasties Hiba K. Anis 1, Nipun Sodhi 2, Marine Coste 2, Joseph O. Ehiorobo 2, Jared

More information

Cigdem Benlice, Ipek Sapci, T. Bora Cengiz, Luca Stocchi, Michael Valente, Tracy Hull, Scott R. Steele, Emre Gorgun 07/23/2018

Cigdem Benlice, Ipek Sapci, T. Bora Cengiz, Luca Stocchi, Michael Valente, Tracy Hull, Scott R. Steele, Emre Gorgun 07/23/2018 Does preoperative oral antibiotic or mechanical bowel preparation increase Clostridium difficile colitis after colon surgery? An assessment from ACS-NSQIP procedure-targeted database Cigdem Benlice, Ipek

More information

Finland and Sweden and UK GP-HOSP datasets

Finland and Sweden and UK GP-HOSP datasets Web appendix: Supplementary material Table 1 Specific diagnosis codes used to identify bladder cancer cases in each dataset Finland and Sweden and UK GP-HOSP datasets Netherlands hospital and cancer registry

More information

The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters.

The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters. Higher Rates of Packed Red Blood Cell and Fresh Frozen Plasma Transfusion are Associated with Increased Death and Complication in Non-Massively Transfused Patients: An Explanation for the Increased Burden

More information

NEUROBLASTOMA DATA -- TWO GROUPS -- QUANTITATIVE MEASURES 38 15:37 Saturday, January 25, 2003

NEUROBLASTOMA DATA -- TWO GROUPS -- QUANTITATIVE MEASURES 38 15:37 Saturday, January 25, 2003 NEUROBLASTOMA DATA -- TWO GROUPS -- QUANTITATIVE MEASURES 38 15:37 Saturday, January 25, 2003 Obs GROUP I DOPA LNDOPA 1 neurblst 1 48.000 1.68124 2 neurblst 1 133.000 2.12385 3 neurblst 1 34.000 1.53148

More information

Immortal Time Bias and Issues in Critical Care. Dave Glidden May 24, 2007

Immortal Time Bias and Issues in Critical Care. Dave Glidden May 24, 2007 Immortal Time Bias and Issues in Critical Care Dave Glidden May 24, 2007 Critical Care Acute Respiratory Distress Syndrome Patients on ventilator Patients may recover or die Outcome: Ventilation/Death

More information

ASTS TRANSQIP Beta Phase Informational Webinar

ASTS TRANSQIP Beta Phase Informational Webinar ASTS TRANSQIP Beta Phase Informational Webinar December 2, 2016 Ryutaro Hirose, MD Stuart Greenstein, MD TransQIP A collaborative effort between ASTS and the American College of Surgeons A National Transplant

More information

Incidence and predictors of all-cause mortality within one year after adult spinal deformity surgery

Incidence and predictors of all-cause mortality within one year after adult spinal deformity surgery Original Study Incidence and predictors of all-cause mortality within one year after adult spinal deformity surgery Scott L. Zuckerman 1, Nikita Lakomkin 2, Justin S. Smith 3, Christopher I. Shaffrey 3,

More information

Statistical reports Regression, 2010

Statistical reports Regression, 2010 Statistical reports Regression, 2010 Niels Richard Hansen June 10, 2010 This document gives some guidelines on how to write a report on a statistical analysis. The document is organized into sections that

More information

Michael Minarich, MD General Surgery Resident, PGY4 Cooper University Hospital

Michael Minarich, MD General Surgery Resident, PGY4 Cooper University Hospital BMI as Major Preoperative Risk Factor for Intraabdominal Infection After Distal Pancreatectomy: an Analysis of National Surgical Quality Improvement Program Database Michael Minarich, MD General Surgery

More information

The Michigan Trauma Quality Improvement Program. Ann Arbor, MI June 7, 2011

The Michigan Trauma Quality Improvement Program. Ann Arbor, MI June 7, 2011 The Michigan Trauma Quality Improvement Program Ann Arbor, MI June 7, 2011 Information Current centers 14 New centers (July 1) Botsford Covenant Spectrum St. Johns Future centers (January 1) 23 Total Information

More information

Observational & Quasi-experimental Research Methods

Observational & Quasi-experimental Research Methods Observational & Quasi-experimental Research Methods 10th Annual Kathleen Foley Palliative Care Retreat Old Québec, October 24, 2016 Melissa M. Garrido, PhD 1 and Jay Magaziner, PhD 2 1. Department of Veterans

More information

ABSTRACT INTRODUCTION COVARIATE EXAMINATION. Paper

ABSTRACT INTRODUCTION COVARIATE EXAMINATION. Paper Paper 11420-2016 Integrating SAS and R to Perform Optimal Propensity Score Matching Lucy D Agostino McGowan and Robert Alan Greevy, Jr., Vanderbilt University, Department of Biostatistics ABSTRACT In studies

More information

None. O u t l i n e. Conflict Of Interests. Reengineering in Surgical Paradigm. Patient Selection Influences Perioperative Outcome

None. O u t l i n e. Conflict Of Interests. Reengineering in Surgical Paradigm. Patient Selection Influences Perioperative Outcome THE UNIVERSITY OF TEXAS Conflict Of Interests SOUTHWESTERN MEDICAL CENTER AT DALLAS ne Patient Selection For : Can Any Patient Be an Outpatient? Girish P Joshi, MB, BS, MD, FFARCSI Professor of Anesthesiology

More information

Confounding. Confounding and effect modification. Example (after Rothman, 1998) Beer and Rectal Ca. Confounding (after Rothman, 1998)

Confounding. Confounding and effect modification. Example (after Rothman, 1998) Beer and Rectal Ca. Confounding (after Rothman, 1998) Confounding Confounding and effect modification Epidemiology 511 W. A. Kukull vember 23 2004 A function of the complex interrelationships between various exposures and disease. Occurs when the disease

More information

Editor Executive Editor Associate Editors Copyright Statement:

Editor Executive Editor Associate Editors Copyright Statement: The Stata Journal Editor H. Joseph Newton Department of Statistics Texas A & M University College Station, Texas 77843 979-845-3142 979-845-3144 FAX jnewton@stata-journal.com Associate Editors Christopher

More information

Propensity score analysis with the latest SAS/STAT procedures PSMATCH and CAUSALTRT

Propensity score analysis with the latest SAS/STAT procedures PSMATCH and CAUSALTRT Propensity score analysis with the latest SAS/STAT procedures PSMATCH and CAUSALTRT Yuriy Chechulin, Statistician Modeling, Advanced Analytics What is SAS Global Forum One of the largest global analytical

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

Insulin Dependence Heralds Adverse Events After Hip And Knee Arthroplasty

Insulin Dependence Heralds Adverse Events After Hip And Knee Arthroplasty Yale University EliScholar A Digital Platform for Scholarly Publishing at Yale Yale Medicine Thesis Digital Library School of Medicine 1-1-2016 Insulin Dependence Heralds Adverse Events After Hip And Knee

More information

Supplementary Online Content

Supplementary Online Content Supplementary Online Content Won EJ, Lehman EB, Geletzke AK, et al. Association of postoperative hyperglycemia with outcomes among patients with complex ventral hernia repair. JAMA Surg. Published online

More information

PERIOPERATIVE ANESTHETIC RISK IN THE GERIATRIC PATIENT

PERIOPERATIVE ANESTHETIC RISK IN THE GERIATRIC PATIENT PERIOPERATIVE ANESTHETIC RISK IN THE GERIATRIC PATIENT Susan H. Noorily, M.D. Clinical Professor of Anesthesiology Medical Director University Preoperative Medicine Center IMPORTANCE Half of all currently

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

Impact of Preoperative Bowel Preparation on the Risk of Clostridium Difficile after Colorectal Surgery: A Propensity Weighted Analysis

Impact of Preoperative Bowel Preparation on the Risk of Clostridium Difficile after Colorectal Surgery: A Propensity Weighted Analysis Impact of Preoperative Bowel Preparation on the Risk of Clostridium Difficile after Colorectal Surgery: A Propensity Weighted Analysis Ebram Salama, MD PGY-3 General Surgery Sir Mortimer B. Davis Jewish

More information

STAT Factor Analysis in SAS

STAT Factor Analysis in SAS STAT 5600 Factor Analysis in SAS The data for this example come from the decathlon results in the 1988 Olympics. The decathlon is a two-day competition, with the 100 m race, long jump, shot put, high jump,

More information

STAT362 Homework Assignment 5

STAT362 Homework Assignment 5 STAT362 Homework Assignment 5 Sharon O Boyle Problem 1, Problem 3.6, p. 117 SAS Program * Sharon O'Boyle; * Stat 362; * Homework Assignment 5; * Problem 3.6, p. 117; * Program to compute Odds Ratio and

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

Binary Diagnostic Tests Two Independent Samples

Binary Diagnostic Tests Two Independent Samples Chapter 537 Binary Diagnostic Tests Two Independent Samples Introduction An important task in diagnostic medicine is to measure the accuracy of two diagnostic tests. This can be done by comparing summary

More information

Statistics as a Tool. A set of tools for collecting, organizing, presenting and analyzing numerical facts or observations.

Statistics as a Tool. A set of tools for collecting, organizing, presenting and analyzing numerical facts or observations. Statistics as a Tool A set of tools for collecting, organizing, presenting and analyzing numerical facts or observations. Descriptive Statistics Numerical facts or observations that are organized describe

More information

SCIP and NSQIP the Alphabet Soup of Surgical Quality

SCIP and NSQIP the Alphabet Soup of Surgical Quality SCIP and NSQIP the Alphabet Soup of Surgical Quality NSQIP National Conference Christopher C Johnson M.D. Caryn Foster RN, SCR Nicholas Hellenthal M.D., F.A.C.S. 7/26/15 Disclosure None Introduction The

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

Improving Colectomy Outcomes in the Enhanced Recovery In NSQIP (ERIN) Pilot

Improving Colectomy Outcomes in the Enhanced Recovery In NSQIP (ERIN) Pilot Improving Colectomy Outcomes in the Enhanced Recovery In NSQIP (ERIN) Pilot Julia R. BerianMD; Kristen A. Ban MD; Sanjay MohantyMD,MS; Jennifer L. ParuchMD,MS; Clifford Y. KoMD,MS,MSHS; Julie K. Thacker

More information

Oscar Guillamondegui, MD, MPH, FACS Tennessee Surgical Quality Collaborative Associate Professor of Surgery Vanderbilt University Medical Center

Oscar Guillamondegui, MD, MPH, FACS Tennessee Surgical Quality Collaborative Associate Professor of Surgery Vanderbilt University Medical Center Oscar Guillamondegui, MD, MPH, FACS Tennessee Surgical Quality Collaborative Associate Professor of Surgery Vanderbilt University Medical Center Culture Change en Masse- Efforts of a Collaborative Oscar

More information

Table E-1 Detailed Variable Definitions* EXPLANATORY VARIABLES IN RISK ADJUSTMENT MODELS

Table E-1 Detailed Variable Definitions* EXPLANATORY VARIABLES IN RISK ADJUSTMENT MODELS Page 1 of 13 Table E-1 Detailed Variable Definitions* EXPLANATORY VARIABLES IN RISK ADJUSTMENT MODELS Variable Name ACS NSQIP Variable from which Variable was Derived* Brief Definition Full Definition

More information

Supplementary material

Supplementary material Supplementary material Comparison of propensity score methods and covariate adjustment a practical evaluation in four cardiovascular studies Table of Contents Supplementary tables Table S1: Results from

More information

Discussion of Complex Clinical Scenarios and Variable Review ACS NSQIP Clinical Support Team

Discussion of Complex Clinical Scenarios and Variable Review ACS NSQIP Clinical Support Team Discussion of Complex Clinical Scenarios and Variable Review CS NSQIP Clinical Support Team SCR Open Q& Calls The CS NSQIP Clinical Team is trialing Open format Q& calls for NSQIP SCRs Participation in

More information

Basic Biostatistics. Chapter 1. Content

Basic Biostatistics. Chapter 1. Content Chapter 1 Basic Biostatistics Jamalludin Ab Rahman MD MPH Department of Community Medicine Kulliyyah of Medicine Content 2 Basic premises variables, level of measurements, probability distribution Descriptive

More information

Is There An Association?

Is There An Association? Is There An Association? Exposure (Risk Factor) Outcome Exposures Risk factors Preventive measures Management strategy Independent variables Outcomes Dependent variable Disease occurrence Lack of exercise

More information

2. Scientific question: Determine whether there is a difference between boys and girls with respect to the distance and its change over time.

2. Scientific question: Determine whether there is a difference between boys and girls with respect to the distance and its change over time. LDA lab Feb, 11 th, 2002 1 1. Objective:analyzing dental data using ordinary least square (OLS) and Generalized Least Square(GLS) in STATA. 2. Scientific question: Determine whether there is a difference

More information

Comparison of Open and Endovascular Repair of Ruptured Abdominal Aortic Aneurysms From the ACS-NSQIP

Comparison of Open and Endovascular Repair of Ruptured Abdominal Aortic Aneurysms From the ACS-NSQIP 365 ISES ENDOVASCULAR RESEARCH COMPETITION, THIRD PLACE Comparison of Open and Endovascular Repair of Ruptured Abdominal Aortic Aneurysms From the ACS-NSQIP 2005 07 Kristina A. Giles, MD; Frank B. Pomposelli,

More information

American College of Surgeons National Surgical Quality Improvement Program

American College of Surgeons National Surgical Quality Improvement Program American College of Surgeons National Surgical Quality Improvement Program Program Overview ACS NSQIP is a data-driven, risk-adjusted, outcomes-based program to measure and improve the quality of surgical

More information

Demographics IDN: DOB: / / Gender: Male Female. Race: White Black or African American American Indian or Alaska Native

Demographics IDN: DOB: / / Gender: Male Female. Race: White Black or African American American Indian or Alaska Native MBSAQIP Case Number: Name: Demographics IDN: LMRN: DOB: / / Gender: Male Female Race: White Black or African American American Indian or Alaska Native Native Hawaiian/Other Pacific Islander Asian Unknown

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

Supplementary Online Content

Supplementary Online Content Supplementary Online Content Hall DE, Arya S, Schmid KK, et al. Development and initial validation of the Risk Analysis Index for measuring frailty in surgical populations. JAMA Surg. Published online

More information

Predictors of Averse Events After Total Laryngectomy: An Analysis of the NSQIP Datasets

Predictors of Averse Events After Total Laryngectomy: An Analysis of the NSQIP Datasets Research Article J o u r n a l o f O t o l a r y n g o l o g y A d v a n c e s ISSN NO: 2379-8572 DOI : 10.14302/issn.2379-8572.joa-14-429 Predictors of Averse Events After Total Laryngectomy: An Analysis

More information

Surgical Patients With Do-Not-Resuscitate Orders: An Analysis Of Characteristics And Short-Term Outcomes Among 8256 Patients

Surgical Patients With Do-Not-Resuscitate Orders: An Analysis Of Characteristics And Short-Term Outcomes Among 8256 Patients Yale University EliScholar A Digital Platform for Scholarly Publishing at Yale Yale Medicine Thesis Digital Library School of Medicine January 2012 Surgical Patients With Do-Not-Resuscitate Orders: An

More information

The Association of Morbid Obesity with Mortality and Coronary Revascularization among Patients with Acute Myocardial Infarction

The Association of Morbid Obesity with Mortality and Coronary Revascularization among Patients with Acute Myocardial Infarction PharmaSUG 2014 - Paper HA06 The Association of Morbid Obesity with Mortality and Coronary Revascularization among Patients with Acute Myocardial Infarction ABSTRACT Ashwini S Erande MPH University Of California

More information

PQRS 2014 Submission through the Surgeon Specific Registry

PQRS 2014 Submission through the Surgeon Specific Registry PQRS 2014 Submission through the Surgeon Specific Registry Continuous Quality Improvement Division of Research and Optimal Patient Care American College of Surgeons About the SSR What is the SSR? The American

More information

Biostatistics for Med Students. Lecture 1

Biostatistics for Med Students. Lecture 1 Biostatistics for Med Students Lecture 1 John J. Chen, Ph.D. Professor & Director of Biostatistics Core UH JABSOM JABSOM MD7 February 14, 2018 Lecture note: http://biostat.jabsom.hawaii.edu/education/training.html

More information

Analysis and Interpretation of Data Part 1

Analysis and Interpretation of Data Part 1 Analysis and Interpretation of Data Part 1 DATA ANALYSIS: PRELIMINARY STEPS 1. Editing Field Edit Completeness Legibility Comprehensibility Consistency Uniformity Central Office Edit 2. Coding Specifying

More information

Propensity score methods to adjust for confounding in assessing treatment effects: bias and precision

Propensity score methods to adjust for confounding in assessing treatment effects: bias and precision ISPUB.COM The Internet Journal of Epidemiology Volume 7 Number 2 Propensity score methods to adjust for confounding in assessing treatment effects: bias and precision Z Wang Abstract There is an increasing

More information