Lecture 24. Time-to-event or survival data. New treatment for brain cancer: do patients survive longer than after standard treatment?

Size: px
Start display at page:

Download "Lecture 24. Time-to-event or survival data. New treatment for brain cancer: do patients survive longer than after standard treatment?"

Transcription

1 Lecture Survival time, censored observations 2. Proc Lifetest: Kaplan-Meier estimate of the survival distribution 3. Comparing survival distributions 4. Proportional hazards regression: Proc PHreg 5. Testing proportional hazards assumption 6. Time-varying explanatory variables Collett (2003) Modelling Survival Data in Medical Research, 2nd ed. Allison (1995) Survival Analysis Using the SAS System. Cantor (2003) SAS Survival Analysis Techniques for Medical Research Singer & Willett (2003) Applied Longitudinal Data Analysis: Modeling Change and Event Occurrence 1 Time-to-event or survival data In many situations, time until an event occurs is important: New treatment for brain cancer: do patients survive longer than after standard treatment? In the AHC, are men awarded tenure earlier and more often than women? Are young adults getting married later than 10 years ago? Are women delaying the birth of their first child? In theory, each individual has their own time T i to the event. In reality, some do not have the event during observation period (censoring). Objective is not point estimate (mean, slope, odds ratio) but an estimate of the distribution of these times {T i }. 2

2 US Census Bureau cross-section ( synthetic cohort ) for 2002 Histogram of survival times for 2002 US population, truncated at Percent of Deaths by age, US Population, Age in Years in 2002 E. Arias (2004) United States Life Tables, 2002 (National vital statistics reports; vol 53 no 6. Hyattsville, Maryland: National Center for Health Statistics.) 3 Survivor function S(t) = chance of surviving to age t = percent still alive (free of the event) at age t Percent Surviving US Population, Age in Years in

3 Hazard function h(t) = age-specific death rate = percent dying at age t of those alive at age t 0.20 Age Specific Death Rate per 100, US Population, Age in Years in Probability theory defines distribution by: histogram of lifetimes, called probability density function f (t) cumulative distribution function = cumulative area under histogram, starting from left. F (t) = Z t 1 f (u)du Survivor function S(t) = 1 F (t). Percent without the event (still alive) at time t. Hazard function h(t) = f (t) S(t) = chance of event at time t percent at risk at time t Hazard h(t) gives the chance of event during a short interval after time t, for those who are at risk (alive) at time t. 6

4 Outline: two main analyses for survival data 1. Estimate survivor function, compare survivor functions between groups. Proc Lifetest gives nonparametric product-limit (Kaplan-Meier) or lifetable estimate, draws graphs, tests for differences. Nice pictures, but no adjustments only strata. Proc LifeReg gives regression adjustment but must specify parametric formula for survivor function; rarely used in health sciences. 2. Estimate ratio of hazard functions between groups, compare ratio to 1. Proc PHreg does proportional hazards regression to estimate ratio. No pictures (almost) but regression adjustment for fixed and time-varying predictors. 7 Censored observation times Common problem in survival data is that we don t observe all event times: we stop the study and analyze the data before everyone has had the event a person leaves the study and we cannot find out whether they had the event In these cases, all we have is final time t 0 subject was known to be alive; we know only that T > t 0 The final time t 0 is called a censored observation, and it s a lower bound for the unknown event time T. 8

5 Clinical study example: eligible participants were enrolled as soon as they volunteered, and recruitment lasted 2.5 years. The study ended on 1/1/2008. Subjects died (open circle), dropped out (triangle), or were still alive at study end (gray dot). start end 1/1/2005 1/1/2006 1/1/2007 1/1/2008 Calendar Time 9 Analysis of clinical study example: each subject s time is aligned to start at study time = 0. start end Time from Enrollment (years) * marks study enrollment, horizontal line indicates time participant was alive, deaths are indicated by an open circle, censoring by a gray dot. 10

6 No histogram of survival times with censored data We can draw a histogram of all the times t i If there are censored times, we know that t i < actual survival time. No correct place in histogram for censored observations, because they are lower bounds, not observed times. However, excluding them gives a biased histogram. Kaplan and Meier (1958) proposed break-through method to estimate survivor function S(t) from partially censored data. 11 Kaplan-Meier estimate of the survivor function Order the event times from earliest to latest: t 0 (baseline), t 1, t 2,...,t v. Within each interval [t i, t i+1 ) (left end included, right end excluded) let n i = number at risk of event at start of interval d i = number of events within interval Then d i /n i = event rate in interval, and 1 d i /n i = proportion with no event (surviving) 12

7 Survivor function gives chance of surviving to time t Estimate this by product of chances of surviving each interval up to t: Ŝ(t) = Y t i <t µ 1 d i n i Notice that length of time intervals is ignored. 13 Stomach cancer example Survival times after treatments A or B for 89 patients with stomach cancer (source: Chapter 12, Der and Everitt). 45 received treatment A: 38 died, 7 still alive at end of study (= censored) 44 received treatment B: 41 died, 3 still alive Obs days trt years died 1 17 A A A B B days, years give times t patients were last known alive. died = 1 if an event happened at t. died = 0 if censored. 14

8 Proc Lifetest: Kaplan-Meier (Product-Limit) estimate of survivor function ODS graphics on; Proc Lifetest data = stomach_cancer plots =(survival(atrisk=0 to 4 by 1)); TIME years * died(0); STRATA trt ; run; ODS graphics off; TIME statement is like model statement, specifies response TIME length-of-time * event-status ( censored-value ) ; STRATA variable identifying treatment groups to be compared by test 15 plots=(survival(atrisk=0 to 4 by 1)); Sample sizes ( at risk ) given at bottom. Need at least in each group. 16

9 plots=( survival( CL atrisk=0 to 4 by 1)) ; 17 The LIFETEST Procedure Stratum 1: trt = A Survival Standard Number Number years Survival Failure Error Failed Left * * * * * * NOTE: The marked survival times are censored observations. 18

