ABSTRACT INTRODUCTION

Size: px
Start display at page:

Download "ABSTRACT INTRODUCTION"

Transcription

1 Survival 101: Reporting Survival Curves Using Sample Data from the Colorectal Cancer Outcomes Database Anna ter Veer, Julie Kilburn, Ann Vanderplas, Rizvan Mamet, Rebecca Ottesen, Joyce Niland, City of Hope, Duarte, CA ABSTRACT The National Comprehensive Cancer Network (NCCN) Colorectal Cancer (CRC) Outcomes Database collects outcomes data on patients presenting with primary colon or rectal cancer at 8 NCCN institutions across the United States. In addition to patient demographics, clinical characteristics, and types of treatments received, the database also includes recurrence and survival data. Data collection began in 2005, and there are 6095 patients in the database as of June 2010 (3,715 colon, 2,380 rectal). This paper focuses on the basic SAS code required to check follow-up status, compute overall survival, and plot overall survival curves with 95% confidence intervals for colorectal cancer (CRC) patients. Also, we will show how to summarize the overall survival results from SAS into a document that can easily be shared across institutions. The SAS code and results are presented using sample data from the NCCN CRC Outcomes Database. INTRODUCTION The NCCN is an alliance of 21 cancer centers across the United States, working together to develop treatment guidelines and provide initiatives for improving the quality and effectiveness of cancer care. One of these initiatives is the NCCN Oncology Outcomes Database Project, consisting of an Internet database, with patient-level data on demographic and clinical characteristics, treatments administered, and relapse and survival information. Currently, there are over 60,000 patients represented across five cancer sites: breast cancer, non-hodgkin s lymphomas, nonsmall cell lung, ovarian, and colorectal cancers (CRC). The Colorectal Cancer Outcomes Database collects outcomes data on patients presenting with primary colon or rectal cancer at the following eight NCCN institutions: City of Hope, Dana-Farber Cancer Center, Fox Chase Cancer Center, Memorial Sloan-Kettering Cancer Center, Arthur G. James Cancer Hospital & Richard J. Solove Research Institute at Ohio State University, Robert H. Lurie Cancer Center at Northwestern University, Roswell Park Cancer Institute, and University of Texas M.D. Anderson Cancer Center. Data collection began in July 2005, and the patterns of care data were first presented to the board members of NCCN institutions in In , four manuscripts were accepted for publication, discussing surgical outcomes and concordance with treatment guidelines and quality measures 1,2,3,4. Given that the data collection began five years ago, none of the publications so far have looked at long term outcomes, such as overall survival and disease-free survival. The patient eligibility requirements for entry into the CRC Outcomes Database are as follows: a minimum age of 18 years, stage I to IV colon or rectal cancer, and receipt of either surgery or chemotherapy at one of the eight NCCN institutions. Patients who presented for a second opinion, or who presented with early stage cancer that was removed with a polypectomy as the only primary cancer treatment, are not eligible. Data are collected longitudinally from the time of diagnosis. To capture treatment and relapse information, the patients medical records are reviewed at baseline, 4, 8, and 12 months after presentation to the NCCN, and annually thereafter. All treatments administered both within and outside of the NCCN center are collected. In addition, reasons for treatment discontinuation, and reasons for lack of treatment (such as patient refusal) are collected, if noted in the chart. The data entry undergoes rigorous data quality assurance (QA) processes, including quarterly review of QA reports by data managers at each institution. Last year, we presented a paper that highlighted the use of Dynamic Data Exchange (DDE) in creating automated reports in Excel for concordance with treatment guidelines and quality measures 5. This year, we will present a paper that provides basic SAS code for checking follow-up status, compute overall survival, and plot overall survival curves with 95% confidence intervals. 1

2 BASIC DATA STRUCTURE FOR SURVIVAL ANALYSES Clarify Cohort Definition and Outcome of Interest Before programming any analyses, it is important to be sure that the cohort eligibility criteria is clearly defined. This process could be as simple as selecting only patients with a clinical Stage I rectal cancer and a transabdominal resection, or as complicated as selecting patients with a Stage III colon cancer with no prior history of colorectal cancer, less than 75 years of age, surgically resected within 90 days of diagnosis, who survived at least 30 days from surgery, and received chemotherapy within 120 days of surgery. Likewise, it is necessary to ensure that the outcome of interest is also clearly defined. In this paper, the outcome of interest is death (an event), specifically time to death due to any cause (overall survival analyses). Depending on the design of the study, the starting point for survival analyses could be diagnosis date, date of treatment randomization, or date of surgery. For the purposes of illustration, this paper looks at a cohort of Stage IV colon cancer patients using data downloaded from the CRC Outcomes Database on July 30, The outcome of interest is overall survival estimated time at 1 year and 2 years from diagnosis. Survival time was defined from date of diagnosis to date of death due to any cause in years, or for patients who are alive at the last assessment period (censored observations), survival time was defined from date of diagnosis to the date of last contact. Understanding Data Collection and Data Structure of Patient Follow-Up Typically, patient follow-up data are collected at varying intervals and stored as multiple records per patient. For the CRC Outcomes Database, follow-up data are collected at 4, 8, and 12 months after presentation to the NCCN, and annually thereafter. The follow-up data are stored as multiple records per patient in a single SAS dataset, as shown in Table 1. Table 1. Data Structure of Patient Follow-Up (Multiple Records per Patient) Center ID Patient ID Assessment ID Data Collection Date NCCN Care Status* NCCN Care Status Determination Date Disease Status** /15/ /25/06 WD /14/ /26/06 WD /28/ /25/06 WD /18/ /29/06 WD /05/ /09/06 WD /28/ /21/06 WD /26/ /13/07 WD /05/ /20/08 WD /30/ /01/08 WD /18/ /14/05 WD /18/ /08/06 NED /18/ /06/06 WD /13/ /28/06 WD /17/ /09/07 WD /05/ /07/08 WD /23/ /23/09 NED *NCCN Care Status: 1=Patient seen at NCCN institution by study-specific provider, 2=Patient transferred out of NCCN institution, 4=Patient diagnosed with new non-colon or non-rectal cancer, 5=Patient not seen at NCCN, 6=Patient seen at NCCN institution by non-nccn provider **Disease Status: WD=With Disease, NED=No Evidence of Disease The Assessment ID corresponds to data at baseline, 4 months, 8 months, and 12 months after presentation to the NCCN assessment period. The data collection date is when the clinical research associate (CRA) abstracted the patient s record in order to determine follow-up status. The NCCN care status records the patient s status in relation to the NCCN institution during that assessment period. The NCCN care status determination date is the date of last contact. The disease status identifies whether the patient was with disease (WD) or had no evidence of disease (NED) during that assessment period. Only the last assessment record is necessary for overall survival analysis. In this example, patient 4 had his/her last assessment at 8 months with a last contact date of 09/25/06, and patient 14 had his/her last assessment at 36 months with a last contact date of 04/01/08. Both patients are with disease (WD) at time of last assessment. As for patient 16, this patient was followed until 48 months with a last contact date of 09/23/09. This patient had no evidence of disease (NED) at time of last assessment. 2

