Implementing Worst Rank Imputation Using SAS

Size: px
Start display at page:

Download "Implementing Worst Rank Imputation Using SAS"

Transcription

1 Paper SP12 Implementing Worst Rank Imputation Using SAS Qian Wang, Merck Sharp & Dohme (Europe), Inc., Brussels, Belgium Eric Qi, Merck & Company, Inc., Upper Gwynedd, PA ABSTRACT Classic designs of randomized clinical trials quite often require repeated measurements over the treatment period. However, some patients may experience terminal events which prevent their continuation in the treatment. Although no measurements can be collected after those patients leave the study, the drop-out reasons (e.g. drug-related adverse experience or lack of efficacy) and time (e.g. early or late in the study) might be an indication of the effect of the treatment. One approach to incorporate this piece of information into the analysis is to impute, for the missing observation, a worstrank score which is worse than any values actually collected at that time point. The transformation from observed data into rankings for analysis also has the advantage of being less sensitive to data distribution assumption and less affected by the outliers. Nevertheless, how to implement and program the worst rank imputation remains a challenge. This paper provides one possible definition of the worst rank imputation and describes in details how to implement it using SAS. INTRODUCTION In a clinical trial which requires repeated response measurements over a period of time, it s possible that patients discontinue the treatment due to treatment-related reasons (e.g. lack of efficacy or adverse experience) which prevent their physical evaluation before the end of the study. The observations after discontinuation, however, might not be missing at random and might, on the contrary, provide insights to the treatment effect. For example, the discontinuation due to lack of efficacy is a strong negative message and the missing observation is an indication of treatment failure. In this case, the missing observation is informative. One approach to incorporate this informative missingness into the analysis is to impute a worst-rank score for the missing data. This score is worse than any values actually observed. The transformation from observed data into rankings for analysis also has the advantage of being less sensitive to data distribution assumption and less affected by the outliers. However, the exact definition of worst-rank imputation and its implementation remain a challenge. This paper provides one possible definition of the worst rank imputation approach and describes in detail its SAS program architecture as well as step-by-step implementation. Please note that the paper focuses on an application and implementation of the worst-rank imputation instead of its statistical soundness. WORST RANK IMPUTATION Example Study Design A simulated trial (please refer to table 1) is used in this paper to illustrate the worst rank imputation method. The study consists of 14 patients with unique subject ID (USUBJID) 101 to 114. Ideally, 5 assessments of the endpoint of interest should be collected for each patient at the baseline visit (Visit 0) and 4 post-baseline visits (Visit 1 to 4). Patient 101, 102, 103 complete the treatment with measurement collected at every time point. Patient 104 and 107 are also completers, but fail to provide response information for all time points. These 5 patients are labeled as COMPLETER. The rest of the patients drop out of the study towards the end due to various reasons (e.g. WITHDRAWAL OF CONSENT, LOST TO FOLLOW- UP, ADVERSE EVENT, LACK OF EFFICACY, etc). The reasons and time of discontinuation are recorded. As an example, patient 106 stops treatment after Visit 2 due to lack of efficacy. Therefore, this patient only has assessments before drop-out at Visit 0, 1 and 2. No information is available for his Visit 3 and 4. It also happens that some patients skip assessments before they leave the study. One example given here is patient 110 who is missing Visit 2 measurement although he only stops treatment after Visit 3.

2 Table 1 Original Data Collected Endpoint Value at Visit USUBJID Visit Reason NA COMPLETER NA COMPLETER NA COMPLETER NA COMPLETER WITHDRAWAL OF CONSENT LACK OF EFFICACY NA COMPLETER LOST TO FOLLOW-UP ADVERSE EVENT WITHDRAWAL OF CONSENT LACK OF EFFICACY ADVERSE EVENT ADVERSE EVENT LACK OF EFFICACY Without losing generality, change from baseline analysis is adopted for this study. Let s assume that the ranking and the collected assessments have the following relationships: Rank 1 (Best) Maximum (Worst) Assessment Value Smallest Largest And the ranking and the change from baseline values have the following relationships: Rank 1 (Best) Maximum (Worst) Change From Baseline Value (Visit 1 to 4) Smallest (Highly Negative) Largest (Less Negative or Positive) The ranking of change from baseline during the follow-up visits (computed as Visit i value - Visit 0 value) is constructed in a way that the rank value corresponds to the treatment effect (the smallest rank value 1 indicating the best effect and the largest value the worst). In this example, the smallest value of change from baseline (the most negative value which indicates the largest decrease from baseline) corresponds to the best treatment effect, hence rank number 1. Baseline Ranking Although the worst-rank imputation approach only applies to the follow-up time points, the baseline ranking is also calculated for this example since it s sometimes needed to account for baseline levels by means of a covariate in the repeated measurement analysis. The ranking is calculated solely based on the baseline endpoint values. Table 2 gives the ranking of all patients at Visit 0. The best rank (for patient 111) corresponds to the smallest endpoint value (2.0), and the worst rank (for patient 108) corresponds to the largest assessment (222.0). Table 2 Visit 0 (Baseline) Ranking Visit 0 USUBJID Rank Value Visit Reason LACK OF EFFICACY ADVERSE EVENT WITHDRAWAL OF CONSENT WITHDRAWAL OF CONSENT NA COMPLETER ADVERSE EVENT NA COMPLETER LACK OF EFFICACY NA COMPLETER LACK OF EFFICACY NA COMPLETER ADVERSE EVENT NA COMPLETER LOST TO FOLLOW-UP

3 Follow-up Visit Ranking If there were no missing values, patients at each follow-up visit (Visit 1 to Visit 4) could be ranked against their response change from baseline. However when it s impossible to collect information at all time points, the worst-rank imputation method provides a possible solution. The guiding principle of worst-rank imputation is to rank information in a way which corresponds to the treatment effect. Intuitively, patients who still stay in the study at the specific time point show better response compared to patients who have left the study due to drug-related reasons. Continuing patients are therefore assigned better ranks than patients discontinued for treatment-related causes. For a patient who is known to remain in study but has missing assessment at the time point, his last observation during the treatment is carried forward. So in the case of patient 110 who only leaves study after Visit 3, the missing Visit 2 assessment can be imputed using the Visit 1 observation. Non-dropouts (with/without missing information) are ranked together based on the observed change from baseline (calculated from observed or imputed values). Table 3 lists all the patient assessments after Last Observation Carried-Forward (LOCF). Table 4 shows the computed change from baseline from visit 1 to visit 4 with LOCF. All carried-forward values are highlighted in bold. Table 3 Data After LOCF Imputation Endpoint Value at Visit USUBJID Visit Reason NA COMPLETER NA COMPLETER NA COMPLETER NA COMPLETER WITHDRAWAL OF CONSENT LACK OF EFFICACY NA COMPLETER LOST TO FOLLOW-UP ADVERSE EVENT WITHDRAWAL OF CONSENT LACK OF EFFICACY ADVERSE EVENT ADVERSE EVENT LACK OF EFFICACY Table 4 Calculated Change From Baseline After LOCF Imputation Endpoint Change From Baseline Value at Visit USUBJID Visit Reason NA COMPLETER NA COMPLETER NA COMPLETER NA COMPLETER WITHDRAWAL OF CONSENT LACK OF EFFICACY NA COMPLETER LOST TO FOLLOW-UP ADVERSE EVENT WITHDRAWAL OF CONSENT LACK OF EFFICACY ADVERSE EVENT ADVERSE EVENT LACK OF EFFICACY Discontinued patients are ranked after all patients still under treatments. Those drop-outs are grouped based on the reason of discontinuation. The reasons can be ordered so that drop-outs due to less severe drug-related reasons are ranked before those due to more serious causes. In the example study, one possible ordering might be to consider patients with reasons WITH- DRAWAL OF CONSENT or LOST TO FOLLOW-UP (group 1) as showing better treatment effect, compared to those with