10 years: time t when survivor function starts a new value Survival: Failure: Kaplan-Meier (product-limit) estimate Ŝ(t) of the survivor function Kaplan-Meier estimate of cumulative mortality, [1 Ŝ(t)] = ˆF (t) Survival Standard Error: the pointwise standard error of the estimate Ŝ(t) Number Failed: the total number of events Number Left: the number still under observation and at risk for the event 95% confidence interval for the estimated survivor function from the usual formula with a standard error (from output): Ŝ(t) ± SE{Ŝ(t)} 19 Stratum 1: trt = A Quartile Estimates Point 95% Confidence Interval Percent Estimate [Lower Upper) Mean Standard Error Median survival time is time t when Ŝ(t) = 0.5, the survivor function equals 50%. If Ŝ(t) = 0.5 over an interval, the median is midpoint of the interval. Mean survival time is area under the Kaplan-Meier survival curve. If the largest observed time in the data is censored, then this area is unspecified. Don t report mean survival time if there is any censoring. 20

11 Summary of censoring in each group. Summary of the Number of Censored and Uncensored Values Percent Stratum group Total Failed Censored Censored 1 A B Total Precision of estimates depends on the number of events ( Failed ) not the number of observations. 21 Tests to compare population survivor functions Lifetest compares population survivor functions S(t) between groups listed in the STRATA statement. Null hypothesis: all groups have the same population survivor function; here, S A (t) = S B (t). Log rank Wilcoxon Likelihood ratio test Ignore likelihood ratio test it depends on strong assumption (exponential density) that is usually wrong. 22

12 Rank Statistics trt Log-Rank Wilcoxon A B Test of Equality over Strata Pr > Test Chi-Square DF Chi-Square Log-Rank Wilcoxon Log(LR) Two usable tests disagree here. 23 All three tests are based on H 0 : S A (t) = S B (t): combine all groups to get a common event rate on each time interval for each group in each interval, multiply event rate by sample size to get expected numbers of events e jk = expected numbers of events in group j during time period k d jk = observed numbers of events in group j at time k. 24

13 Log-rank test statistic is cumulative difference between observed and expected: d L = X k d1k e 1k. Rank Statistics trt Log-Rank Wilcoxon A B Test statistic for A was , indicating more deaths than expected. Test statistic for B was , indicating fewer deaths than expected. Usually more sensitive test. Best test when the estimated survivor functions do not cross each other. Often the basis for sample size calculations. 25 Wilcoxon test. Sum of differences between observed and expected events, weighted by sample size: d W = X k n k (d 1k e 1k ). Rank Statistics trt Log-Rank Wilcoxon A B Wilcoxon test gives more weight to the early part of the estimated survivor functions, where there is more information. Wilcoxon is less sensitive to late differences in survivor functions. Use Wilcoxon when estimated survivor functions cross each other. 26

14 27 Rank Statistics trt Log-Rank Wilcoxon A B Test of Equality over Strata Pr > Test Chi-Square DF Chi-Square Log-Rank Wilcoxon Log(LR) Which test should we report? Think about sample size as well as whether survivor curves cross. 28

15 Usually display K-M curves only where sample size is at least 10. To truncate plot, set maxtime. ODS graphics on; Proc Lifetest data=two_years maxtime=3.0 plots=survival(atrisk=0 to 4 by 1) ; time years * censor(1); strata trt ; run; ODS graphics off; Has no effect on tests, which still use all the data

16 Proc Lifetest TEST statment Proc Lifetest also compares groups identified in the TEST statement. This is intended to test the effect of a continuous explanatory variable. When used with a categorical variable, such as treatment results are not the same as from STRATA. Use STRATA not TEST. 31 Summarizing tests comparing survivor functions When a test finds a significant difference between survivor curves, it does not tell us when they differ. Three common approaches to summarizing comparison of two groups A and B: 1. If curves are consistently separated, report overall result. If Ŝ A is consistently lower than Ŝ B, then group A suffered more early events and had a smaller percent surviving at any given time. Report results of log-rank test. During the ten years after treatment, the proportion surviving was significantly higher in group B (log-rank test, p =.016). 32

17 2. Select a percent surviving, and report times when each group reached it. Common choice is 50% surviving, the median survival time. Quartile Estimates Point 95% Confidence Interval Percent Estimate [Lower Upper) Group A Group B Median survival in group A was 0.7 years (95% CI: years), while in group B median survival was 1.4 years, twice as long (95% CI: years) Select a time and report percent in each group surviving at that time. Percent surviving (and confidence interval) beyond a particular time comes from theproc Lifetest listing of Ŝ(t). Stratum 1: group = A Survival Standard Number Number years Survival Failure Error Failed Left After one year of treatment, estimated proportion surviving in group A was 44% ± 7%, but in group B the estimated proportion surviving was 68% ± 7%. 34

18 Hazard function hazard function h(t) = f (t) S(t) = chance of an event at time t percent alive at time t Hazard h(t) is time-specific event rate. Survivor function S(t) = percent still at risk (alive) at time t. Hazard function h(t) = chance of event at time t for the subset of people at risk. 35 Proportional Hazards Regression Proportional hazards regression (D.R. Cox, 1972) assumes that different groups have proportional hazard functions. With two groups A and B, there is a common hazard function h(t), which applies to group A. Being in group B multiplies the hazard by r. h B (t) = r h A (t). Proportional hazards regression estimates r without estimating h(t). Since hazards are chances, this means that the ratio of the hazard functions r = h B(t) h A (t) can be interpreted as a relative risk or relative rate. 36

19 Proportional hazards regression makes several assumptions: 1. There is a baseline hazard function h 0 (t) common to all individuals in all the study groups. 2. Study group j has a hazard function h j (t) that is a positive multiple of the baseline hazard: h j (t) = r j h 0 (t). Each group has its own hazard ratio r j. For reference group, r j = Explanatory variables act only on the r j not the baseline hazard. 37 Proportional Hazards Regression Model Model the hazard ratios (relative risks) on the log scale as function of predictors: log hazard ratio r j = Ø1 Group + Ø 2 X + Ø 3 Z +... No intercept it is part of baseline hazard. What makes proportional hazards regression work is that we can fit the model without needing to estimate the baseline hazard h 0 (t). Proportional hazards regression is about the hazard ratio or relative risk, not the hazard. 38