3 As for vital status information, including date of death and cause of death, the data are collected by the CRA using the following hierarchy of data sources: 1) Medical Record/Hospital Systems: Includes institutional-based paper and/or electronic medical records; outpatient visits for tests, procedures, and labs, and billing information. 2) Social Security Death Index (SSDI). 3) NCCN Institution Tumor Registry: Includes documentation from non-nccn provider visits, State Department of Health vital status updates, and patient and/or family contact. 4) National Death Index (NDI): If vital status remains unknown for patients who have not received care or follow-up at the NCCN institution for a period of two years or more, the institution, with guidance from NCCN, is responsible to prepare a file for submission to the National Death Index (NDI) every two years to verify vital status of these patients. The vital status data are stored as one record per patient in a separate SAS dataset, as shown in Table 2. As you will notice, there is no binary data element for vital status (0=alive, 1=dead). This is derived by looking at whether a patient is with or without a date of death, and no date of death means patient is alive as of the last assessment period. In this example, patient 4 and 14 died of progressive disease, and patient 16 is alive as of the last assessment. Table 2. Data Structure of Patient Vital Status (One Record per Patient) Center ID Patient ID Date of Death Source of Date of Death ICD* Cause of Death ICD* Version Descriptive Cause of Death /10/06 SSDI ICD-9 Progressive Disease /01/08 SSDI 153 ICD-9 Progressive Disease *ICD: International Classification of Disease CHECKING FOLLOW-UP STATUS Once the data collection and structure is understood, writing a program to check follow-up status becomes easier for the programmer. Julie Kilburn, who is presenting at Coder s Corner this year, has developed a macro to check whether patients in the database are overdue for follow-up. In other words, a CRA may be behind in collecting follow-up data at one institution, whereas at another institution a CRA has completed all the follow-up that is due at the time the data is downloaded for analyses. Because follow-up may vary by institution, it is important to review the proportion of patients with complete followup by assessment period, as well as by assessment period within each institution. The overdue macro only requires that the input dataset have the center and patient identifier, and that this dataset be sorted by these identifiers. The macro merges this input dataset with the patient follow-up dataset by center and patient identifier, and creates an output dataset (SAS dataset=outfu1) that contains a yes/no flag for whether a patient has complete follow-up (SAS variable=complete). Rather than showing the SAS code that calls in the overdue macro, only the basic SAS code for PROC FREQ is shown below. PROC FREQ is used to run a crosstab of the patient flag for complete follow-up (SAS variable=complete) by assessment period (SAS variable=assessid). It also runs a crosstab of this flag by assessment period for each NCCN institution (SAS variable=cid). The output is stored in an RTF file. 3

4 SAS Code /* Output proportion of patients with complete follow-up by assessment period */ ods listing close; ods rtf body='c:\files\nccn\wuss\2010\check Complete Followup.rtf'; proc freq data=outfu1; title 'Check Follow-Up Status by Assessment Period'; table assessid*complete /missing nocol nopercent; format complete yncomp.; /* Output proportion of patients with complete follow-up by assessment period for each NCCN institution */ proc sort data=outfu1; by cid; proc freq data=outfu1; title 'Check Follow-Up Status by Assessment Period for Each Center'; by cid; table assessid*complete /missing nocol nopercent; format complete yncomp.; ods rtf close; ods listing; The basic SAS output for the first PROC FREQ is shown below. In this example, there are a total of 1,578 stage IV colon cancer patients at baseline assessment. At 4 months, there are a total of 1576 stage IV patients, and only 1 patient is overdue for follow-up as of July 30, 2010, the date the data was downloaded from the database. As it turns out, the proportion of patients with complete follow-up is 99%, 94%, 88%, and 73% at the 4, 8, 12, and 24 month assessments. At 36 months, 47% of the patients are overdue for follow-up (n=300). At 48 months, 66% of the patients are overdue for follow-up (n=196). Given these high percentages of overdue patients, it makes little sense to report 3-year or 4-year overall survival. Although not displayed below, the proportion of patients with complete followup at 24 months ranges from as low as 61% to as high 88% by NCCN institution. This is something to report back to the CRAs, so that follow-up can be completed for centers that are falling behind in follow-up. SAS Output Table of assessid by complete assessid(assessid) complete Frequency Row Pct Yes No Total Total

5 In addition to checking whether patients are overdue for follow-up, it also is important to check the median follow-up time for the cohort, and then to determine whether further follow-up is needed before proceeding with any survival analysis. For example, if the objective is to report 3-year overall survival, then a median follow-up time of 11 months is well below that of 3 years, and thus it makes sense to wait until more patients are followed for a longer period of time before running an overall survival curve. The basic SAS code below calculates the days of follow-up by subtracting date of diagnosis (SAS variable=dxdt) from the date of last contact (SAS variable=nccncarestatdt). It also creates a patient flag for vital status (SAS variable=censor) based on the death date (SAS variable=deathdt). PROC FREQ and PROC MEANS are used to output descriptive statistics, including the median and range of days of follow-up. The descriptive statistics are reported for all patients, as well as for alive and dead patients by use of the CLASS statement in PROC MEANS. The output is stored in an RTF file. SAS Code /* Point to permanent SAS dataset location */ libname new 'C:\Files\NCCN\WUSS\2010'; proc format; value censorf 1='Dead' 0='Alive'; data cohort; set new.colon4; /* calculate days of follow-up from diagnosis date to last contact */ followup=nccncarestatdt-dxdt; /* create patient flag for vital status (1=dead, 0=alive/censored) */ if deathdt^=. then censor=1; else censor=0; format censor censorf.; label followup='days of Follow-Up' censor='vital Status'; ods listing close; ods rtf body='c:\files\nccn\wuss\2010\check Median Followup.rtf'; /* Output frequency of vital status for all patients*/ proc freq data=cohort; title 'Frequency of Vital Status for All Patients'; table censor /missing nocum; /* Output descriptive stats of days of follow-up for all patients */ proc means data=cohort maxdec=2 n mean std median q1 q3 min max; title 'Descriptive Statistics of Days of Follow-Up for All Patients'; var followup; /* Output descriptive stats of days of follow-up by vital status */ proc means data=cohort maxdec=2 n mean std median q1 q3 min max; title 'Descriptive Statistics of Days of Follow-Up for Alive Patients and Dead Patients'; class censor; var followup; ods rtf close; ods listing; 5

6 The basic SAS output for PROC FREQ is shown below. Of the 1,578 stage IV colon cancer patients, 923 patients are alive (58%) and 655 patients died (42%). The basic SAS output for the last PROC MEANS is also shown below. The median follow-up time is 394 days for patients that are alive (range, 18 to 1590 days). Nearly half of the patients had the event (death), 50% of the patients had more than 1 year of follow-up (median), and 25% of the patients had 2 years of follow-up (upper quartile). Given these descriptive statistics, it makes sense to at least report the 1-year overall survival. SAS Output Vital Status censor Frequency Percent Alive Dead Vital Status Analysis Variable : followup Days of Follow-Up N Obs N Mean Std Dev Median Lower Quartile Upper Quartile Minimum Maximum Alive Dead COMPUTING OVERALL SURVIVAL AND REPORTING SUMMARY STATISTICS The overall survival time definition was mentioned in the beginning of the paper. It was defined from date of diagnosis to date of death due to any cause in years. For patients who are alive at the last assessment period (censored observations), survival time was defined from date of diagnosis to the date of last contact. PROC LIFETEST estimates survivor functions using either the Kaplan-Meier or the life-table/actuarial method. In addition to these methods, PROC LIFETEST can compare two or more strata by using the STRATA statement. If all patients were followed for the same length of time (2 years) and no patients dropped out of the study (lost to followup), an estimate of 2-year survival probability would be the number of patients alive at 2 years divided by the total number of patients followed. However, because follow-up time varies by patient and patients drop out at each assessment, the Kaplan-Meier method is used to estimate both 1-year and 2-year survival for stage IV colon cancer. The basic SAS code below calculates the survival time in days, as well as in years. In addition to calculating the survival time, a patient flag for censored observations needs to be created for PROC LIFETEST to run. The value that equals censoring is placed within parentheses in the TIME statement. In this example, 0 represents censoring. The PLOTS=s option displays the survival curve and the OUTSURV=a option outputs the 95% confidence intervals for the survival probabilities to a temporary SAS dataset, which can then be printed using PROC PRINT. The output is stored in an RTF file. SAS Code /* Point to permanent SAS dataset location */ libname new 'C:\Files\NCCN\WUSS\2010'; proc format; value censorf 1='Dead' 0='Alive'; data cohort; set new.colon4; /* create patient flag for vital status (1=dead, 0=alive/censored) */ if deathdt^=. then censor=1; else censor=0; 6