4 ADVERSE EVENT (group 2). due to LACK OF EFFICACY (group 3) is regarded as the indication of worst response among all reasons. For the patients who drop out due to the same reason, their discontinuation time (recorded as discontinuation visit number) are compared. Patients who drop out later in the study are ranked better (smaller rank values) than those who leave the study earlier. Table 5, 6, 7 and 8 give the worst-rank imputation results at each Visit 1 to 4 respectively. At Visit 1, all patients except 105 and 112 are still in the study, and they are ranked based on the calculated change from baseline value. 105, 112 discontinued from study after baseline visit and are ranked after all other patients. Patient 105 drops out for WITHDRAWAL OF CONSENT (discontinuation group 1) and is considered as showing better treatment response than patient 112 who terminates the study due to ADVERSE EVENT (discontinuation group 2). Table 5 Visit 1 Ranking Visit 1 USUBJID Rank Change From Baseline Visit Reason Group/Description / LOST TO FOLLOW-UP NA COMPLETER / WITHDRAWAL OF CONSENT NA COMPLETER / LACK OF EFFICACY / ADVERSE EVENT / LACK OF EFFICACY NA COMPLETER NA COMPLETER / ADVERSE EVENT NA COMPLETER / LACK OF EFFICACY / WITHDRAWAL OF CONSENT / ADVERSE EVENT At Visit 2, patients 107 and 110 are ranked using their calculated change from baseline with LOCF imputation. Patient 105, 112 and 114 are no longer in the study and are considered as having worse treatment effect than all other patients. They are ordered based on the implication of reason of discontinuation. Table 6 Visit 2 Ranking Visit 2 USUBJID Rank Change From Baseline Visit Reason Group/Description (LOCF) / LOST TO FOLLOW-UP / ADVERSE EVENT NA COMPLETER / LACK OF EFFICACY / WITHDRAWAL OF CONSENT NA COMPLETER NA COMPLETER NA COMPLETER NA COMPLETER / ADVERSE EVENT / LACK OF EFFICACY / WITHDRAWAL OF CONSENT / ADVERSE EVENT / LACK OF EFFICACY At Visit 3, patient 108, 105, 109, 112, 106 and 114 have all dropped out from study. They are grouped based on discontinuation reasons. Within each group, patients are ranked based on the time when they stop the treatment. For example, both 106 and 114 leave the study due to LACK OF EFFICACY. 106 is assigned a better rank because he discontinues later (after Visit 2) than 114 (after Visit 1).

5 Table 7 Visit 3 Ranking Visit 3 USUBJID Rank Change From Baseline Visit Reason Group/Description (LOCF) NA COMPLETER NA COMPLETER NA COMPLETER / WITHDRAWAL OF CONSENT / ADVERSE EVENT NA COMPLETER NA COMPLETER / LACK OF EFFICACY / LOST TO FOLLOW-UP / WITHDRAWAL OF CONSENT / ADVERSE EVENT / ADVERSE EVENT / LACK OF EFFICACY / LACK OF EFFICACY At Visit 4, only patients 103, 104, 107, 101 and 102 still remain in the study and all the rest stop the treatment due to various reasons. Table 8 Visit 4 Ranking Visit 4 USUBJID Rank Change From Baseline Visit Reason Group/Description (LOCF) NA COMPLETER NA COMPLETER NA COMPLETER NA COMPLETER NA COMPLETER / WITHDRAWAL OF CONSENT / LOST TO FOLLOW-UP / WITHDRAWAL OF CONSENT / ADVERSE EVENT / ADVERSE EVENT / ADVERSE EVENT / LACK OF EFFICACY / LACK OF EFFICACY / LACK OF EFFICACY SAS IMPLEMENTATION Figure 1 shows the process flow of the SAS implementation of the worst-rank imputation method described in the previous section. Firstly, all collected patient data are classified based on whether the patient is still continuing in the study at each specific time point. If the patient is a drop-out, the data are grouped based on the reason of discontinuation. Next, if the patient is continuing at a specific visit, and his observation is missing, his last observation prior to the current visit is carried forward. In the 3 rd step, all continuing patients are ranked together according to the assessment values (collected or imputed). The dropout patients due to the same reason are ranked together based on their time of discontinuation, and the whole dropout group is appended after the continuing patients from step 3. The drop-out groups are ordered, and the reason group which reflects worse treatment effect is always positioned after those with better response.

6 Figure 1 Process Flow All observations (missing or not) Step 1: Classify observations based on patient status a. Continueing patients with non-missing observations b. Continueing patients with missing observations c. Dropouts reason 1 d. Dropouts reason 2 e. Dropouts reason 3 Step 2: LOCF Step 4: Rank based on time and append Step 3: Rank based on Observation Ranked data for a, b & c Step 4: Rank based on time and append Ranked data for a,& b Ranked data for a, b, c & d Step 4: Rank based on time and append Ranked data for all patients STEP 1: CLASSIFY OBSERVATIONS BASED ON PATIENT STATUS At each visit time point, whether the patient is still continuing in the study (group a & b in the flow chart) can be determined by 2 criteria: 1. Patient is labeled as a COMPLETER; Or 2. Patient is not a COMPLETER, but his discontinuation visit occurs after the current visit. The rest of the patients are categorized according to the drop-out reasons (e.g. group c for WITHDRAWAL OF CONSENT or LOST TO FOLLOW-UP; group d for ADVERSE EVENT; and group e for LACK OF EFFICACY). Table 9 below lists the SAS datasets after categorizing the observations in the given example. Each dataset contains variables USUBJID, VISITNUM, RESULTN, DSDY and DSDECOD corresponding respectively to the subject identifier, visit number, measurement value during the visit, discontinuation visit number and patient discontinuation reason (or patient status in the case of a COMPLETER).