20 Interpretation of the regression coefficients is very similar to logistic regression: Class variable A: exp( ˆØ i ) is the hazard ratio or relative risk comparing i-th level of A to reference level. Continuous variable X: exp( ˆØ j ) is relative risk corresponding to a 1-unit increase in X, comparing those with X = x + 1 to those with X = x. 39 Breast cancer example Study in 1987 compared survival times of women diagnosed with breast cancer divided into two groups: staining test of biopsy tissue positive or negative. Data from Collett (2003) Example

21 Proc Lifetest data=breast_cancer ; TIME surv_months * died(0); STRATA positive_stain; positive_ Percent Stratum stain Total Failed Censored Censored Pr > Test Chi-Square DF Chi-Square Log-Rank Wilcoxon Log(LR) Which test is appropriate here? Test gives no estimate of difference between groups. 42

22 PHreg: proportional hazards regression Proc PHreg ; MODEL time * event-status ( censored_value ) = predictors / risklimits CI for hazard ratios ties=efron ; fitting method option Proc PHreg data = breast_cancer; model surv_months * died(0) = positive_stain / risklimits ties=efron; The response is specified in the same way as for Proc Lifetest. 43 Analysis of Maximum Likelihood Estimates Parameter Standard Parameter DF Estimate Error Chi-Square Pr > ChiSq positive_stain Analysis of Maximum Likelihood Estimates Hazard 95% Hazard Ratio Parameter Ratio Confidence Limits positive_stain Hazard rate in the positive-stain group was estimated to be 2.5 times greater than in the negative-stain group, although this did not reach significance (p =.0695). 44

23 Parallel features of Proc PHreg and Proc Logistic In comparing two groups, PHreg compares ordering of subjects times to event. Logistic compares proportions of subjects who had the event. Can treat survival to a specific time, e.g. 30-day survival, as an event in logistic regression if there is no censoring: every subject s 30-day survival status is known. Both have CLASS statements, and specify interactions with * in the MODEL. Both regressions are on log scale, so we back-transform: exp(regression coeficient) 45 Class variable A. Logistic: exp( ˆØ i ) is the odds ratio comparing i-th level of A to reference level. PHreg: exp( ˆØ i ) is the hazard ratio or relative risk comparing i-th level of A to reference level. Continuous variable X: Logistic: exp( ˆØ X ) is the odds ratio corresponding to a 1-unit increase in X, comparing those with X = x + 1 to those with X = x. PHreg: exp( ˆØ X ) is the hazard ratio corresponding to a 1-unit increase in X, comparing those with X = x + 1 to those with X = x. 46

24 Odds ratio and hazard ratio are main effects. When model includes an interaction, age * treatment, no odds ratios or hazard ratios are given. You can get comparisons by specifying levels of the predictors: Logistic: ODDSRATIO treatment; will give separate odds ratios for age in each treatment group PHreg: HAZARDRATIO treatment; will give separate hazard ratios for age in each treatment group Both procedures will do automatic step-wise model reduction. 47 Plots from PHreg PHreg will produce plots of estimated survival function for specified values of covariates. Useful when there are several important predictors, and we want to show their effects on survival function. 1. Create new prediction dataset with one observation for each set of covariate values, with a descriptive label 2. Turn on ODS graphics 3. Request plots in the Proc PHreg statement, and call the specifications dataset in the BASELINE statement 48

25 Breast-cancer example: Kaplan-Meier estimates of survivor curves for two groups: staining test of biopsy tissue positive or negative. 49 To get estimates of survivor curves for two groups from Proc PHreg, create new dataset with one observation for each set of covariate values, with a label. In this simple example, we specify only the stain groups: data specifications; input positive_stain label $ ; length label $10. ; cards; 1 positive 0 negative ; The labels will be used in the plot legend. 50

26 Then request plots in the Proc PHreg statement, and call the specifications dataset in the BASELINE statement. ODS graphics on; proc PHreg data=breast_cancer plots(overlay)=(survival cumhaz); class positive_stain; model surv_years * died(0)= positive_stain / risklimits ties=efron; baseline covariates=specifications / rowid = label; run; ODS graphics off; overlay draw both group curves on the same plot cumhaz cumulative hazard (sum of baseline hazard function values from t = 0) 51 Not the same as Kaplan-Meier plot from Proc Lifetest: curves have events at the same times because they are based on the common baseline hazard function. 52

27 Kaplan-Meier estimates of survivor curves from Proc Lifetest: 53 Hazard is the time-specific event rate. Usually plotted as cumulative hazard, because this is smoother: 54

28 Testing the proportional hazards assumption The proportional hazards assumption is that the ratio of hazards is a constant that does not depend on time: h A (t) h B (t) = r. When this assumption fails, it is because the hazard ratio changes over time. To test this, add predictor for group*time interaction. Evidence that group*time interaction is not zero is evidence against proportional hazards. 55 Breast cancer example: groups are positive_stain = 0, 1, response time = surv_months. group*time interaction: positive_stain * surv_months? Interaction combines response and predictor! Predictors that change with time are defined inside PHreg not in a DATA step. Proc PHreg data=breast_cancer; class positive_stain; model surv_months * died(0) = positive_stain PS_time / risklimits ties=efron; PS_time = positive_stain * surv_months; 56

29 Breast cancer example: Parameter Standard Parameter DF Estimate Error Chi-Square Pr > ChiSq positive_stain PS_time Null hypothesis of test for interaction: hazards are proportional. No evidence against proportional hazards. 57 Stomach Cancer Breast Cancer 58

30 In the stomach cancer example, time is years proc PHreg data=pubh.stomach_cancer ; class group; model years*censor(1) = group group_time / risklimits ties=efron; group_time = group * years; Parameter Standard Variable DF Estimate Error Chi-Square Pr > ChiSq group group_time Interaction is highly significant, strong evidence against proportional hazards. 59 Time-varying predictor: Alport mice example Compare survival of two groups of mice ( offspring 129 and French ) with a genetic kidney disease. Kidney function measured from urine at 2, 4, and 6 months after birth. All mice who survived to 6 months censored. Need a predictor that changes at 2, 4, and 6 months, like time-varying predictor in the test for non-proportional hazard. 60