7 /* calculate overall survival time (days) */ if censor=1 then osdays=deathdt-dxdt; else if censor=0 then osdays=nccncarestatdt-dxdt; /* calculate overall survival time (years) */ osyears=osdays/365.25; format censor censorf.; label censor='vital Status' osdays='overall Survival (Days)' osyears='overall Survival (Years)'; /* Output kaplan meier overall survival into RTF file */ ods listing close; ods rtf body='c:\files\nccn\wuss\2010\overall Survival.rtf'; proc lifetest data=cohort plots=s outsurv=a; title 'Overall Survival'; time osyears*censor(0); proc print data=a; ods rtf close; ods listing; SAS Output Only partial output of PROC LIFETEST is shown below. The first page of SAS output starts out with 1,578 stage IV colon cancer patients ( Left column). The first death ( Failed column) occurred at years. The first censored observation (patient is alive) occurred at years and is denoted by an asterisk. Overall survival probabilities are only calculated for deaths, thus explaining why the row is empty for the first censored observation. osyears Survival Failure Product-Limit Survival Estimates Survival Standard Error Failed Left * (continued in table below) The 1-year overall survival probability is displayed in the SAS output below in the first row under the header. The number of deaths ( Failed column) is 268 at 1 year, and the 1-year overall survival probability is 82% (Survival column). osyears Survival Failure Product-Limit Survival Estimates Survival Standard Error Failed Left * * (continued in table below) 7

8 The 2-year overall survival probability is displayed in the SAS output below in the first row under the header. The number of deaths ( Failed column) is 512 at 2 years, and the 2-year overall survival probability is 55% (Survival column). osyears Survival Failure Product-Limit Survival Estimates Survival Standard Error Failed Left * * * The summary statistics from PROC LIFETEST are displayed in the SAS output below. The median overall survival time is 2.24 years (Point Estimate column). The 95% confidence interval of the median overall survival time is 2.09 to 2.44 years (Lower and Upper columns). There were a total of 655 patients (42%) that died (Failed column). There were a total of 923 patients (58%) that were alive at the last assessment period (Censored column). Note that the mean survival time and standard error are also reported, but the preferred statistics to report are the median and 95% confidence interval if any censoring is present. Percent Quartile Estimates 95% Confidence Interval Point Estimate Transform [Lower Upper) LOGLOG LOGLOG LOGLOG Mean Standard Error Summary of the of Censored and Uncensored Values Total Failed Censored Percent Censored Following the summary statistics, the PLOTS=s option in PROC LIFETEST displays the overall survival curve (not shown), and the OUTSURV=a option stores the 95% confidence intervals for the survival probabilities to a temporary SAS dataset. Only partial output of PROC PRINT is shown below. The 1-year and 2-year overall survival probabilities are repeated, and the 95% confidence interval for 1 year is 79% to 83%, and the 95% confidence interval for 2 years is 52% to 58% (SDF_LCL and SDF_UCL columns). Obs osyears _CENSOR_ SURVIVAL SDF_LCL SDF_UCL (continued in table below) 8

9 Obs osyears _CENSOR_ SURVIVAL SDF_LCL SDF_UCL DISPLAYING OVERALL SURVIVAL WITH 95% CONFIDENCE INTERVALS Finally, ODS graphics is used to output a cleaner looking overall survival figure that can be saved as a picture file and imported into MS Word. This overall survival figure is displayed below, and is truncated at 4 years by using the WHERE statement within PROC LIFETEST. The tick marks represent censored observations (alive patients). Each step down represents an event (death). SAS Code /* Use ODS graphics to output overall survival curve */ ods graphics on; proc lifetest data=cohort plots=s outsurv=a; title 'Overall Survival'; where osyears<=4; /*truncate curve at 4 years*/ time osyears*censor(0); ods graphics off; SAS Figure 9

10 To add 95% confidence intervals to the overall survival figure, add the CL option. SAS Code /* Use ODS graphics and output 95% confidence interval band */ ods graphics on; proc lifetest data=cohort plots=s(cl) outsurv=a; title 'Overall Survival'; where osyears<=4; /*truncate curve at 4 years*/ time osyears*censor(0); ods graphics off; SAS Figure And finally, to add summary statistics to the figure, just cut and paste the summary statistics from PROC LIFETEST into the figure itself within MS Word. 10

11 CONCLUSION Checking patient follow-up status is a necessary step before proceeding with any survival analysis, in order to determine the proportion of patients that are overdue for follow-up. Also, checking the median follow-up time ensures that the majority of the patients have been followed for a specific time. The FREQ and MEANS procedures are simple ways of reporting descriptive statistics for follow-up. The LIFETEST procedure generates the overall survival statistics and figures. Finally, ODS graphics is used to output a cleaner looking overall survival figures that can be saved as picture files and imported into MS Word. For further discussion of LIFETEST, and also other procedures used in survival analysis, please refer to Paul D. Allison s book. 6 REFERENCES 1) Earle CC, Weiser MR, Ter Veer A, Skibber JM, Wilson J, Rajput A, Wong Y-N, Benson A, Shibata S, Romanus D, Niland J, Schrag D, Effect of Lymph Node Retrieval Rates on the Uilization of Adjuvant Chemotherapy in Stage II Colon Cancer, Journal of Surgical Oncology Dec 1; 100(7): ) Temple L, Romanus D, Weiser MR, Skibber JM, Wilson J, Rajput A, Benson A, Wong Y-N, Niland J, Ter Veer A, Schrag D, Sphincter-Preserving Surgery for Rectal Cancer at Specialty Centers in the United States, Annals of Surgery Aug; 250 (2): ) Schrag D, Weiser MR, Skibber JM, Ter Veer, A, Niland J, Wilson J, Rajput A, Wong Y-N, Benson A, Shibata S, Concordance with NCCN Colorectal Cancer Guidelines and ASCO/NCCN Quality Measures: An NCCN Institutional Analysis, Journal National Comprehensive Cancer Network Sep; 7(8) ) Rajput A, Romanus D, Weiser MR, Ter Veer A, Niland J, Skibber JM, Wong Y-N, Benson A, Schrag D, Meeting the 12 Lymph Node Benchmark in Colon Cancer, Journal of Surgical Oncology July 1; 102 (1): ) Ter Veer A, Reporting Quality of Cancer Care for the National Comprehensive Cancer Network A SAS Bridge to Excel, Proceedings of WUSS 2009 Conference, HOR-terVeer. 6) Allison, PD, Survival Analysis Using the SAS System: A Practical Guide, SAS Books by Users, CONTACT INFORMATION Your comments and questions are valued and encouraged. Please contact the author at: Anna ter Veer City of Hope 1500 E. Duarte Road Duarte, CA (818) aterveer@coh.org 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. Other brand and product names are trademarks of their respective companies. 11