7 Table 9 SAS datasets after step 1 Group a: Continuing patients with non-missing observations USUBJID VISIT- RESULTN DSDY DSDECOD NUM COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER WITHDRAWAL OF CONSENT LACK OF EFFICACY LACK OF EFFICACY LACK OF EFFICACY LOST TO FOLLOW-UP LOST TO FOLLOW-UP LOST TO FOLLOW-UP ADVERSE EVENT ADVERSE EVENT ADVERSE EVENT LACK OF EFFICACY LACK OF EFFICACY LACK OF EFFICACY LACK OF EFFICACY ADVERSE EVENT ADVERSE EVENT ADVERSE EVENT ADVERSE EVENT ADVERSE EVENT LACK OF EFFICACY LACK OF EFFICACY Group b: Continuing patients with missing observations USUBJID VISIT- RESULTN DSDY DSDECOD NUM COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER COMPLETER WITHDRAWAL OF CONSENT WITHDRAWAL OF CONSENT WITHDRAWAL OF CONSENT WITHDRAWAL OF CONSENT Group c: Missing information due to reason 1 USUBJID VISITNUM RESULTN DSDY DSDECOD WITHDRAWAL OF CONSENT WITHDRAWAL OF CONSENT WITHDRAWAL OF CONSENT WITHDRAWAL OF CONSENT LOST TO FOLLOW-UP LOST TO FOLLOW-UP WITHDRAWAL OF CONSENT Group d: Missing information due to reason 2 USUBJID VISITNUM RESULTN DSDY DSDECOD ADVERSE EVENT ADVERSE EVENT ADVERSE EVENT ADVERSE EVENT ADVERSE EVENT ADVERSE EVENT ADVERSE EVENT Group e: Missing information due to reason 3 USUBJID VISITNUM RESULTN DSDY DSDECOD LACK OF EFFICACY LACK OF EFFICACY LACK OF EFFICACY LACK OF EFFICACY LACK OF EFFICACY LACK OF EFFICACY STEP 2: LOCF IMPUTATION FOR CONTINUING PATIENTS WITH MISSING VALUES For the continuing patients with missing observations (group b dataset from step 1), a Last Observation carried Forward approach (LOCF) is applied to impute missing data. Below is the SAS implementation of LOCF. %macro LOCF(inds= /* Input dataset name */,outds= /* Output dataset name */,SubjidVar= /* Patient identifier */,TimeVar= /* Time point variable */,Var= /* Name of the variable to be carried forward */,CrfwdVar= /* Name of the variable for the carried-forward values */ ); proc sort data=&inds out=&outds; by &SubjidVar &TimeVar;

8 data &outds; set &outds; by &SubjidVar &TimeVar; retain &CrfwdVar; if first.&subjidvar then &CrfwdVar=.; if &var >.z then &CrfwdVar=&var; %mend locf; In this example, the macro can be invoked in the following way. %locf( inds=group_b,outds=group_blocf,subjidvar=usubjid,timevar=visitnum,var=resultn,crfwdvar=resultn_locf ); STEP 3: RANK BASED ON OBSERVATIONS FOR CONTINUING PATIENTS Patients from group a and group b (with LOCF) are ranked based on the values of assessment (observed or imputed) using the SAS procedure RANK. The RANK procedure computes ranks for one or more numeric variables across all observations within each by-variable group and outputs the ranks to a new SAS data set. The following program shows how to rank the values of RANKVAR at each visit (as indicated by the by VISITNUM statement) using a simple PROC RANK step. In this example, RANKVAR refers to the baseline assessment during Visit 0, and change from baseline during the follow-up Visit 1 to Visit 4. The ranking results within each visit are stored in the variable WR. proc RANK data=group_a_blocf out=rk_group_a_blocf; by VISITNUM; var RANKVAR; ranks WR; By default, PROC RANK assigns rank number 1 to the smallest variable value. To reverse the order, you may specify the option DESCENDING so that the largest value corresponds to rank number 1. The procedure also allows flexibility in ranking tied values. The valid options are TIES=HIGH LOW MEAN where TIES=HIGH assigns the largest of the corresponding ranks to all the tied records; TIES=LOW assigns the smallest of the corresponding ranks to all the tied records; and TIES=MEA'N is the default and assigns the mean of the corresponding ranks to all the tied records. In an example dataset with only one variable and 4 observations of values 4, 5, 5 and 6, the default PROC RANK assigns rank 1, 2.5, 2.5 and 4 to these 4 observations respectively. If option TIES=HIGH is specified, the procedure calculates ranks as 1, 3, 3 and 4. When TIES=LOW, the observed values are ranked as 1, 2, 2 and 4. STEP 4: RANK BASED ON REASON AND TIME FOR DROP-OUT PATIENTS At each visit, the patients who have stopped treatment (group c, d, e from step 1) are ranked after those still in the study (group a and b). Based on the treatment effect (as implied by the discontinuation reason), patients with more serious dropout reason are ordered towards the bottom. Therefore, in this example, group e patients will be ranked worse than group d, and group d worse than group c. Within each group, patients will be ranked based on their drop-out time, the earlier they drop, the worse they will be ranked. The following APPENDRANK macro is defined to rank patients in a discontinuation group (c, d or e) and append their rank to the previous group. %macro appendrank( processds= /* Dataset to be ranked */

9 ,previousds= /* Dataset to append to */,byvar= /* By variable */,var = /* Name of the variable to be ranked */,rankvar= /* Name of the variable for ranking results */,outds= /* Output dataset */ ); proc sort data=&processds out=_ds1; by &byvar; %**** Rank based on drop-out time **; proc rank data=_ds1 out=_ds2 DESCENDING; by &byvar; var &var; ranks &rankvar; %**** get the largest rank in previous data; proc SQL; create table _rkmax as select &byvar, MAX(&rankvar) as _MAX from &previousds group by &byvar; create table _ds3 as select a.*, _MAX from _ds2 as a, _rkmax as b where a.&byvar=b.&byvar ; quit; data _ds4; set _ds3; &rankvar=&rankvar+_max; drop _MAX; data &outds; set &previousds _ds4; proc sort data=&outds; by &byvar wr; %**** Delete temporary datasets created within macro; proc datasets library=work memtype=data nolist ; delete _ds1 _ds2 _ds3 _ds4 _rkmax; quit ; %mend appendrank; To rank group c patients and consolidate the ranking with the previous group a and b patients (specified by previousds=rk_group_a_blocf), simply call the macro with the following parameters: %appendrank( Processds = group_c,previousds = rk_group_a_blocf,byvar = visitnum,var = dsdy,rankvar = WR,outds = rk_group_a_blocf_c ); The output dataset rk_group_a_blocf_c contains the ranking for all group a, b and c patients using worst rank imputation. It can then be passed into the appendrank macro again as previousds for the ranking of group d together. And similarly, the final ranking is generated by a 3rd call to the same macro. CONCLUSIONS In clinical trials, quite often repeated measurements are required for the analysis, however, patients may drop out in the middle of the trial due to various reasons. This paper described one possible solution, a worst-rank imputation approach, which transforms the collected observations into ranks to smooth the extreme outliers, and accounts for missing information

10 based on the reason and time of dropout. A step-by-step explanation of its SAS coding was also provided. REFERENCES: John M. Lachin Worst-Rank Score Analysis with Informatively Missing Observations in Clinical Trials Controlled Clinical Trials Volume 20, Issue 5, October 1999, Pages SAS Institute Inc., SAS Language Reference Version 6 First Edition Copyright 1990 by SAS institute, Cary, NC, USA ACKNOWLEDGMENTS The authors greatly acknowledge the review and candid feedback from Margaret Coughlin, Frederic Coppin, Kristel Vandormael and Cindy White. TRADEMARKS SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. indicates USA registration. CONTACT INFORMATION Qian Wang Scientific Programming Biostatistics and Research Decision Sciences Merck Sharp & Dohme (Europe), Inc. Clos du Lynx 5 B-1200 Brussels, Belgium Qian_Wang@merck.com Eric Qi Scientific Programming Biostatistics and Research Decision Sciences Merck & Co. (UG1D-88) Upper Gwynedd, PA Eric_Qi@merck.com