31 Proc PHreg data= Alport; class group ; model surv_days*early_death(0) = pr_cr group / risklimits ties=efron; if (surv_days < 60) then pr_cr=log_pr2; else if (surv_days < 120) then pr_cr=log_pr4; else pr_cr=log_pr6; 61 Analysis of Maximum Likelihood Estimates Parameter Standard Parameter DF Estimate Error Chi-Square Pr > ChiSq pr_cr group French Analysis of Maximum Likelihood Estimates Hazard 95% Hazard Ratio Variable Parameter Ratio Confidence Limits Label pr_cr group French group French Is pr_cr (urine protein, a measure of kidney function) associated with survival time? 62

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

Introduction. Survival Analysis. Censoring. Plan of Talk

Introduction. Survival Analysis. Censoring. Plan of Talk Survival Analysis Mark Lunt Arthritis Research UK Centre for Excellence in Epidemiology University of Manchester 01/12/2015 Survival Analysis is concerned with the length of time before an event occurs.

More information

SUMAN DUVVURU STAT 567 PROJECT REPORT

SUMAN DUVVURU STAT 567 PROJECT REPORT SUMAN DUVVURU STAT 567 PROJECT REPORT SURVIVAL ANALYSIS OF HEROIN ADDICTS Background and introduction: Current illicit drug use among teens is continuing to increase in many countries around the world.

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

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

11. Analysis of Case-control Studies Logistic Regression

11. Analysis of Case-control Studies Logistic Regression Research methods II 113 11. Analysis of Case-control Studies Logistic Regression This chapter builds upon and further develops the concepts and strategies described in Ch.6 of Mother and Child Health:

More information

Statistics in Retail Finance. Chapter 6: Behavioural models

Statistics in Retail Finance. Chapter 6: Behavioural models Statistics in Retail Finance 1 Overview > So far we have focussed mainly on application scorecards. In this chapter we shall look at behavioural models. We shall cover the following topics:- Behavioural

More information

Predicting Customer Default Times using Survival Analysis Methods in SAS

Predicting Customer Default Times using Survival Analysis Methods in SAS Predicting Customer Default Times using Survival Analysis Methods in SAS Bart Baesens Bart.Baesens@econ.kuleuven.ac.be Overview The credit scoring survival analysis problem Statistical methods for Survival

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

13. Poisson Regression Analysis

13. Poisson Regression Analysis 136 Poisson Regression Analysis 13. Poisson Regression Analysis We have so far considered situations where the outcome variable is numeric and Normally distributed, or binary. In clinical work one often

More information

Modeling Customer Lifetime Value Using Survival Analysis An Application in the Telecommunications Industry

Modeling Customer Lifetime Value Using Survival Analysis An Application in the Telecommunications Industry Paper 12028 Modeling Customer Lifetime Value Using Survival Analysis An Application in the Telecommunications Industry Junxiang Lu, Ph.D. Overland Park, Kansas ABSTRACT Increasingly, companies are viewing

More information

The Cox Proportional Hazards Model

The Cox Proportional Hazards Model The Cox Proportional Hazards Model Mario Chen, PhD Advanced Biostatistics and RCT Workshop Office of AIDS Research, NIH ICSSC, FHI Goa, India, September 2009 1 The Model h i (t)=h 0 (t)exp(z i ), Z i =

More information

Introduction to Event History Analysis DUSTIN BROWN POPULATION RESEARCH CENTER

Introduction to Event History Analysis DUSTIN BROWN POPULATION RESEARCH CENTER Introduction to Event History Analysis DUSTIN BROWN POPULATION RESEARCH CENTER Objectives Introduce event history analysis Describe some common survival (hazard) distributions Introduce some useful Stata

More information

Part 3. Comparing Groups. Chapter 7 Comparing Paired Groups 189. Chapter 8 Comparing Two Independent Groups 217

Part 3. Comparing Groups. Chapter 7 Comparing Paired Groups 189. Chapter 8 Comparing Two Independent Groups 217 Part 3 Comparing Groups Chapter 7 Comparing Paired Groups 189 Chapter 8 Comparing Two Independent Groups 217 Chapter 9 Comparing More Than Two Groups 257 188 Elementary Statistics Using SAS Chapter 7 Comparing

More information

Applying Survival Analysis Techniques to Loan Terminations for HUD s Reverse Mortgage Insurance Program - HECM

Applying Survival Analysis Techniques to Loan Terminations for HUD s Reverse Mortgage Insurance Program - HECM Applying Survival Analysis Techniques to Loan Terminations for HUD s Reverse Mortgage Insurance Program - HECM Ming H. Chow, Edward J. Szymanoski, Theresa R. DiVenti 1 I. Introduction "Survival Analysis"

More information

Cool Tools for PROC LOGISTIC

Cool Tools for PROC LOGISTIC Cool Tools for PROC LOGISTIC Paul D. Allison Statistical Horizons LLC and the University of Pennsylvania March 2013 www.statisticalhorizons.com 1 New Features in LOGISTIC ODDSRATIO statement EFFECTPLOT

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

Developing Business Failure Prediction Models Using SAS Software Oki Kim, Statistical Analytics

Developing Business Failure Prediction Models Using SAS Software Oki Kim, Statistical Analytics Paper SD-004 Developing Business Failure Prediction Models Using SAS Software Oki Kim, Statistical Analytics ABSTRACT The credit crisis of 2008 has changed the climate in the investment and finance industry.

More information

Survival Analysis And The Application Of Cox's Proportional Hazards Modeling Using SAS

Survival Analysis And The Application Of Cox's Proportional Hazards Modeling Using SAS Paper 244-26 Survival Analysis And The Application Of Cox's Proportional Hazards Modeling Using SAS Tyler Smith, and Besa Smith, Department of Defense Center for Deployment Health Research, Naval Health

More information

Interpretation of Somers D under four simple models