Emailing Automated Notification of Errors in a Batch SAS Program Julie Kilburn, City of Hope, Duarte, CA Rebecca Ottesen, City of Hope, Duarte, CA

Emailing Automated Notification of Errors in a Batch SAS Program Julie Kilburn, City of Hope, Duarte, CA Rebecca Ottesen, City of Hope, Duarte, CA Emailing Automated Notification of Errors in a Batch SAS Program Julie Kilburn, City of Hope, Duarte, CA Rebecca Ottesen, City of Hope, Duarte, CA ABSTRACT With multiple programmers contributing to a batch

More information

Lecture 2 ESTIMATING THE SURVIVAL FUNCTION. One-sample nonparametric methods

Lecture 2 ESTIMATING THE SURVIVAL FUNCTION. One-sample nonparametric methods Lecture 2 ESTIMATING THE SURVIVAL FUNCTION One-sample nonparametric methods There are commonly three methods for estimating a survivorship function S(t) = P (T > t) without resorting to parametric models:

More information

Efficacy analysis and graphical representation in Oncology trials - A case study

Efficacy analysis and graphical representation in Oncology trials - A case study Efficacy analysis and graphical representation in Oncology trials - A case study Anindita Bhattacharjee Vijayalakshmi Indana Cytel, Pune The views expressed in this presentation are our own and do not

More information

Non-Small Cell Lung Cancer Treatment Comparison to NCCN Guidelines

Non-Small Cell Lung Cancer Treatment Comparison to NCCN Guidelines Non-Small Cell Lung Cancer Treatment Comparison to NCCN Guidelines April 2008 (presented at 6/12/08 cancer committee meeting) By Shelly Smits, RHIT, CCS, CTR Conclusions by Dr. Ian Thompson, MD Dr. James

More information

Survey, Statistics and Psychometrics Core Research Facility University of Nebraska-Lincoln. Log-Rank Test for More Than Two Groups

Survey, Statistics and Psychometrics Core Research Facility University of Nebraska-Lincoln. Log-Rank Test for More Than Two Groups Survey, Statistics and Psychometrics Core Research Facility University of Nebraska-Lincoln Log-Rank Test for More Than Two Groups Prepared by Harlan Sayles (SRAM) Revised by Julia Soulakova (Statistics)

More information

Salary. Cumulative Frequency

Salary. Cumulative Frequency HW01 Answering the Right Question with the Right PROC Carrie Mariner, Afton-Royal Training & Consulting, Richmond, VA ABSTRACT When your boss comes to you and says "I need this report by tomorrow!" do

More information

Big Data and Oncology Care Quality Improvement in the United States

Big Data and Oncology Care Quality Improvement in the United States Big Data and Oncology Care Quality Improvement in the United States Peter P. Yu, MD, FACP, FASCO President, American Society of Clinical Oncology Director of Cancer Research, Palo Alto Medical Foundation

More information

CC03 PRODUCING SIMPLE AND QUICK GRAPHS WITH PROC GPLOT

CC03 PRODUCING SIMPLE AND QUICK GRAPHS WITH PROC GPLOT 1 CC03 PRODUCING SIMPLE AND QUICK GRAPHS WITH PROC GPLOT Sheng Zhang, Xingshu Zhu, Shuping Zhang, Weifeng Xu, Jane Liao, and Amy Gillespie Merck and Co. Inc, Upper Gwynedd, PA Abstract PROC GPLOT is a

More information

Cancer in Primary Care: Prostate Cancer Screening. How and How often? Should we and in which patients?

Cancer in Primary Care: Prostate Cancer Screening. How and How often? Should we and in which patients? Cancer in Primary Care: Prostate Cancer Screening How and How often? Should we and in which patients? PLCO trial (Prostate, Lung, Colorectal and Ovarian) Results In the screening group, rates of compliance

More information

Effect of Risk and Prognosis Factors on Breast Cancer Survival: Study of a Large Dataset with a Long Term Follow-up

Effect of Risk and Prognosis Factors on Breast Cancer Survival: Study of a Large Dataset with a Long Term Follow-up Georgia State University ScholarWorks @ Georgia State University Mathematics Theses Department of Mathematics and Statistics 7-28-2012 Effect of Risk and Prognosis Factors on Breast Cancer Survival: Study

More information

Evaluating the results of a car crash study using Statistical Analysis System. Kennesaw State University

Evaluating the results of a car crash study using Statistical Analysis System. Kennesaw State University Running head: EVALUATING THE RESULTS OF A CAR CRASH STUDY USING SAS 1 Evaluating the results of a car crash study using Statistical Analysis System Kennesaw State University 2 Abstract Part 1. The study

More information

Oncology Medical Home Measure Specification Data

Oncology Medical Home Measure Specification Data Oncology Medical Home Measure Specification Data Measure Name Chemotherapy pathway compliance Measure # 1 Measure Description % of chemotherapy treatments that have adhered to NCCN guidelines or pathways.

More information

Cancer research in the Midland Region the prostate and bowel cancer projects

Cancer research in the Midland Region the prostate and bowel cancer projects Cancer research in the Midland Region the prostate and bowel cancer projects Ross Lawrenson Waikato Clinical School University of Auckland MoH/HRC Cancer Research agenda Lung cancer Palliative care Prostate

More information

Kaplan-Meier Survival Analysis 1

Kaplan-Meier Survival Analysis 1 Version 4.0 Step-by-Step Examples Kaplan-Meier Survival Analysis 1 With some experiments, the outcome is a survival time, and you want to compare the survival of two or more groups. Survival curves show,

More information

Tips for surviving the analysis of survival data. Philip Twumasi-Ankrah, PhD

Tips for surviving the analysis of survival data. Philip Twumasi-Ankrah, PhD Tips for surviving the analysis of survival data Philip Twumasi-Ankrah, PhD Big picture In medical research and many other areas of research, we often confront continuous, ordinal or dichotomous outcomes

More information

Guido s Guide to PROC FREQ A Tutorial for Beginners Using the SAS System Joseph J. Guido, University of Rochester Medical Center, Rochester, NY

Guido s Guide to PROC FREQ A Tutorial for Beginners Using the SAS System Joseph J. Guido, University of Rochester Medical Center, Rochester, NY Guido s Guide to PROC FREQ A Tutorial for Beginners Using the SAS System Joseph J. Guido, University of Rochester Medical Center, Rochester, NY ABSTRACT PROC FREQ is an essential procedure within BASE

More information

L Lang-Lazdunski, A Bille, S Marshall, R Lal, D Landau, J Spicer

L Lang-Lazdunski, A Bille, S Marshall, R Lal, D Landau, J Spicer Pleurectomy/decortication, hyperthermic pleural lavage with povidone-iodine and systemic chemotherapy in malignant pleural mesothelioma. A 10-year experience. L Lang-Lazdunski, A Bille, S Marshall, R Lal,

More information

Life Tables. Marie Diener-West, PhD Sukon Kanchanaraksa, PhD

Life Tables. Marie Diener-West, PhD Sukon Kanchanaraksa, PhD This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

National Bowel Cancer Audit Report 2008 Public and Executive Summary

National Bowel Cancer Audit Report 2008 Public and Executive Summary National Bowel Cancer Audit Report 2008 Public and Executive Summary Prepared in association with: Healthcare Quality Improvement Partnership HQIP Association of Coloproctology of Great Britain and Ireland

More information

Abstract. Introduction. System Requirement. GUI Design. Paper AD17-2011