Systematic Inductive Method for Imputing Partial Missing Dates in Clinical Trials

Systematic Inductive Method for Imputing Partial Missing Dates in Clinical Trials Paper PO05 Systematic Inductive Method for Imputing Partial Missing Dates in Clinical Trials Ping Liu ABSTRACT In any phase of clinical trials, dates are very critical throughout the entire trial. However,

More information

COMMITTEE FOR PROPRIETARY MEDICINAL PRODUCTS (CPMP) POINTS TO CONSIDER ON MISSING DATA

COMMITTEE FOR PROPRIETARY MEDICINAL PRODUCTS (CPMP) POINTS TO CONSIDER ON MISSING DATA The European Agency for the Evaluation of Medicinal Products Evaluation of Medicines for Human Use London, 15 November 2001 CPMP/EWP/1776/99 COMMITTEE FOR PROPRIETARY MEDICINAL PRODUCTS (CPMP) POINTS TO

More information

Abstract. Introduction A SIMULATION STUDY OF ESTIMATORS FOR RATES OF CHANGES IN LONGITUDINAL STUDIES WITH ATTRITION

Abstract. Introduction A SIMULATION STUDY OF ESTIMATORS FOR RATES OF CHANGES IN LONGITUDINAL STUDIES WITH ATTRITION A SIMULATION STUDY OF ESTIMATORS FOR RATES OF CHANGES IN LONGITUDINAL STUDIES WITH ATTRITION Fong Wang, Genentech Inc. Mary Lange, Immunex Corp. Abstract Many longitudinal studies and clinical trials are

More information

A SAS Macro to Present a Summary Table of the Number of Patients Having Experienced Adverse Events in a Clinical Trial

A SAS Macro to Present a Summary Table of the Number of Patients Having Experienced Adverse Events in a Clinical Trial A SAS Macro to Present a Summary Table of the Number of Patients Having Experienced Adverse Events in a Clinical Trial Christoph Gerlinger * and Ursula Franke ** * Laboratoires Fournier S.C.A. and ** biodat

More information

Estimands, Missing Data and Sensitivity Analysis: some overview remarks. Roderick Little

Estimands, Missing Data and Sensitivity Analysis: some overview remarks. Roderick Little Estimands, Missing Data and Sensitivity Analysis: some overview remarks Roderick Little NRC Panel s Charge To prepare a report with recommendations that would be useful for USFDA's development of guidance

More information

ABSTRACT INTRODUCTION

ABSTRACT INTRODUCTION Adaptive Randomization: Institutional Balancing Using SAS Macro Rita Tsang, Aptiv Solutions, Southborough, Massachusetts Katherine Kacena, Aptiv Solutions, Southborough, Massachusetts ABSTRACT Adaptive

More information

Pharmaceutical Applications

Pharmaceutical Applications Creating an Input Dataset to Produce Incidence and Exposure Adjusted Special Interest AE's Pushpa Saranadasa, Merck & Co., Inc. Abstract Most adverse event (AE) summary tables display the number of patients

More information

Selected Topics in Biostatistics Seminar Series. Missing Data. Sponsored by: Center For Clinical Investigation and Cleveland CTSC

Selected Topics in Biostatistics Seminar Series. Missing Data. Sponsored by: Center For Clinical Investigation and Cleveland CTSC Selected Topics in Biostatistics Seminar Series Missing Data Sponsored by: Center For Clinical Investigation and Cleveland CTSC Brian Schmotzer, MS Biostatistician, CCI Statistical Sciences Core brian.schmotzer@case.edu

More information

Standard Methods for Analysis and Reporting of VAS or NRS Derived Pain Relief Response Scores

Standard Methods for Analysis and Reporting of VAS or NRS Derived Pain Relief Response Scores Standard Methods for Analysis and Reporting of VAS or NRS Derived Pain Relief Response Scores James R. Johnson, PhD Sr. Director Biostatistics and Data Sciences Flexion Therapeutics, Inc. Presentation

More information

PharmaSUG China 2018 Paper SP-28

PharmaSUG China 2018 Paper SP-28 PharmaSUG China 2018 Paper SP-28 SAS Macros for the Area Under the Curve (AUC) Calculation of Continuous Glucose Monitoring (CGM) Data Xiao Ran Han, The Chinese University of Hong Kong, China Ka Chun Chong,

More information

Collapsing Longitudinal Data Across Related Events and Imputing Endpoints

Collapsing Longitudinal Data Across Related Events and Imputing Endpoints Collapsing Longitudinal Data Across Related Events and Imputing Endpoints James Joseph, INC Research, King of Prussia, PA INTRODUCTION When attempting to answer a research question, the best study design

More information

PharmaSUG Paper QT38

PharmaSUG Paper QT38 PharmaSUG 2015 - Paper QT38 Statistical Review and Validation of Patient Narratives Indrani Sarkar, inventiv Health Clinical, Indiana, USA Bradford J. Danner, Sarah Cannon Research Institute, Tennessee,

More information

BEST PRACTICES FOR IMPLEMENTATION AND ANALYSIS OF PAIN SCALE PATIENT REPORTED OUTCOMES IN CLINICAL TRIALS

BEST PRACTICES FOR IMPLEMENTATION AND ANALYSIS OF PAIN SCALE PATIENT REPORTED OUTCOMES IN CLINICAL TRIALS BEST PRACTICES FOR IMPLEMENTATION AND ANALYSIS OF PAIN SCALE PATIENT REPORTED OUTCOMES IN CLINICAL TRIALS Nan Shao, Ph.D. Director, Biostatistics Premier Research Group, Limited and Mark Jaros, Ph.D. Senior

More information

LOCF and MMRM: Thoughts on Comparisons

LOCF and MMRM: Thoughts on Comparisons LOCF and MMRM: Thoughts on Comparisons Raymond J. Carroll Texas A&M University http://stat.tamu.edu/~carroll carroll@stat.tamu.edu Outline Brief rehash of the talks comparing LOCF and mixed models Defense

More information

Paper number: CC02 MACRO %NEWFLOW JIAN HUA (DANIEL) HUANG, FOREST LABORATORIES INC, NJ

Paper number: CC02 MACRO %NEWFLOW JIAN HUA (DANIEL) HUANG, FOREST LABORATORIES INC, NJ Paper number: CC02 MACRO %NEWFLOW JIAN HUA (DANIEL) HUANG, FOREST LABORATORIES INC, NJ ABSTRACT: If you use SAS Proc Report frequently, you will be familiar with the flow option. The flow option wraps

More information

Quantifying the clinical measure of interest in the presence of missing data:

Quantifying the clinical measure of interest in the presence of missing data: Quantifying the clinical measure of interest in the presence of missing data: choosing primary and sensitivity analyses in neuroscience clinical trials Sept 26, 2016 Elena Polverejan, Ph.D. Statistical

More information

Strategies for handling missing data in randomised trials

Strategies for handling missing data in randomised trials Strategies for handling missing data in randomised trials NIHR statistical meeting London, 13th February 2012 Ian White MRC Biostatistics Unit, Cambridge, UK Plan 1. Why do missing data matter? 2. Popular

More information

Immediate-release Hydrocodone/Acetaminophen M Abbreviated Clinical Study Report R&D/08/1020