Interpretation of Somers D under four simple models Interpretation of Somers D under four simple models Roger B. Newson 03 September, 04 Introduction Somers D is an ordinal measure of association introduced by Somers (96)[9]. It can be defined in terms

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

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

ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS

ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS DATABASE MARKETING Fall 2015, max 24 credits Dead line 15.10. ASSIGNMENT 4 PREDICTIVE MODELING AND GAINS CHARTS PART A Gains chart with excel Prepare a gains chart from the data in \\work\courses\e\27\e20100\ass4b.xls.

More information

Basic Statistical and Modeling Procedures Using SAS

Basic Statistical and Modeling Procedures Using SAS Basic Statistical and Modeling Procedures Using SAS One-Sample Tests The statistical procedures illustrated in this handout use two datasets. The first, Pulse, has information collected in a classroom

More information

The first three steps in a logistic regression analysis with examples in IBM SPSS. Steve Simon P.Mean Consulting www.pmean.com

The first three steps in a logistic regression analysis with examples in IBM SPSS. Steve Simon P.Mean Consulting www.pmean.com The first three steps in a logistic regression analysis with examples in IBM SPSS. Steve Simon P.Mean Consulting www.pmean.com 2. Why do I offer this webinar for free? I offer free statistics webinars

More information

Generalized Linear Models

Generalized Linear Models Generalized Linear Models We have previously worked with regression models where the response variable is quantitative and normally distributed. Now we turn our attention to two types of models where the

More information

LOGISTIC REGRESSION ANALYSIS

LOGISTIC REGRESSION ANALYSIS LOGISTIC REGRESSION ANALYSIS C. Mitchell Dayton Department of Measurement, Statistics & Evaluation Room 1230D Benjamin Building University of Maryland September 1992 1. Introduction and Model Logistic

More information

Tests for Two Survival Curves Using Cox s Proportional Hazards Model

Tests for Two Survival Curves Using Cox s Proportional Hazards Model Chapter 730 Tests for Two Survival Curves Using Cox s Proportional Hazards Model Introduction A clinical trial is often employed to test the equality of survival distributions of two treatment groups.

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

Comparison of Survival Curves

Comparison of Survival Curves Comparison of Survival Curves We spent the last class looking at some nonparametric approaches for estimating the survival function, Ŝ(t), over time for a single sample of individuals. Now we want to compare

More information

DATA INTERPRETATION AND STATISTICS

DATA INTERPRETATION AND STATISTICS PholC60 September 001 DATA INTERPRETATION AND STATISTICS Books A easy and systematic introductory text is Essentials of Medical Statistics by Betty Kirkwood, published by Blackwell at about 14. DESCRIPTIVE

More information

Multinomial and Ordinal Logistic Regression

Multinomial and Ordinal Logistic Regression Multinomial and Ordinal Logistic Regression ME104: Linear Regression Analysis Kenneth Benoit August 22, 2012 Regression with categorical dependent variables When the dependent variable is categorical,

More information

Modelling spousal mortality dependence: evidence of heterogeneities and implications

Modelling spousal mortality dependence: evidence of heterogeneities and implications 1/23 Modelling spousal mortality dependence: evidence of heterogeneities and implications Yang Lu Scor and Aix-Marseille School of Economics Lyon, September 2015 2/23 INTRODUCTION 3/23 Motivation It has

More information

Ordinal Regression. Chapter

Ordinal Regression. Chapter Ordinal Regression Chapter 4 Many variables of interest are ordinal. That is, you can rank the values, but the real distance between categories is unknown. Diseases are graded on scales from least severe

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

Survival Analysis of Left Truncated Income Protection Insurance Data. [March 29, 2012]

Survival Analysis of Left Truncated Income Protection Insurance Data. [March 29, 2012] Survival Analysis of Left Truncated Income Protection Insurance Data [March 29, 2012] 1 Qing Liu 2 David Pitt 3 Yan Wang 4 Xueyuan Wu Abstract One of the main characteristics of Income Protection Insurance

More information

Odds ratio, Odds ratio test for independence, chi-squared statistic.

Odds ratio, Odds ratio test for independence, chi-squared statistic. Odds ratio, Odds ratio test for independence, chi-squared statistic. Announcements: Assignment 5 is live on webpage. Due Wed Aug 1 at 4:30pm. (9 days, 1 hour, 58.5 minutes ) Final exam is Aug 9. Review

More information

Normality Testing in Excel

Normality Testing in Excel Normality Testing in Excel By Mark Harmon Copyright 2011 Mark Harmon No part of this publication may be reproduced or distributed without the express permission of the author. mark@excelmasterseries.com

More information

Regression Modeling Strategies

Regression Modeling Strategies Frank E. Harrell, Jr. Regression Modeling Strategies With Applications to Linear Models, Logistic Regression, and Survival Analysis With 141 Figures Springer Contents Preface Typographical Conventions

More information

Binary Logistic Regression

Binary Logistic Regression Binary Logistic Regression Main Effects Model Logistic regression will accept quantitative, binary or categorical predictors and will code the latter two in various ways. Here s a simple model including

More information

7.1 The Hazard and Survival Functions

7.1 The Hazard and Survival Functions Chapter 7 Survival Models Our final chapter concerns models for the analysis of data which have three main characteristics: (1) the dependent variable or response is the waiting time until the occurrence

More information

Analysis of Survey Data Using the SAS SURVEY Procedures: A Primer

Analysis of Survey Data Using the SAS SURVEY Procedures: A Primer Analysis of Survey Data Using the SAS SURVEY Procedures: A Primer Patricia A. Berglund, Institute for Social Research - University of Michigan Wisconsin and Illinois SAS User s Group June 25, 2014 1 Overview

More information

Two Correlated Proportions (McNemar Test)