Abstract. Introduction. System Requirement. GUI Design. Paper AD17-2011 Paper AD17-2011 Application for Survival Analysis through Microsoft Access GUI Zhong Yan, i3, Indianapolis, IN Jie Li, i3, Austin, Texas Jiazheng (Steven) He, i3, San Francisco, California Abstract This

More information

Survival Analysis of the Patients Diagnosed with Non-Small Cell Lung Cancer Using SAS Enterprise Miner 13.1

Survival Analysis of the Patients Diagnosed with Non-Small Cell Lung Cancer Using SAS Enterprise Miner 13.1 Paper 11682-2016 Survival Analysis of the Patients Diagnosed with Non-Small Cell Lung Cancer Using SAS Enterprise Miner 13.1 Raja Rajeswari Veggalam, Akansha Gupta; SAS and OSU Data Mining Certificate

More information

Competing-risks regression

Competing-risks regression Competing-risks regression Roberto G. Gutierrez Director of Statistics StataCorp LP Stata Conference Boston 2010 R. Gutierrez (StataCorp) Competing-risks regression July 15-16, 2010 1 / 26 Outline 1. Overview

More information

Disparities in Stage at Diagnosis, Survival, and Quality of Cancer Care in California by Source of Health Insurance

Disparities in Stage at Diagnosis, Survival, and Quality of Cancer Care in California by Source of Health Insurance Disparities in Stage at Diagnosis, Survival, and Quality of Cancer Care in California by Source of Health Insurance Acknowledgements and Disclaimer The collection of cancer incidence data used in this

More information

Gamma Distribution Fitting

Gamma Distribution Fitting Chapter 552 Gamma Distribution Fitting Introduction This module fits the gamma probability distributions to a complete or censored set of individual or grouped data values. It outputs various statistics

More information

Measures of Prognosis. Sukon Kanchanaraksa, PhD Johns Hopkins University

Measures of Prognosis. Sukon Kanchanaraksa, PhD Johns Hopkins University This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

Seton Medical Center Hepatocellular Carcinoma Patterns of Care Study Rate of Treatment with Chemoembolization 2007 2012 N = 50

Seton Medical Center Hepatocellular Carcinoma Patterns of Care Study Rate of Treatment with Chemoembolization 2007 2012 N = 50 General Data Seton Medical Center Hepatocellular Carcinoma Patterns of Care Study Rate of Treatment with Chemoembolization 2007 2012 N = 50 The vast majority of the patients in this study were diagnosed

More information

Komorbide brystkræftpatienter kan de tåle behandling? Et registerstudie baseret på Danish Breast Cancer Cooperative Group

Komorbide brystkræftpatienter kan de tåle behandling? Et registerstudie baseret på Danish Breast Cancer Cooperative Group Komorbide brystkræftpatienter kan de tåle behandling? Et registerstudie baseret på Danish Breast Cancer Cooperative Group Lotte Holm Land MD, ph.d. Onkologisk Afd. R. OUH Kræft og komorbiditet - alle skal

More information

Endometrial Cancer Treatment

Endometrial Cancer Treatment Endometrial Cancer Treatment January 2006 By Shelly Smits, RHIT, CCS, CTR mary by Ian Thompson, MD Data Source: Cancer registry information on uterine cancer diagnosed 1/1/2000 to 12/31/2004. Reason for

More information

MEDGEN EHR Release Notes: Version 6.2 Build 106.6.20

MEDGEN EHR Release Notes: Version 6.2 Build 106.6.20 10/18/2013 MEDGEN EHR Release Notes: Version 6.2 Build 106.6.20 Special Note: Comtron is excited to announce that over the next few weeks all of our Medgen products will be going through a rebranding process.

More information

CHILDHOOD CANCER SURVIVOR STUDY Analysis Concept Proposal

CHILDHOOD CANCER SURVIVOR STUDY Analysis Concept Proposal CHILDHOOD CANCER SURVIVOR STUDY Analysis Concept Proposal 1. STUDY TITLE: Longitudinal Assessment of Chronic Health Conditions: The Aging of Childhood Cancer Survivors 2. WORKING GROUP AND INVESTIGATORS:

More information

CHAPTER TWELVE TABLES, CHARTS, AND GRAPHS

CHAPTER TWELVE TABLES, CHARTS, AND GRAPHS TABLES, CHARTS, AND GRAPHS / 75 CHAPTER TWELVE TABLES, CHARTS, AND GRAPHS Tables, charts, and graphs are frequently used in statistics to visually communicate data. Such illustrations are also a frequent

More information

From The Little SAS Book, Fifth Edition. Full book available for purchase here.

From The Little SAS Book, Fifth Edition. Full book available for purchase here. From The Little SAS Book, Fifth Edition. Full book available for purchase here. Acknowledgments ix Introducing SAS Software About This Book xi What s New xiv x Chapter 1 Getting Started Using SAS Software

More information

EXST SAS Lab Lab #4: Data input and dataset modifications

EXST SAS Lab Lab #4: Data input and dataset modifications EXST SAS Lab Lab #4: Data input and dataset modifications Objectives 1. Import an EXCEL dataset. 2. Infile an external dataset (CSV file) 3. Concatenate two datasets into one 4. The PLOT statement will

More information

An Application of Weibull Analysis to Determine Failure Rates in Automotive Components

An Application of Weibull Analysis to Determine Failure Rates in Automotive Components An Application of Weibull Analysis to Determine Failure Rates in Automotive Components Jingshu Wu, PhD, PE, Stephen McHenry, Jeffrey Quandt National Highway Traffic Safety Administration (NHTSA) U.S. Department

More information

Programming Tricks For Reducing Storage And Work Space Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA.

Programming Tricks For Reducing Storage And Work Space Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA. Paper 23-27 Programming Tricks For Reducing Storage And Work Space Curtis A. Smith, Defense Contract Audit Agency, La Mirada, CA. ABSTRACT Have you ever had trouble getting a SAS job to complete, although

More information

Cancer Survival - How Long Do People Survive?

Cancer Survival - How Long Do People Survive? A research briefing paper by Macmillan Cancer Support Introduction Key findings 3 People with cancer are surviving longer 4 Median survival time has seen dramatic improvement for some cancers 5 Median

More information

Cancer in Ireland 2013: Annual report of the National Cancer Registry

Cancer in Ireland 2013: Annual report of the National Cancer Registry Cancer in 2013: Annual report of the National Cancer Registry ABBREVIATIONS Acronyms 95% CI 95% confidence interval APC Annual percentage change ASR Age standardised rate (European standard population)

More information

The Kaplan-Meier Plot. Olaf M. Glück

The Kaplan-Meier Plot. Olaf M. Glück The Kaplan-Meier Plot 1 Introduction 2 The Kaplan-Meier-Estimator (product limit estimator) 3 The Kaplan-Meier Curve 4 From planning to the Kaplan-Meier Curve. An Example 5 Sources & References 1 Introduction

More information

The Essentials of Finding the Distinct, Unique, and Duplicate Values in Your Data

The Essentials of Finding the Distinct, Unique, and Duplicate Values in Your Data The Essentials of Finding the Distinct, Unique, and Duplicate Values in Your Data Carter Sevick MS, DoD Center for Deployment Health Research, San Diego, CA ABSTRACT Whether by design or by error there

More information

Is the third-line chemotherapy feasible for non-small cell lung cancer? A retrospective study

Is the third-line chemotherapy feasible for non-small cell lung cancer? A retrospective study Turkish Journal of Cancer Volume 34, No.1, 2004 19 Is the third-line chemotherapy feasible for non-small cell lung cancer? A retrospective study MUSTAFA ÖZDO AN, MUSTAFA SAMUR, HAKAN BOZCUK, ERKAN ÇOBAN,