Immediate-release Hydrocodone/Acetaminophen M Abbreviated Clinical Study Report R&D/08/1020 2.0 Synopsis Abbott Laboratories Individual Study Table Referring to Part of Dossier: (For National Authority Use Only) Name of Study Drug: Volume: Hydrocodone Bitartrate- Acetaminophen (NORCO ) Name of

More information

ADaM Tips for Exposure Summary

ADaM Tips for Exposure Summary ABSTRACT PharmaSUG China 2016 Paper 84 ADaM Tips for Exposure Summary Kriss Harris, SAS Specialists Limited, Hertfordshire, United Kingdom Have you ever created the Analysis Dataset for the Exposure Summary

More information

PROGRAMMER S SAFETY KIT: Important Points to Remember While Programming or Validating Safety Tables

PROGRAMMER S SAFETY KIT: Important Points to Remember While Programming or Validating Safety Tables PharmaSUG 2012 - Paper IB09 PROGRAMMER S SAFETY KIT: Important Points to Remember While Programming or Validating Safety Tables Sneha Sarmukadam, Statistical Programmer, PharmaNet/i3, Pune, India Sandeep

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

Graph Display of Patient Profile Using SAS

Graph Display of Patient Profile Using SAS PharmaSUG 2018 - Paper DV-17 Graph Display of Patient Profile Using SAS Yanwei Han, Seqirus USA Inc., Cambridge, MA Hongyu Liu, Seqirus USA Inc., Cambridge, MA ABSTRACT We usually create patient profile

More information

Stat Wk 8: Continuous Data

Stat Wk 8: Continuous Data Stat 342 - Wk 8: Continuous Data proc iml Loading and saving to datasets proc means proc univariate proc sgplot proc corr Stat 342 Notes. Week 3, Page 1 / 71 PROC IML - Reading other datasets. If you want

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

DRAFT (Final) Concept Paper On choosing appropriate estimands and defining sensitivity analyses in confirmatory clinical trials

DRAFT (Final) Concept Paper On choosing appropriate estimands and defining sensitivity analyses in confirmatory clinical trials DRAFT (Final) Concept Paper On choosing appropriate estimands and defining sensitivity analyses in confirmatory clinical trials EFSPI Comments Page General Priority (H/M/L) Comment The concept to develop

More information

Imputing Dose Levels for Adverse Events

Imputing Dose Levels for Adverse Events Paper HO03 Imputing Dose Levels for Adverse Events John R Gerlach & Igor Kolodezh CSG Inc., Raleigh, NC USA ABSTRACT Besides the standard reporting of adverse events in clinical trials, there is a growing

More information

Leveraging Standards for Effective Visualization of Early Efficacy in Clinical Trial Oncology Studies

Leveraging Standards for Effective Visualization of Early Efficacy in Clinical Trial Oncology Studies PharmaSUG 2018 - Paper DV-26 Leveraging Standards for Effective Visualization of Early Efficacy in Clinical Trial Oncology Studies Kelci Miclaus and Lili Li, JMP Life Sciences SAS Institute ABSTRACT Solid

More information

Analysis Strategies for Clinical Trials with Treatment Non-Adherence Bohdana Ratitch, PhD

Analysis Strategies for Clinical Trials with Treatment Non-Adherence Bohdana Ratitch, PhD Analysis Strategies for Clinical Trials with Treatment Non-Adherence Bohdana Ratitch, PhD Acknowledgments: Michael O Kelly, James Roger, Ilya Lipkovich, DIA SWG On Missing Data Copyright 2016 QuintilesIMS.

More information

The Hill s Healthy Weight Protocol User Guide. Effective

The Hill s Healthy Weight Protocol User Guide. Effective The Hill s Healthy Weight Protocol User Guide Effective 9.5.2012 1 Welcome! Thank you for participating in the Hill s Healthy Weight Protocol in-clinic pilot. We hope and expect that you find this new

More information

ABSTRACT THE INDEPENDENT MEANS T-TEST AND ALTERNATIVES SESUG Paper PO-10

ABSTRACT THE INDEPENDENT MEANS T-TEST AND ALTERNATIVES SESUG Paper PO-10 SESUG 01 Paper PO-10 PROC TTEST (Old Friend), What Are You Trying to Tell Us? Diep Nguyen, University of South Florida, Tampa, FL Patricia Rodríguez de Gil, University of South Florida, Tampa, FL Eun Sook

More information

European Medicines Agency decision

European Medicines Agency decision EMA/848760/2017 European Medicines Agency decision P/0033/2018 of 30 January 2018 on the acceptance of a modification of an agreed paediatric investigation plan for sitagliptin (Januvia), (EMEA-000470-PIP01-08-M10)

More information

2016 Children and young people s inpatient and day case survey

2016 Children and young people s inpatient and day case survey NHS Patient Survey Programme 2016 Children and young people s inpatient and day case survey Technical details for analysing trust-level results Published November 2017 CQC publication Contents 1. Introduction...

More information

Treatment Adaptive Biased Coin Randomization: Generating Randomization Sequences in SAS

Treatment Adaptive Biased Coin Randomization: Generating Randomization Sequences in SAS Adaptive Biased Coin Randomization: OBJECTIVES use SAS code to generate randomization s based on the adaptive biased coin design (ABCD) must have approximate balance in treatment groups can be used to

More information

Catherine A. Welch 1*, Séverine Sabia 1,2, Eric Brunner 1, Mika Kivimäki 1 and Martin J. Shipley 1

Catherine A. Welch 1*, Séverine Sabia 1,2, Eric Brunner 1, Mika Kivimäki 1 and Martin J. Shipley 1 Welch et al. BMC Medical Research Methodology (2018) 18:89 https://doi.org/10.1186/s12874-018-0548-0 RESEARCH ARTICLE Open Access Does pattern mixture modelling reduce bias due to informative attrition

More information

Lev Sverdlov, Ph.D., Innapharma, Inc., Park Ridge, NJ

Lev Sverdlov, Ph.D., Innapharma, Inc., Park Ridge, NJ Sensitivity of PROC DISCRIM for Different List of Variables to Separate a Study Population by Treatment Subgroups in Clinical Trial With a New Antidepressant Lev Sverdlov, Ph.D., Innapharma, Inc., Park

More information

Programmatic Challenges of Dose Tapering Using SAS

Programmatic Challenges of Dose Tapering Using SAS ABSTRACT: Paper 2036-2014 Programmatic Challenges of Dose Tapering Using SAS Iuliana Barbalau, Santen Inc., Emeryville, CA Chen Shi, Santen Inc., Emeryville, CA Yang Yang, Santen Inc., Emeryville, CA In

More information

AE: An Essential Part of Safety Summary Table Creation. Rucha Landge, Inventiv International Pharma Services Pvt. Ltd.

AE: An Essential Part of Safety Summary Table Creation. Rucha Landge, Inventiv International Pharma Services Pvt. Ltd. PharmaSUG 2016 - Paper IB11 AE: An Essential Part of Safety Summary Table Creation. Rucha Landge, Inventiv International Pharma Services Pvt. Ltd., Pune, India ABSTRACT Adverse event (AE) summary tables

More information

PSI Missing Data Expert Group

PSI Missing Data Expert Group Title Missing Data: Discussion Points from the PSI Missing Data Expert Group Authors PSI Missing Data Expert Group 1 Abstract The Points to Consider Document on Missing Data was adopted by the Committee