Two Correlated Proportions (McNemar Test) Chapter 50 Two Correlated Proportions (Mcemar Test) Introduction This procedure computes confidence intervals and hypothesis tests for the comparison of the marginal frequencies of two factors (each with

More information

A Handbook of Statistical Analyses Using R. Brian S. Everitt and Torsten Hothorn

A Handbook of Statistical Analyses Using R. Brian S. Everitt and Torsten Hothorn A Handbook of Statistical Analyses Using R Brian S. Everitt and Torsten Hothorn CHAPTER 6 Logistic Regression and Generalised Linear Models: Blood Screening, Women s Role in Society, and Colonic Polyps

More information

Biostatistics: Types of Data Analysis

Biostatistics: Types of Data Analysis Biostatistics: Types of Data Analysis Theresa A Scott, MS Vanderbilt University Department of Biostatistics theresa.scott@vanderbilt.edu http://biostat.mc.vanderbilt.edu/theresascott Theresa A Scott, MS

More information

Pie Charts. proportion of ice-cream flavors sold annually by a given brand. AMS-5: Statistics. Cherry. Cherry. Blueberry. Blueberry. Apple.

Pie Charts. proportion of ice-cream flavors sold annually by a given brand. AMS-5: Statistics. Cherry. Cherry. Blueberry. Blueberry. Apple. Graphical Representations of Data, Mean, Median and Standard Deviation In this class we will consider graphical representations of the distribution of a set of data. The goal is to identify the range of

More information

Simple linear regression

Simple linear regression Simple linear regression Introduction Simple linear regression is a statistical method for obtaining a formula to predict values of one variable from another where there is a causal relationship between

More information

VI. Introduction to Logistic Regression

VI. Introduction to Logistic Regression VI. Introduction to Logistic Regression We turn our attention now to the topic of modeling a categorical outcome as a function of (possibly) several factors. The framework of generalized linear models

More information

Regression III: Advanced Methods

Regression III: Advanced Methods Lecture 16: Generalized Additive Models Regression III: Advanced Methods Bill Jacoby Michigan State University http://polisci.msu.edu/jacoby/icpsr/regress3 Goals of the Lecture Introduce Additive Models

More information

BIOM611 Biological Data Analysis

BIOM611 Biological Data Analysis BIOM611 Biological Data Analysis Spring, 2015 Tentative Syllabus Introduction BIOMED611 is a ½ unit course required for all 1 st year BGS students (except GCB students). It will provide an introduction

More information

Statistical Models in R

Statistical Models in R Statistical Models in R Some Examples Steven Buechler Department of Mathematics 276B Hurley Hall; 1-6233 Fall, 2007 Outline Statistical Models Structure of models in R Model Assessment (Part IA) Anova

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

Survival Analysis Using Cox Proportional Hazards Modeling For Single And Multiple Event Time Data

Survival Analysis Using Cox Proportional Hazards Modeling For Single And Multiple Event Time Data Survival Analysis Using Cox Proportional Hazards Modeling For Single And Multiple Event Time Data Tyler Smith, MS; Besa Smith, MPH; and Margaret AK Ryan, MD, MPH Department of Defense Center for Deployment

More information

Advanced Statistical Analysis of Mortality. Rhodes, Thomas E. and Freitas, Stephen A. MIB, Inc. 160 University Avenue. Westwood, MA 02090

Advanced Statistical Analysis of Mortality. Rhodes, Thomas E. and Freitas, Stephen A. MIB, Inc. 160 University Avenue. Westwood, MA 02090 Advanced Statistical Analysis of Mortality Rhodes, Thomas E. and Freitas, Stephen A. MIB, Inc 160 University Avenue Westwood, MA 02090 001-(781)-751-6356 fax 001-(781)-329-3379 trhodes@mib.com Abstract

More information

Survival analysis methods in Insurance Applications in car insurance contracts

Survival analysis methods in Insurance Applications in car insurance contracts Survival analysis methods in Insurance Applications in car insurance contracts Abder OULIDI 1-2 Jean-Marie MARION 1 Hérvé GANACHAUD 3 1 Institut de Mathématiques Appliquées (IMA) Angers France 2 Institut

More information

Descriptive Statistics

Descriptive Statistics Descriptive Statistics Primer Descriptive statistics Central tendency Variation Relative position Relationships Calculating descriptive statistics Descriptive Statistics Purpose to describe or summarize

More information

Introduction to Survival Analysis

Introduction to Survival Analysis John Fox Lecture Notes Introduction to Survival Analysis Copyright 2014 by John Fox Introduction to Survival Analysis 1 1. Introduction I Survival analysis encompasses a wide variety of methods for analyzing

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

Chapter 7: Simple linear regression Learning Objectives

Chapter 7: Simple linear regression Learning Objectives Chapter 7: Simple linear regression Learning Objectives Reading: Section 7.1 of OpenIntro Statistics Video: Correlation vs. causation, YouTube (2:19) Video: Intro to Linear Regression, YouTube (5:18) -

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

Lecture 19: Conditional Logistic Regression

Lecture 19: Conditional Logistic Regression Lecture 19: Conditional Logistic Regression Dipankar Bandyopadhyay, Ph.D. BMTRY 711: Analysis of Categorical Data Spring 2011 Division of Biostatistics and Epidemiology Medical University of South Carolina

More information

What Does the Normal Distribution Sound Like?

What Does the Normal Distribution Sound Like? What Does the Normal Distribution Sound Like? Ananda Jayawardhana Pittsburg State University ananda@pittstate.edu Published: June 2013 Overview of Lesson In this activity, students conduct an investigation

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

Using An Ordered Logistic Regression Model with SAS Vartanian: SW 541

Using An Ordered Logistic Regression Model with SAS Vartanian: SW 541 Using An Ordered Logistic Regression Model with SAS Vartanian: SW 541 libname in1 >c:\=; Data first; Set in1.extract; A=1; PROC LOGIST OUTEST=DD MAXITER=100 ORDER=DATA; OUTPUT OUT=CC XBETA=XB P=PROB; MODEL

More information

Module 3: Correlation and Covariance

Module 3: Correlation and Covariance Using Statistical Data to Make Decisions Module 3: Correlation and Covariance Tom Ilvento Dr. Mugdim Pašiƒ University of Delaware Sarajevo Graduate School of Business O ften our interest in data analysis

More information

Examining a Fitted Logistic Model

Examining a Fitted Logistic Model STAT 536 Lecture 16 1 Examining a Fitted Logistic Model Deviance Test for Lack of Fit The data below describes the male birth fraction male births/total births over the years 1931 to 1990. A simple logistic

More information

II. DISTRIBUTIONS distribution normal distribution. standard scores

II. DISTRIBUTIONS distribution normal distribution. standard scores Appendix D Basic Measurement And Statistics The following information was developed by Steven Rothke, PhD, Department of Psychology, Rehabilitation Institute of Chicago (RIC) and expanded by Mary F. Schmidt,

More information

Adequacy of Biomath. Models. Empirical Modeling Tools. Bayesian Modeling. Model Uncertainty / Selection

Adequacy of Biomath. Models. Empirical Modeling Tools. Bayesian Modeling. Model Uncertainty / Selection Directions in Statistical Methodology for Multivariable Predictive Modeling Frank E Harrell Jr University of Virginia Seattle WA 19May98 Overview of Modeling Process Model selection Regression shape Diagnostics

More information

Predicting Customer Churn in the Telecommunications Industry An Application of Survival Analysis Modeling Using SAS

Predicting Customer Churn in the Telecommunications Industry An Application of Survival Analysis Modeling Using SAS Paper 114-27 Predicting Customer in the Telecommunications Industry An Application of Survival Analysis Modeling Using SAS Junxiang Lu, Ph.D. Sprint Communications Company Overland Park, Kansas ABSTRACT

More information

Survival Analysis Approaches and New Developments using SAS. Jane Lu, AstraZeneca Pharmaceuticals, Wilmington, DE David Shen, Independent Consultant

Survival Analysis Approaches and New Developments using SAS. Jane Lu, AstraZeneca Pharmaceuticals, Wilmington, DE David Shen, Independent Consultant PharmaSUG 2014 - Paper PO02 Survival Analysis Approaches and New Developments using SAS Jane Lu, AstraZeneca Pharmaceuticals, Wilmington, DE David Shen, Independent Consultant ABSTRACT A common feature

More information

Applied Statistics. J. Blanchet and J. Wadsworth. Institute of Mathematics, Analysis, and Applications EPF Lausanne

Applied Statistics. J. Blanchet and J. Wadsworth. Institute of Mathematics, Analysis, and Applications EPF Lausanne Applied Statistics J. Blanchet and J. Wadsworth Institute of Mathematics, Analysis, and Applications EPF Lausanne An MSc Course for Applied Mathematicians, Fall 2012 Outline 1 Model Comparison 2 Model

More information

Survival Analysis of Dental Implants. Abstracts

Survival Analysis of Dental Implants. Abstracts Survival Analysis of Dental Implants Andrew Kai-Ming Kwan 1,4, Dr. Fu Lee Wang 2, and Dr. Tak-Kun Chow 3 1 Census and Statistics Department, Hong Kong, China 2 Caritas Institute of Higher Education, Hong

More information

Some Essential Statistics The Lure of Statistics

Some Essential Statistics The Lure of Statistics Some Essential Statistics The Lure of Statistics Data Mining Techniques, by M.J.A. Berry and G.S Linoff, 2004 Statistics vs. Data Mining..lie, damn lie, and statistics mining data to support preconceived

More information

2 Right Censoring and Kaplan-Meier Estimator

2 Right Censoring and Kaplan-Meier Estimator 2 Right Censoring and Kaplan-Meier Estimator In biomedical applications, especially in clinical trials, two important issues arise when studying time to event data (we will assume the event to be death.

More information

STATISTICA Formula Guide: Logistic Regression. Table of Contents

STATISTICA Formula Guide: Logistic Regression. Table of Contents : Table of Contents... 1 Overview of Model... 1 Dispersion... 2 Parameterization... 3 Sigma-Restricted Model... 3 Overparameterized Model... 4 Reference Coding... 4 Model Summary (Summary Tab)... 5 Summary

More information

Unit 12 Logistic Regression Supplementary Chapter 14 in IPS On CD (Chap 16, 5th ed.)

Unit 12 Logistic Regression Supplementary Chapter 14 in IPS On CD (Chap 16, 5th ed.) Unit 12 Logistic Regression Supplementary Chapter 14 in IPS On CD (Chap 16, 5th ed.) Logistic regression generalizes methods for 2-way tables Adds capability studying several predictors, but Limited to

More information

This can dilute the significance of a departure from the null hypothesis. We can focus the test on departures of a particular form.

This can dilute the significance of a departure from the null hypothesis. We can focus the test on departures of a particular form. One-Degree-of-Freedom Tests Test for group occasion interactions has (number of groups 1) number of occasions 1) degrees of freedom. This can dilute the significance of a departure from the null hypothesis.

More information

Probability and Statistics Vocabulary List (Definitions for Middle School Teachers)

Probability and Statistics Vocabulary List (Definitions for Middle School Teachers) Probability and Statistics Vocabulary List (Definitions for Middle School Teachers) B Bar graph a diagram representing the frequency distribution for nominal or discrete data. It consists of a sequence

More information

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses.

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE STATISTICS The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE VS. INFERENTIAL STATISTICS Descriptive To organize,

More information

Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression

Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression Objectives: To perform a hypothesis test concerning the slope of a least squares line To recognize that testing for a

More information

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96 1 Final Review 2 Review 2.1 CI 1-propZint Scenario 1 A TV manufacturer claims in its warranty brochure that in the past not more than 10 percent of its TV sets needed any repair during the first two years

More information

Association Between Variables

Association Between Variables Contents 11 Association Between Variables 767 11.1 Introduction............................ 767 11.1.1 Measure of Association................. 768 11.1.2 Chapter Summary.................... 769 11.2 Chi

More information

X X X a) perfect linear correlation b) no correlation c) positive correlation (r = 1) (r = 0) (0 < r < 1)