More information

Bristol Hospital Cancer Care Center 2015 Annual Report

Bristol Hospital Cancer Care Center 2015 Annual Report Bristol Hospital Cancer Care Center 2015 Annual Report 2015 Annual Report Cancer Care Center At every point along the path, our team is there, keeping the focus on the most important team member - the

More information

Utilizing Clinical SAS Report Templates Sunil Kumar Gupta Gupta Programming, Thousand Oaks, CA

Utilizing Clinical SAS Report Templates Sunil Kumar Gupta Gupta Programming, Thousand Oaks, CA Utilizing Clinical SAS Report Templates Sunil Kumar Gupta Gupta Programming, Thousand Oaks, CA ABSTRACT SAS programmers often have the responsibility of supporting the reporting needs of the Clinical Affairs

More information

Post-PET Restaging Cancer Form National Oncologic PET Registry

Post-PET Restaging Cancer Form National Oncologic PET Registry Post-PET Restaging Cancer Form National Oncologic PET Registry Facility ID #: Registry Case Number: Patient Name: Your patient had a PET scan on: mm/dd/yyyy. The PET scan was done for restaging of (cancer

More information

Munich Cancer Registry

Munich Cancer Registry Munich Cancer Registry Baseline statistics Selection Matrix Homepage Deutsch Munich Cancer Registry at Munich Cancer Center Marchioninistr. 15 Munich, 81377 Germany http://www.tumorregister-muenchen.de/en

More information

Data Cleaning 101. Ronald Cody, Ed.D., Robert Wood Johnson Medical School, Piscataway, NJ. Variable Name. Valid Values. Type

Data Cleaning 101. Ronald Cody, Ed.D., Robert Wood Johnson Medical School, Piscataway, NJ. Variable Name. Valid Values. Type Data Cleaning 101 Ronald Cody, Ed.D., Robert Wood Johnson Medical School, Piscataway, NJ INTRODUCTION One of the first and most important steps in any data processing task is to verify that your data values

More information

Training/Internship Brochure Advanced Clinical SAS Programming Full Time 6 months Program

Training/Internship Brochure Advanced Clinical SAS Programming Full Time 6 months Program Training/Internship Brochure Advanced Clinical SAS Programming Full Time 6 months Program Domain Clinical Data Sciences Private Limited 8-2-611/1/2, Road No 11, Banjara Hills, Hyderabad Andhra Pradesh

More information

Probe: Could you tell me about when?

Probe: Could you tell me about when? PERIODIC ASSESSMENT OF TREATMENT AND VITAL/DISEASE STATUS Periodic Assessment of Cancer Treatment and Disease Status (To be administered to patient at 3 months and reviewed at 6, 9 and 12 months) Instructions:

More information

Finnish Cancer Registry Institute for Statistical and Epidemiological Cancer Research. Survival ratios of cancer patients by area in Finland

Finnish Cancer Registry Institute for Statistical and Epidemiological Cancer Research. Survival ratios of cancer patients by area in Finland Survival ratios of cancer patients by area in Finland Pages 2 14 present the relative survival ratios for patients diagnosed in 2005 2012 and followed-up in 2010 2012 (see Methods p. 15) on different university

More information

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

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

More information

Singapore Cancer Registry Annual Registry Report Trends in Cancer Incidence in Singapore 2009 2013. National Registry of Diseases Office (NRDO)

Singapore Cancer Registry Annual Registry Report Trends in Cancer Incidence in Singapore 2009 2013. National Registry of Diseases Office (NRDO) Singapore Cancer Registry Annual Registry Report Trends in Cancer Incidence in Singapore 2009 2013 National Registry of Diseases Office (NRDO) Released November 3, 2014 Acknowledgement This report was

More information

Section 8» Incidence, Mortality, Survival and Prevalence

Section 8» Incidence, Mortality, Survival and Prevalence Section 8» Incidence, Mortality, Survival and Prevalence 8.1. Description of Statistics Reported This section focuses on the regional distribution of cancer with data derived from the BC Cancer Registry

More information

The HPSUMMARY Procedure: An Old Friend s Younger (and Brawnier) Cousin Anh P. Kellermann, Jeffrey D. Kromrey University of South Florida, Tampa, FL

The HPSUMMARY Procedure: An Old Friend s Younger (and Brawnier) Cousin Anh P. Kellermann, Jeffrey D. Kromrey University of South Florida, Tampa, FL Paper 88-216 The HPSUMMARY Procedure: An Old Friend s Younger (and Brawnier) Cousin Anh P. Kellermann, Jeffrey D. Kromrey University of South Florida, Tampa, FL ABSTRACT The HPSUMMARY procedure provides

More information

Vignette for survrm2 package: Comparing two survival curves using the restricted mean survival time

Vignette for survrm2 package: Comparing two survival curves using the restricted mean survival time Vignette for survrm2 package: Comparing two survival curves using the restricted mean survival time Hajime Uno Dana-Farber Cancer Institute March 16, 2015 1 Introduction In a comparative, longitudinal

More information

Analysis of Prostate Cancer at Easter Connecticut Health Network Using Cancer Registry Data

Analysis of Prostate Cancer at Easter Connecticut Health Network Using Cancer Registry Data The 2014 Cancer Program Annual Public Reporting of Outcomes/Annual Site Analysis Statistical Data from 2013 More than 70 percent of all newly diagnosed cancer patients are treated in the more than 1,500

More information

SAS and R calculations for cause specific hazard ratios in a competing risks analysis with time dependent covariates

SAS and R calculations for cause specific hazard ratios in a competing risks analysis with time dependent covariates SAS and R calculations for cause specific hazard ratios in a competing risks analysis with time dependent covariates Martin Wolkewitz, Ralf Peter Vonberg, Hajo Grundmann, Jan Beyersmann, Petra Gastmeier,

More information

Survey Analysis: Options for Missing Data

Survey Analysis: Options for Missing Data Survey Analysis: Options for Missing Data Paul Gorrell, Social & Scientific Systems, Inc., Silver Spring, MD Abstract A common situation researchers working with survey data face is the analysis of missing

More information

Chapter 2 History of MD Anderson s Tumor Registry

Chapter 2 History of MD Anderson s Tumor Registry Chapter 2 History of MD Anderson s Tumor Registry Sarah H. Taylor The Tumor Registry Department at The University of Texas MD Anderson Cancer Center is responsible for a database that contains demographic

More information

Munich Cancer Registry

Munich Cancer Registry Munich Cancer Registry Baseline statistics Selection Matrix Homepage Deutsch Munich Cancer Registry at Munich Cancer Center Marchioninistr. 15 Munich, 81377 Germany http://www.tumorregister-muenchen.de/en

More information

Patient and Caregiver Resources

Patient and Caregiver Resources Patient and Caregiver Resources Your best resource in the fight against cancer Visit NCCN.org/patients Patient Education Payment Assistance Advocacy and Support Groups Patient and Caregiver Resources Your

More information

2016 Physician Quality Reporting System Data Collection Form: Oncology (for patients aged 18 and older)

2016 Physician Quality Reporting System Data Collection Form: Oncology (for patients aged 18 and older) 2016 Physician Quality Reporting System Data Collection Form: Oncology (for patients aged 18 and older) IMPTANT: Any measure with a 0% performance rate (100% for inverse measures) is not considered satisfactory

More information

Cancer Prognostic Resources: A Systematic Review and Central Repository of Webbased Cancer Prognostic Calculators