More information

Linear Regression in SAS

Linear Regression in SAS 1 Suppose we wish to examine factors that predict patient s hemoglobin levels. Simulated data for six patients is used throughout this tutorial. data hgb_data; input id age race $ bmi hgb; cards; 21 25

More information

Knowledge is Power: The Basics of SAS Proc Power

Knowledge is Power: The Basics of SAS Proc Power ABSTRACT Knowledge is Power: The Basics of SAS Proc Power Elaina Gates, California Polytechnic State University, San Luis Obispo There are many statistics applications where it is important to understand

More information

European Medicines Agency decision

European Medicines Agency decision EMA/761887/2015 European Medicines Agency decision P/0307/2015 of 21 December 2015 on the acceptance of a modification of an agreed paediatric investigation plan for odanacatib (EMEA- 001123-PIP01-11-M03)

More information

Design and Construct Efficacy Analysis Datasets in Late Phase Oncology Studies

Design and Construct Efficacy Analysis Datasets in Late Phase Oncology Studies PharmaSUG China Design and Construct Efficacy Analysis s in Late Phase Oncology Studies Huadan Li, MSD R&D (China) Co., Ltd., Beijing, China Changhong Shi, MSD R&D (China) Co., Ltd., Beijing, China ABSTRACT

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

A SAS sy Study of ediary Data

A SAS sy Study of ediary Data A SAS sy Study of ediary Data ABSTRACT PharmaSUG 2017 - Paper BB14 A SAS sy Study of ediary Data Amie Bissonett, inventiv Health Clinical, Minneapolis, MN Many sponsors are using electronic diaries (ediaries)

More information

How to analyze correlated and longitudinal data?

How to analyze correlated and longitudinal data? How to analyze correlated and longitudinal data? Niloofar Ramezani, University of Northern Colorado, Greeley, Colorado ABSTRACT Longitudinal and correlated data are extensively used across disciplines

More information

The FASTCLUS Procedure as an Effective Way to Analyze Clinical Data