X X X a) perfect linear correlation b) no correlation c) positive correlation (r = 1) (r = 0) (0 < r < 1) CORRELATION AND REGRESSION / 47 CHAPTER EIGHT CORRELATION AND REGRESSION Correlation and regression are statistical methods that are commonly used in the medical literature to compare two or more variables.

More information

Business Statistics. Successful completion of Introductory and/or Intermediate Algebra courses is recommended before taking Business Statistics.

Business Statistics. Successful completion of Introductory and/or Intermediate Algebra courses is recommended before taking Business Statistics. Business Course Text Bowerman, Bruce L., Richard T. O'Connell, J. B. Orris, and Dawn C. Porter. Essentials of Business, 2nd edition, McGraw-Hill/Irwin, 2008, ISBN: 978-0-07-331988-9. Required Computing

More information

Confidence Intervals for Exponential Reliability

Confidence Intervals for Exponential Reliability Chapter 408 Confidence Intervals for Exponential Reliability Introduction This routine calculates the number of events needed to obtain a specified width of a confidence interval for the reliability (proportion

More information

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( )

NCSS Statistical Software Principal Components Regression. In ordinary least squares, the regression coefficients are estimated using the formula ( ) Chapter 340 Principal Components Regression Introduction is a technique for analyzing multiple regression data that suffer from multicollinearity. When multicollinearity occurs, least squares estimates

More information

Introduction to Quantitative Methods

Introduction to Quantitative Methods Introduction to Quantitative Methods October 15, 2009 Contents 1 Definition of Key Terms 2 2 Descriptive Statistics 3 2.1 Frequency Tables......................... 4 2.2 Measures of Central Tendencies.................

More information

Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics

Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics For 2015 Examinations Aim The aim of the Probability and Mathematical Statistics subject is to provide a grounding in

More information

A Study to Predict No Show Probability for a Scheduled Appointment at Free Health Clinic

A Study to Predict No Show Probability for a Scheduled Appointment at Free Health Clinic A Study to Predict No Show Probability for a Scheduled Appointment at Free Health Clinic Report prepared for Brandon Slama Department of Health Management and Informatics University of Missouri, Columbia

More information

INTERPRETING THE ONE-WAY ANALYSIS OF VARIANCE (ANOVA)

INTERPRETING THE ONE-WAY ANALYSIS OF VARIANCE (ANOVA) INTERPRETING THE ONE-WAY ANALYSIS OF VARIANCE (ANOVA) As with other parametric statistics, we begin the one-way ANOVA with a test of the underlying assumptions. Our first assumption is the assumption of

More information

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA

ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA ESTIMATING THE DISTRIBUTION OF DEMAND USING BOUNDED SALES DATA Michael R. Middleton, McLaren School of Business, University of San Francisco 0 Fulton Street, San Francisco, CA -00 -- middleton@usfca.edu

More information

An Application of the Cox Proportional Hazards Model to the Construction of Objective Vintages for Credit in Financial Institutions, Using PROC PHREG

An Application of the Cox Proportional Hazards Model to the Construction of Objective Vintages for Credit in Financial Institutions, Using PROC PHREG Paper 3140-2015 An Application of the Cox Proportional Hazards Model to the Construction of Objective Vintages for Credit in Financial Institutions, Using PROC PHREG Iván Darío Atehortua Rojas, Banco Colpatria

More information

List of Examples. Examples 319

List of Examples. Examples 319 Examples 319 List of Examples DiMaggio and Mantle. 6 Weed seeds. 6, 23, 37, 38 Vole reproduction. 7, 24, 37 Wooly bear caterpillar cocoons. 7 Homophone confusion and Alzheimer s disease. 8 Gear tooth strength.

More information

ANNEX 2: Assessment of the 7 points agreed by WATCH as meriting attention (cover paper, paragraph 9, bullet points) by Andy Darnton, HSE

ANNEX 2: Assessment of the 7 points agreed by WATCH as meriting attention (cover paper, paragraph 9, bullet points) by Andy Darnton, HSE ANNEX 2: Assessment of the 7 points agreed by WATCH as meriting attention (cover paper, paragraph 9, bullet points) by Andy Darnton, HSE The 7 issues to be addressed outlined in paragraph 9 of the cover

More information

SIMPLE LINEAR CORRELATION. r can range from -1 to 1, and is independent of units of measurement. Correlation can be done on two dependent variables.

SIMPLE LINEAR CORRELATION. r can range from -1 to 1, and is independent of units of measurement. Correlation can be done on two dependent variables. SIMPLE LINEAR CORRELATION Simple linear correlation is a measure of the degree to which two variables vary together, or a measure of the intensity of the association between two variables. Correlation

More information

SOLUTIONS TO BIOSTATISTICS PRACTICE PROBLEMS

SOLUTIONS TO BIOSTATISTICS PRACTICE PROBLEMS SOLUTIONS TO BIOSTATISTICS PRACTICE PROBLEMS BIOSTATISTICS DESCRIBING DATA, THE NORMAL DISTRIBUTION SOLUTIONS 1. a. To calculate the mean, we just add up all 7 values, and divide by 7. In Xi i= 1 fancy

More information

HURDLE AND SELECTION MODELS Jeff Wooldridge Michigan State University BGSE/IZA Course in Microeconometrics July 2009

HURDLE AND SELECTION MODELS Jeff Wooldridge Michigan State University BGSE/IZA Course in Microeconometrics July 2009 HURDLE AND SELECTION MODELS Jeff Wooldridge Michigan State University BGSE/IZA Course in Microeconometrics July 2009 1. Introduction 2. A General Formulation 3. Truncated Normal Hurdle Model 4. Lognormal

More information

Exercise 1.12 (Pg. 22-23)

Exercise 1.12 (Pg. 22-23) Individuals: The objects that are described by a set of data. They may be people, animals, things, etc. (Also referred to as Cases or Records) Variables: The characteristics recorded about each individual.

More information

Good luck! BUSINESS STATISTICS FINAL EXAM INSTRUCTIONS. Name:

Good luck! BUSINESS STATISTICS FINAL EXAM INSTRUCTIONS. Name: Glo bal Leadership M BA BUSINESS STATISTICS FINAL EXAM Name: INSTRUCTIONS 1. Do not open this exam until instructed to do so. 2. Be sure to fill in your name before starting the exam. 3. You have two hours

More information

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar business statistics using Excel Glyn Davis & Branko Pecar OXFORD UNIVERSITY PRESS Detailed contents Introduction to Microsoft Excel 2003 Overview Learning Objectives 1.1 Introduction to Microsoft Excel

More information