Cancer Prognostic Resources: A Systematic Review and Central Repository of Webbased Cancer Prognostic Calculators Cancer Prognostic Resources: A Systematic Review and Central Repository of Webbased Cancer Prognostic Calculators 20 th Annual HMORN Conference Phoenix, AZ April 3, 2014 Presenter: Michelle Henton, MA

More information

Descriptive Statistics Categorical Variables

Descriptive Statistics Categorical Variables Descriptive Statistics Categorical Variables 3 Introduction... 41 Computing Frequency Counts and Percentages... 42 Computing Frequencies on a Continuous Variable... 44 Using Formats to Group Observations...

More information

Munich Cancer Registry

Munich Cancer Registry Munich Cancer Registry Baseline statistics Selection Matrix Homepage Deutsch Munich Cancer Registry at Munich Cancer Center Marchioninistr. 15 Munich, 81377 Germany http://www.tumorregister-muenchen.de/en

More information

Utilizing Clinical SAS Report Templates with ODS Sunil Kumar Gupta, Gupta Programming, Simi Valley, CA

Utilizing Clinical SAS Report Templates with ODS Sunil Kumar Gupta, Gupta Programming, Simi Valley, CA Utilizing Clinical SAS Report Templates with ODS Sunil Kumar Gupta, Gupta Programming, Simi Valley, CA ABSTRACT SAS progrannners often have the responsibility of supporting the reporting needs of the Clinical

More information

Electronic health records to study population health: opportunities and challenges

Electronic health records to study population health: opportunities and challenges Electronic health records to study population health: opportunities and challenges Caroline A. Thompson, PhD, MPH Assistant Professor of Epidemiology San Diego State University Caroline.Thompson@mail.sdsu.edu

More information

The current status of cancer care in Taiwan

The current status of cancer care in Taiwan The current status of cancer care in Taiwan Chien- Yuan Wu Director of Cancer Prevention and Control Division Health Promotion Administration Ministry of Health and Welfare, Taiwan Where is Taiwan? n Taiwan

More information

Primary Care Management of Colorectal Cancer

Primary Care Management of Colorectal Cancer Primary Care Management of Colorectal Cancer Dr. Dan Renouf, Medical Oncologist, BC Cancer Agency Vancouver Centre November 1, 2014 www.fpon.ca Primary Care Management of Colorectal Cancer Survivors Daniel

More information

C a nc e r C e nter. Annual Registry Report

C a nc e r C e nter. Annual Registry Report C a nc e r C e nter Annual Registry Report 214 214 Cancer Registry Report Larraine A. Tooker, CTR Please note that the 214 Cancer Registry Annual Report is created in 214, but it reflects data on cases

More information

Paper PO06. Randomization in Clinical Trial Studies

Paper PO06. Randomization in Clinical Trial Studies Paper PO06 Randomization in Clinical Trial Studies David Shen, WCI, Inc. Zaizai Lu, AstraZeneca Pharmaceuticals ABSTRACT Randomization is of central importance in clinical trials. It prevents selection

More information

The Price of Cancer The public price of registered cancer in New Zealand

The Price of Cancer The public price of registered cancer in New Zealand The Price of Cancer The public price of registered cancer in New Zealand Citation: The Price of Cancer: The public price of registered cancer in New Zealand. Wellington: Ministry of Health. Published in

More information

2009 Cancer Committee

2009 Cancer Committee 2009 Cancer Committee Lung (non-small cell) Cancer Study Stage IIIA and IIIB John Clouse, M.D. Alicia Stark, RHIT Jeff Robinson Table of Cont ent s Table of Contents... 1 Lung (non-small cell) Cancer Facts.2

More information

Scatter Plots with Error Bars

Scatter Plots with Error Bars Chapter 165 Scatter Plots with Error Bars Introduction The procedure extends the capability of the basic scatter plot by allowing you to plot the variability in Y and X corresponding to each point. Each

More information

What is a Stem Cell Transplantation?

What is a Stem Cell Transplantation? What is a Stem Cell Transplantation? Guest Expert: Stuart, MD Associate Professor, Medical Oncology www.wnpr.org www.yalecancercenter.org Welcome to Yale Cancer Center Answers with Drs. Ed and Ken. I am

More information

SAS Rule-Based Codebook Generation for Exploratory Data Analysis Ross Bettinger, Senior Analytical Consultant, Seattle, WA

SAS Rule-Based Codebook Generation for Exploratory Data Analysis Ross Bettinger, Senior Analytical Consultant, Seattle, WA SAS Rule-Based Codebook Generation for Exploratory Data Analysis Ross Bettinger, Senior Analytical Consultant, Seattle, WA ABSTRACT A codebook is a summary of a collection of data that reports significant

More information

Quick Start to Data Analysis with SAS Table of Contents. Chapter 1 Introduction 1. Chapter 2 SAS Programming Concepts 7

Quick Start to Data Analysis with SAS Table of Contents. Chapter 1 Introduction 1. Chapter 2 SAS Programming Concepts 7 Chapter 1 Introduction 1 SAS: The Complete Research Tool 1 Objectives 2 A Note About Syntax and Examples 2 Syntax 2 Examples 3 Organization 4 Chapter by Chapter 4 What This Book Is Not 5 Chapter 2 SAS

More information

Counting the Ways to Count in SAS. Imelda C. Go, South Carolina Department of Education, Columbia, SC

Counting the Ways to Count in SAS. Imelda C. Go, South Carolina Department of Education, Columbia, SC Paper CC 14 Counting the Ways to Count in SAS Imelda C. Go, South Carolina Department of Education, Columbia, SC ABSTRACT This paper first takes the reader through a progression of ways to count in SAS.

More information

Number. Source: Vital Records, M CDPH

Number. Source: Vital Records, M CDPH Epidemiology of Cancer in Department of Public Health Revised April 212 Introduction The general public is very concerned about cancer in the community. Many residents believe that cancer rates are high

More information

Can SAS Enterprise Guide do all of that, with no programming required? Yes, it can.

Can SAS Enterprise Guide do all of that, with no programming required? Yes, it can. SAS Enterprise Guide for Educational Researchers: Data Import to Publication without Programming AnnMaria De Mars, University of Southern California, Los Angeles, CA ABSTRACT In this workshop, participants

More information

More details on the inputs, functionality, and output can be found below.