The FASTCLUS Procedure as an Effective Way to Analyze Clinical Data The FASTCLUS Procedure as an Effective Way to Analyze Clinical Data Lev Sverdlov, Ph.D., Innapharma, Inc., Park Ridge, NJ ABSTRACT This paper presents an example of the fast cluster analysis (SAS/STAT,

More information

Extract Information from Large Database Using SAS Array, PROC FREQ, and SAS Macro

Extract Information from Large Database Using SAS Array, PROC FREQ, and SAS Macro SESUG 2016 Paper CC-160 Extract Information from Large Database Using SAS Array, PROC FREQ, and SAS Macro Lifang Zhang, Department of Biostatistics and Epidemiology, Augusta University ABSTRACT SAS software

More information

Use of early longitudinal viral load as a surrogate to the virologic endpoint in Hepatitis C: a semi-parametric mixed effect approach using SAS.

Use of early longitudinal viral load as a surrogate to the virologic endpoint in Hepatitis C: a semi-parametric mixed effect approach using SAS. SP04 Use of early longitudinal viral load as a surrogate to the virologic endpoint in Hepatitis C: a semi-parametric mixed effect approach using SAS. Igwebuike Enweonye, B&D Life Sciences Clinical Research,

More information

Paper DM05 Using Empirical Rules in Quality Control of Clinical Laboratory Data

Paper DM05 Using Empirical Rules in Quality Control of Clinical Laboratory Data Paper DM05 Using Empirical Rules in Quality Control of Clinical Laboratory Data ABSTRACT Faustino Daria, Jr. Senior Statistical Programmer Kendle International, Inc. Cincinnati, OH A statistical programmer

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

European Medicines Agency decision

European Medicines Agency decision EMA/155875/2015 European Medicines Agency decision P/0062/2015 of 1 April 2015 on the acceptance of a modification of an agreed paediatric investigation plan for sitagliptin (Januvia), (EMEA-000470-PIP01-08-M09)

More information

Multivariate Bioequivalence

Multivariate Bioequivalence Multivariate Bioequivalence S h i t a l A g a w a n e, S a n j u k t a R o y P h U S E 2013 S t r e a m : S t a t i s t i c s a n d P h a r m a c o k i n e t i c s S P 0 4 PhUSE 2013 Disclaimer Any views

More information

Improved Transparency in Key Operational Decisions in Real World Evidence

Improved Transparency in Key Operational Decisions in Real World Evidence PharmaSUG 2018 - Paper RW-06 Improved Transparency in Key Operational Decisions in Real World Evidence Rebecca Levin, Irene Cosmatos, Jamie Reifsnyder United BioSource Corp. ABSTRACT The joint International

More information

Parameter Estimation of Cognitive Attributes using the Crossed Random- Effects Linear Logistic Test Model with PROC GLIMMIX

Parameter Estimation of Cognitive Attributes using the Crossed Random- Effects Linear Logistic Test Model with PROC GLIMMIX Paper 1766-2014 Parameter Estimation of Cognitive Attributes using the Crossed Random- Effects Linear Logistic Test Model with PROC GLIMMIX ABSTRACT Chunhua Cao, Yan Wang, Yi-Hsin Chen, Isaac Y. Li University

More information

Methods for Computing Missing Item Response in Psychometric Scale Construction

Methods for Computing Missing Item Response in Psychometric Scale Construction American Journal of Biostatistics Original Research Paper Methods for Computing Missing Item Response in Psychometric Scale Construction Ohidul Islam Siddiqui Institute of Statistical Research and Training

More information

Causal Mediation Analysis with the CAUSALMED Procedure

Causal Mediation Analysis with the CAUSALMED Procedure Paper SAS1991-2018 Causal Mediation Analysis with the CAUSALMED Procedure Yiu-Fai Yung, Michael Lamm, and Wei Zhang, SAS Institute Inc. Abstract Important policy and health care decisions often depend

More information

THE META-ANALYSIS (PROC MIXED) OF TWO PILOT CLINICAL STUDIES WITH A NOVEL ANTIDEPRESSANT

THE META-ANALYSIS (PROC MIXED) OF TWO PILOT CLINICAL STUDIES WITH A NOVEL ANTIDEPRESSANT Paper PO03 THE META-ANALYSIS PROC MIXED OF TWO PILOT CLINICAL STUDIES WITH A NOVEL ANTIDEPRESSANT Lev Sverdlov, Ph.D., Innapharma, Inc., Park Ridge, NJ INTROUCTION The paper explores the use of a meta-analysis

More information

Stata: Merge and append Topics: Merging datasets, appending datasets - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1. Terms There are several situations when working with

More information

Estimands and Their Role in Clinical Trials

Estimands and Their Role in Clinical Trials Estimands and Their Role in Clinical Trials Frank Bretz (Novartis) EFSPI/PSI UK September 28, 2015 Acknowledgements ICH E9(R1) Expert Working Group M Akacha, D Ohlssen, H Schmidli, G Rosenkranz (Novartis)

More information

Stepwise method Modern Model Selection Methods Quantile-Quantile plot and tests for normality

Stepwise method Modern Model Selection Methods Quantile-Quantile plot and tests for normality Week 9 Hour 3 Stepwise method Modern Model Selection Methods Quantile-Quantile plot and tests for normality Stat 302 Notes. Week 9, Hour 3, Page 1 / 39 Stepwise Now that we've introduced interactions,

More information

A macro of building predictive model in PROC LOGISTIC with AIC-optimal variable selection embedded in cross-validation

A macro of building predictive model in PROC LOGISTIC with AIC-optimal variable selection embedded in cross-validation SESUG Paper AD-36-2017 A macro of building predictive model in PROC LOGISTIC with AIC-optimal variable selection embedded in cross-validation Hongmei Yang, Andréa Maslow, Carolinas Healthcare System. ABSTRACT

More information

In this module I provide a few illustrations of options within lavaan for handling various situations.

In this module I provide a few illustrations of options within lavaan for handling various situations. In this module I provide a few illustrations of options within lavaan for handling various situations. An appropriate citation for this material is Yves Rosseel (2012). lavaan: An R Package for Structural

More information

Extract from Cancer survival in Europe by country and age: results of EUROCARE-5 a population-based study

Extract from Cancer survival in Europe by country and age: results of EUROCARE-5 a population-based study EUROCARE-5 on-line database Data and methods Extract from Cancer survival in Europe 1999 2007 by country and age: results of EUROCARE-5 a population-based study De Angelis R, Sant M, Coleman MP, Francisci

More information

Exploring the Impact of Missing Data in Multiple Regression

Exploring the Impact of Missing Data in Multiple Regression Exploring the Impact of Missing Data in Multiple Regression Michael G Kenward London School of Hygiene and Tropical Medicine 28th May 2015 1. Introduction In this note we are concerned with the conduct

More information

Lev Sverdlov, Ph.D., John F. Noble, Ph.D., Gabriela Nicolau, Ph.D. Innapharma Inc., Suffern, New York

Lev Sverdlov, Ph.D., John F. Noble, Ph.D., Gabriela Nicolau, Ph.D. Innapharma Inc., Suffern, New York SAS APPLICATION FOR PHARMACOKINETIC EVALUATION AND ANALYSIS OF THE EFFECT OF TREATMENT WITH A NEW ANTIDEPRESSANT DRUG IN A POPULATION WITH MAJOR DEPRESSION Lev Sverdlov, Ph.D., John F. Noble, Ph.D., Gabriela

More information

Regression Discontinuity Analysis

Regression Discontinuity Analysis Regression Discontinuity Analysis A researcher wants to determine whether tutoring underachieving middle school students improves their math grades. Another wonders whether providing financial aid to low-income

More information

Creating Multiple Cohorts Using the SAS DATA Step Jonathan Steinberg, Educational Testing Service, Princeton, NJ

Creating Multiple Cohorts Using the SAS DATA Step Jonathan Steinberg, Educational Testing Service, Princeton, NJ Creating Multiple Cohorts Using the SAS DATA Step Jonathan Steinberg, Educational Testing Service, Princeton, NJ ABSTRACT The challenge of creating multiple cohorts of people within a data set, based on

More information

Designing and Analyzing RCTs. David L. Streiner, Ph.D.

Designing and Analyzing RCTs. David L. Streiner, Ph.D. Designing and Analyzing RCTs David L. Streiner, Ph.D. Emeritus Professor, Department of Psychiatry & Behavioural Neurosciences, McMaster University Emeritus Professor, Department of Clinical Epidemiology

More information

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

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

More information

An Escalation Model of Consciousness

An Escalation Model of Consciousness Bailey!1 Ben Bailey Current Issues in Cognitive Science Mark Feinstein 2015-12-18 An Escalation Model of Consciousness Introduction The idea of consciousness has plagued humanity since its inception. Humans

More information

Using SAS to Calculate Tests of Cliff s Delta. Kristine Y. Hogarty and Jeffrey D. Kromrey

Using SAS to Calculate Tests of Cliff s Delta. Kristine Y. Hogarty and Jeffrey D. Kromrey Using SAS to Calculate Tests of Cliff s Delta Kristine Y. Hogarty and Jeffrey D. Kromrey Department of Educational Measurement and Research, University of South Florida ABSTRACT This paper discusses a

More information

A novel approach to estimation of the time to biomarker threshold: Applications to HIV

A novel approach to estimation of the time to biomarker threshold: Applications to HIV A novel approach to estimation of the time to biomarker threshold: Applications to HIV Pharmaceutical Statistics, Volume 15, Issue 6, Pages 541-549, November/December 2016 PSI Journal Club 22 March 2017

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

PharmaSUG 2018 Paper AD-02

PharmaSUG 2018 Paper AD-02 PharmaSUG 2018 Paper AD-02 Derivations of Response Status from SDTM Domains using RECIST 1.1 Christine Teng, Merck Research Laboratories, Merck & Co., Inc., Rahway, NJ USA Pang Lei, Merck Research Laboratories,

More information

Roclatan TM Mercury 2 Phase 3 Topline Results

Roclatan TM Mercury 2 Phase 3 Topline Results Roclatan TM Mercury 2 Phase 3 Topline Results 1 Important Information Any discussion of the potential use or expected success of our product candidates is subject to our product candidates being approved

More information

BIOEQUIVALENCE STANDARDIZED Singer Júlia Chinoin Pharmaceutical and Chemical Works Ltd, Hungary

BIOEQUIVALENCE STANDARDIZED Singer Júlia Chinoin Pharmaceutical and Chemical Works Ltd, Hungary BIOEQUIVALENCE STANDARDIZED Singer Júlia Chinoin Pharmaceutical and Chemical Works Ltd, Hungary As the attention of pharmaceutical companies focused towards generic drugs, the design and analysis of bioequivalence

More information

PharmaSUG Paper HA-04 Two Roads Diverged in a Narrow Dataset...When Coarsened Exact Matching is More Appropriate than Propensity Score Matching

PharmaSUG Paper HA-04 Two Roads Diverged in a Narrow Dataset...When Coarsened Exact Matching is More Appropriate than Propensity Score Matching PharmaSUG 207 - Paper HA-04 Two Roads Diverged in a Narrow Dataset...When Coarsened Exact Matching is More Appropriate than Propensity Score Matching Aran Canes, Cigna Corporation ABSTRACT Coarsened Exact

More information

The University of Texas MD Anderson Cancer Center Division of Quantitative Sciences Department of Biostatistics. CRM Suite. User s Guide Version 1.0.

The University of Texas MD Anderson Cancer Center Division of Quantitative Sciences Department of Biostatistics. CRM Suite. User s Guide Version 1.0. The University of Texas MD Anderson Cancer Center Division of Quantitative Sciences Department of Biostatistics CRM Suite User s Guide Version 1.0.0 Clift Norris, John Venier, Ying Yuan, and Lin Zhang

More information

Further data analysis topics

Further data analysis topics Further data analysis topics Jonathan Cook Centre for Statistics in Medicine, NDORMS, University of Oxford EQUATOR OUCAGS training course 24th October 2015 Outline Ideal study Further topics Multiplicity

More information

Lecture II: Difference in Difference. Causality is difficult to Show from cross

Lecture II: Difference in Difference. Causality is difficult to Show from cross Review Lecture II: Regression Discontinuity and Difference in Difference From Lecture I Causality is difficult to Show from cross sectional observational studies What caused what? X caused Y, Y caused

More information

Controversies in Clinical Trials. Pirfenidone for Idiopathic Pulmonary Fibrosis (IPF)

Controversies in Clinical Trials. Pirfenidone for Idiopathic Pulmonary Fibrosis (IPF) Controversies in Clinical Trials Pirfenidone for Idiopathic Pulmonary Fibrosis (IPF) Controversies to be highlighted by IPF Post-hoc analyses Story Primary end point selection Changing prespecified endpoints

More information

On Missing Data and Genotyping Errors in Association Studies

On Missing Data and Genotyping Errors in Association Studies On Missing Data and Genotyping Errors in Association Studies Department of Biostatistics Johns Hopkins Bloomberg School of Public Health May 16, 2008 Specific Aims of our R01 1 Develop and evaluate new

More information

FATIGUE. A brief guide to the PROMIS Fatigue instruments:

FATIGUE. A brief guide to the PROMIS Fatigue instruments: FATIGUE A brief guide to the PROMIS Fatigue instruments: ADULT ADULT CANCER PEDIATRIC PARENT PROXY PROMIS Ca Bank v1.0 Fatigue PROMIS Pediatric Bank v2.0 Fatigue PROMIS Pediatric Bank v1.0 Fatigue* PROMIS

More information

Previous Study Return to List Next Study

Previous Study Return to List Next Study A service of the U.S. National Institutes of Health Trial record 1 of 1 for: 42603ATT3013 Previous Study Return to List Next Study A Study to Evaluate Effectiveness and Safety of Prolonged Release OROS

More information

What Are Your Odds? : An Interactive Web Application to Visualize Health Outcomes

What Are Your Odds? : An Interactive Web Application to Visualize Health Outcomes What Are Your Odds? : An Interactive Web Application to Visualize Health Outcomes Abstract Spreading health knowledge and promoting healthy behavior can impact the lives of many people. Our project aims

More information

PharmaSUG Paper DS12

PharmaSUG Paper DS12 PharmaSUG 2017 - Paper DS12 Considerations and Conventions in the Submission of the SDTM Tumor and Response Domains Jerry Salyers, Accenture Accelerated R&D Services, Berwyn, PA Fred Wood, Accenture Accelerated

More information

A SAS Macro to Investigate Statistical Power in Meta-analysis Jin Liu, Fan Pan University of South Carolina Columbia

A SAS Macro to Investigate Statistical Power in Meta-analysis Jin Liu, Fan Pan University of South Carolina Columbia Paper 109 A SAS Macro to Investigate Statistical Power in Meta-analysis Jin Liu, Fan Pan University of South Carolina Columbia ABSTRACT Meta-analysis is a quantitative review method, which synthesizes

More information

ICD Codes ICD-10: F43.1. ICD-8: 303.x ICD-10: F10.x. ICD-8: 304.x ICD-10: F11.x-F19.x ICD-8: ICD-10: F41.1 ICD-10: F41.0

ICD Codes ICD-10: F43.1. ICD-8: 303.x ICD-10: F10.x. ICD-8: 304.x ICD-10: F11.x-F19.x ICD-8: ICD-10: F41.1 ICD-10: F41.0 eappendix 1. ICD Codes for Analytic Variables Diagnosis Posttraumatic Stress Disorder (PTSD) Depression Diagnoses ICD Codes ICD-10: F43.1 ICD-8: 296.09, 296.29, 296.99, 298.09, 300.4, 300.19 ICD-10: F32,

More information

Randomization and Analysis of Body Weights in Rodent Toxicity Studies JEN-FUEMAA Corning Hazleton Inc., P.O. Box 7545, Madison, Wisconsin 53707

Randomization and Analysis of Body Weights in Rodent Toxicity Studies JEN-FUEMAA Corning Hazleton Inc., P.O. Box 7545, Madison, Wisconsin 53707 Randomization and Analysis of Body Weights in Rodent Toxicity Studies JEN-FUEMAA Corning Hazleton Inc., P.O. Box 7545, Madison, Wisconsin 53707 In rodent toxicity studies, one-way analysis of variance

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

Generalized Estimating Equations for Depression Dose Regimes

Generalized Estimating Equations for Depression Dose Regimes Generalized Estimating Equations for Depression Dose Regimes Karen Walker, Walker Consulting LLC, Menifee CA Generalized Estimating Equations on the average produce consistent estimates of the regression

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

A Comparison of Linear Mixed Models to Generalized Linear Mixed Models: A Look at the Benefits of Physical Rehabilitation in Cardiopulmonary Patients

A Comparison of Linear Mixed Models to Generalized Linear Mixed Models: A Look at the Benefits of Physical Rehabilitation in Cardiopulmonary Patients Paper PH400 A Comparison of Linear Mixed Models to Generalized Linear Mixed Models: A Look at the Benefits of Physical Rehabilitation in Cardiopulmonary Patients Jennifer Ferrell, University of Louisville,

More information

Appendix G: Methodology checklist: the QUADAS tool for studies of diagnostic test accuracy 1

Appendix G: Methodology checklist: the QUADAS tool for studies of diagnostic test accuracy 1 Appendix G: Methodology checklist: the QUADAS tool for studies of diagnostic test accuracy 1 Study identification Including author, title, reference, year of publication Guideline topic: Checklist completed

More information

V. Gathering and Exploring Data

V. Gathering and Exploring Data V. Gathering and Exploring Data With the language of probability in our vocabulary, we re now ready to talk about sampling and analyzing data. Data Analysis We can divide statistical methods into roughly

More information

Making comparisons. Previous sessions looked at how to describe a single group of subjects However, we are often interested in comparing two groups

Making comparisons. Previous sessions looked at how to describe a single group of subjects However, we are often interested in comparing two groups Making comparisons Previous sessions looked at how to describe a single group of subjects However, we are often interested in comparing two groups Data can be interpreted using the following fundamental

More information

MEA DISCUSSION PAPERS

MEA DISCUSSION PAPERS Inference Problems under a Special Form of Heteroskedasticity Helmut Farbmacher, Heinrich Kögel 03-2015 MEA DISCUSSION PAPERS mea Amalienstr. 33_D-80799 Munich_Phone+49 89 38602-355_Fax +49 89 38602-390_www.mea.mpisoc.mpg.de

More information

Content. Basic Statistics and Data Analysis for Health Researchers from Foreign Countries. Research question. Example Newly diagnosed Type 2 Diabetes

Content. Basic Statistics and Data Analysis for Health Researchers from Foreign Countries. Research question. Example Newly diagnosed Type 2 Diabetes Content Quantifying association between continuous variables. Basic Statistics and Data Analysis for Health Researchers from Foreign Countries Volkert Siersma siersma@sund.ku.dk The Research Unit for General

More information

Adalimumab M Clinical Study Report Final R&D/16/0603

Adalimumab M Clinical Study Report Final R&D/16/0603 Methodology (Continued): The 70-day safety follow-up period started from the last dose of study drug, but was not required for any subject who initiated commercial Humira after study completion. Additional

More information

Estimating Harrell s Optimism on Predictive Indices Using Bootstrap Samples

Estimating Harrell s Optimism on Predictive Indices Using Bootstrap Samples Estimating Harrell s Optimism on Predictive Indices Using Bootstrap Samples Irena Stijacic Cenzer, University of California at San Francisco, San Francisco, CA Yinghui Miao, NCIRE, San Francisco, CA Katharine

More information