More details on the inputs, functionality, and output can be found below. Overview: The SMEEACT (Software for More Efficient, Ethical, and Affordable Clinical Trials) web interface (http://research.mdacc.tmc.edu/smeeactweb) implements a single analysis of a two-armed trial comparing

More information

Fact Analysis - There is No Difference Between Single and Multiple Imputations

Fact Analysis - There is No Difference Between Single and Multiple Imputations PO-01 Using SAS to Examine Missing Data in Psychometric Research Abbas S. Tavakoli, DrPH, MPH, Elizabeth Register, PhD, MPH, RN-BC, CCM, & JoAnne Herman, PhD, RN, CSME Abstract Background: This study examined

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions How do QOPI and QOPI Certification fit in ASCO? All of ASCO s quality initiatives are part of ASCO s Institute for Quality. o QOPI o QOPI Certification Program (QCP ) o CancerLinQ

More information

10 th EADO Congress Vilnius, 7-10 May 2014. Ipilimumab update. Michele Maio

10 th EADO Congress Vilnius, 7-10 May 2014. Ipilimumab update. Michele Maio 10 th EADO Congress Vilnius, 7-10 May 2014 Ipilimumab update Michele Maio Medical Oncology and Immunotherapy, Department of Oncology University Hospital of Siena, Istituto Toscano Tumori SIENA, ITALY Evolving

More information

Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab Exercise #5 Analysis of Time of Death Data for Soldiers in Vietnam

Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab Exercise #5 Analysis of Time of Death Data for Soldiers in Vietnam Your Name: Section: 36-201 INTRODUCTION TO STATISTICAL REASONING Computer Lab Exercise #5 Analysis of Time of Death Data for Soldiers in Vietnam Objectives: 1. To use exploratory data analysis to investigate

More information

Avastin in breast cancer: Summary of clinical data

Avastin in breast cancer: Summary of clinical data Avastin in breast cancer: Summary of clinical data Worldwide, over one million people are diagnosed with breast cancer every year 1. It is the most frequently diagnosed cancer in women 1,2, and the leading

More information

PROC SUMMARY Options Beyond the Basics Susmita Pattnaik, PPD Inc, Morrisville, NC

PROC SUMMARY Options Beyond the Basics Susmita Pattnaik, PPD Inc, Morrisville, NC Paper BB-12 PROC SUMMARY Options Beyond the Basics Susmita Pattnaik, PPD Inc, Morrisville, NC ABSTRACT PROC SUMMARY is used for summarizing the data across all observations and is familiar to most SAS

More information

SUGI 29 Posters. Mazen Abdellatif, M.S., Hines VA CSPCC, Hines IL, 60141, USA

SUGI 29 Posters. Mazen Abdellatif, M.S., Hines VA CSPCC, Hines IL, 60141, USA A SAS Macro for Generating Randomization Lists in Clinical Trials Using Permuted Blocks Randomization Mazen Abdellatif, M.S., Hines VA CSPCC, Hines IL, 60141, USA ABSTRACT We developed a SAS [1] macro

More information

Introduction to SAS Business Intelligence/Enterprise Guide Alex Dmitrienko, Ph.D., Eli Lilly and Company, Indianapolis, IN

Introduction to SAS Business Intelligence/Enterprise Guide Alex Dmitrienko, Ph.D., Eli Lilly and Company, Indianapolis, IN Paper TS600 Introduction to SAS Business Intelligence/Enterprise Guide Alex Dmitrienko, Ph.D., Eli Lilly and Company, Indianapolis, IN ABSTRACT This paper provides an overview of new SAS Business Intelligence

More information

Labels, Labels, and More Labels Stephanie R. Thompson, Rochester Institute of Technology, Rochester, NY

Labels, Labels, and More Labels Stephanie R. Thompson, Rochester Institute of Technology, Rochester, NY Paper FF-007 Labels, Labels, and More Labels Stephanie R. Thompson, Rochester Institute of Technology, Rochester, NY ABSTRACT SAS datasets include labels as optional variable attributes in the descriptor

More information

Methods for Interaction Detection in Predictive Modeling Using SAS Doug Thompson, PhD, Blue Cross Blue Shield of IL, NM, OK & TX, Chicago, IL

Methods for Interaction Detection in Predictive Modeling Using SAS Doug Thompson, PhD, Blue Cross Blue Shield of IL, NM, OK & TX, Chicago, IL Paper SA01-2012 Methods for Interaction Detection in Predictive Modeling Using SAS Doug Thompson, PhD, Blue Cross Blue Shield of IL, NM, OK & TX, Chicago, IL ABSTRACT Analysts typically consider combinations

More information

Avastin in breast cancer: Summary of clinical data

Avastin in breast cancer: Summary of clinical data Avastin in breast cancer: Summary of clinical data Worldwide, over one million people are diagnosed with breast cancer every year 1. It is the most frequently diagnosed cancer in women 1,2, and the leading

More information

Focussing on Inequalities: Variation in breast cancer outcomes with age and deprivation

Focussing on Inequalities: Variation in breast cancer outcomes with age and deprivation Focussing on Inequalities: Variation in breast cancer outcomes with age and deprivation West Midlands Cancer Intelligence Unit ACKNOWLEDGEMENTS ACKNOWLEDGEMENTS Acknowledgements ACKNOWLEDGEMENTS The authors

More information

LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING

LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING In this lab you will explore the concept of a confidence interval and hypothesis testing through a simulation problem in engineering setting.

More information

STRATEGIES FOR ASSESSING THE PATIENT-LEVEL ECONOMIC IMPACT OF CANCER DIAGNOSIS

STRATEGIES FOR ASSESSING THE PATIENT-LEVEL ECONOMIC IMPACT OF CANCER DIAGNOSIS Cumulative % Increase 5/20/2015 STRATEGIES FOR ASSESSING THE PATIENT-LEVEL ECONOMIC IMPACT OF CANCER DIAGNOSIS ISPOR 20 th Annual International Meeting -- Philadelphia, PA May 20 th 2015 Workshop Moderators:

More information

restricted to certain centers and certain patients, preferably in some sort of experimental trial format.

restricted to certain centers and certain patients, preferably in some sort of experimental trial format. Managing Pancreatic Cancer, Part 4: Pancreatic Cancer Surgery, Complications, & the Importance of Surgical Volume Dr. Matthew Katz, Surgeon, MD Anderson Cancer Center, Houston, TX I m going to talk a little

More information

Sponsor Novartis Pharmaceuticals

Sponsor Novartis Pharmaceuticals Clinical Trial Results Database Page 1 Sponsor Novartis Pharmaceuticals Generic Drug Name Indacaterol Therapeutic Area of Trial Chronic Obstructive Pulmonary Disease (COPD) Indication studied: COPD Study

More information

Table of Contents. Cancer Committee Chairman s Report Accountability and Quality Improvement Measures Cancer Registry Cancer Sites

Table of Contents. Cancer Committee Chairman s Report Accountability and Quality Improvement Measures Cancer Registry Cancer Sites Table of Contents 2 3 6 8 9 Cancer Committee Chairman s Report Accountability and Quality Improvement Measures Cancer Registry Cancer Sites 1 2014 Cancer Committee Thomas Sunnenberg, MD, Medical Oncology,

More information

THE VIRTUAL DATA WAREHOUSE (VDW) AND HOW TO USE IT

THE VIRTUAL DATA WAREHOUSE (VDW) AND HOW TO USE IT THE VIRTUAL DATA WAREHOUSE (VDW) AND HOW TO USE IT Table of Contents Overview o Figure 1. The HCSRN VDW and how it works Data Areas o Figure 2: HCSRN VDW data structures Steps for Using the VDW Multicenter

More information

Simulate PRELOADFMT Option in PROC FREQ Ajay Gupta, PPD, Morrisville, NC

Simulate PRELOADFMT Option in PROC FREQ Ajay Gupta, PPD, Morrisville, NC ABSTRACT PharmaSUG 2015 - Paper QT33 Simulate PRELOADFMT Option in PROC FREQ Ajay Gupta, PPD, Morrisville, NC In Pharmaceuticals/CRO industries, table programing is often started when only partial data

More information

Chapter 9. Quality and quality control

Chapter 9. Quality and quality control Chapter 9. Quality and quality control R.G. Skeet Herefordshire Health Authority, Victoria House, Hereford HR4 OAN, UK The cancer registry, above all else, is a source of information. Since it may be argued

More information

Results of Surgery in a New Lung Institute in South Texas Focused on the Treatment of Lung Cancer

Results of Surgery in a New Lung Institute in South Texas Focused on the Treatment of Lung Cancer Results of Surgery in a New Lung Institute in South Texas Focused on the Treatment of Lung Cancer Lung cancer accounts for 13% of all cancer diagnoses and is the leading cause of cancer death in both males

More information