Example: biology

EvaluatingPredictive Accuracy of SurvivalModels …

Paper SAS462-2017 Evaluating Predictive Accuracy of Survival Models with PROC PHREGC hangbin Guo, Ying So, and Woosung Jang, SAS Institute validation is an important step in the model building process because it provides opportunities to assess the reliability of models before their deployment. Predictive Accuracy measures the ability of the models to predict future risks, and significant developments have been made in recent years in the evaluation of survival m odels. SAS/STAT includes updates to the PHREG procedure with a variety of techniques to calculate overall concordance statistics and time-dependent receiver operator characteristic (ROC) curves for right-censored data. This paper describes how to use these criteria to validate and compare fitted survival models and presents examples to illustrate these There has been growing interest in predictive modeling for various applications.

PaperSAS462-2017 EvaluatingPredictive Accuracy of SurvivalModels withPROCPHREG ChangbinGuo, YingSo,and WoosungJang, SAS InstituteInc. Abstract Modelvalidationis an importantstep in the modelbuildingprocess becauseit providesopportunities to assessthe

Tags:

  Accuracy, Evaluatingpredictive, Evaluatingpredictive accuracy of survivalmodels, Survivalmodels, Evaluatingpredictive accuracy of survivalmodels withprocphreg, Withprocphreg

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of EvaluatingPredictive Accuracy of SurvivalModels …

1 Paper SAS462-2017 Evaluating Predictive Accuracy of Survival Models with PROC PHREGC hangbin Guo, Ying So, and Woosung Jang, SAS Institute validation is an important step in the model building process because it provides opportunities to assess the reliability of models before their deployment. Predictive Accuracy measures the ability of the models to predict future risks, and significant developments have been made in recent years in the evaluation of survival m odels. SAS/STAT includes updates to the PHREG procedure with a variety of techniques to calculate overall concordance statistics and time-dependent receiver operator characteristic (ROC) curves for right-censored data. This paper describes how to use these criteria to validate and compare fitted survival models and presents examples to illustrate these There has been growing interest in predictive modeling for various applications.

2 A critical task in the model building process is accessing the model s predictive capability systematically. Two important aspects of a prediction model are calibration and discrimination. Calibration refers to the ability of the model to correctly rank the individuals in the sample by risk. Discrimination characterizes the model s ability to correctly classify subjects for their actual outcomes. There are a variety of methodologies to assess the discriminative performance of a prediction concordance statistic (or C-statistic) is the most commonly used discrimination measure in the context of logistic regression with binary outcomes. The concept underlying concordance is that a subject who experiences a particular outcome has a higher predicted probability of that outcome than a subject who does not experience the outcome. The C-statistic can be calculated as the proportion of pairs of subjects whose observed and predicted outcomes agree (are concordant) among all possible pairs in which one subject experiences the outcome of interest and the other subject does not.

3 The higher the C-statistic, the better the model can discriminate between subjects who experience the outcome of interest and subjects who do not. In the context of survival analysis, various C-statistics have been formulated to deal with right-censored data (Harrell 1986; Uno et al. 2011).Besides the C-statistic, receiver operator characteristic (ROC) curves and AUC (area under the ROC curve) statistics are also commonly used to assess the discrimination ability of the model with binary outcomes. For survival models with time-to-event outcomes, ROC curves are computed at specific time p oints. Various definitions and estimators of time-dependent ROC curves and AUC functions have been proposed in the survival setting. Blanche, Latouche, and Viallon (2013) provide a comprehensive survey of the available methods. Time-dependent ROC curves and AUC functions characterize how well the fitted m odel c an d istinguish b etween s ubjects w ho experience a n event and subjects who do not.

4 Whereas C-statistics provide overall measures of predictive Accuracy , time-dependent ROC curves and AUC functions summarize the predictive Accuracy at specific t imes. In practice, it is common to use several time points within the support of the observed event LOGISTIC procedure in SAS/STAT software fits l ogistic r egression m odels for b inary o utcomes a nd o ffers a variety of functionality for performing analyses by using C-statistic and ROC PHREG procedure in SAS/STAT provides a number of state-of-the-art techniques to calculate overall concordance statistics and time-dependent ROC curves and AUC statistics for right-censored data. This new functionality becomes available with the introduction of the CONCORDANCE and ROCOPTIONS options in the PROC PHREG statement as well as the new ROC statement. This paper reviews the existing features in PROC LOGISTIC for C-statistic and ROC curves, presents the new features in PROC PHREG, and illustrates their applications in examples.

5 Key differences between PROC PHREG and PROC LOGISTIC are also Analysis in PROC LOGISTIC: A ReviewAssume that the binary response,E, of an individual or an experimental unit can take one of two possible values,denoted for convenience by 0 and 1. SupposeZis a vector of explanatory variables and theresponse probability to be modeled. The logistic model has the formlogit. / log 1 D C 0 Zwhere is the intercept parameter and D. 1;:::; s/0is the vector ofsslope LOGISTIC procedure fits the model by the method of maximum Operating Characteristic (ROC) CurvesReceiver operating characteristic (ROC) curves display the discrimination potential of fitted logistic models byevaluating the trade-offs between true positive rate (sensitivity) and false positive rate (1 specificity). If you havea cutoff value, you can classify the subjects as being positive or negative according to their predicted a2 2classification table can be constructed to show the relationship between the predicted outcomes andthe actual outcomes.

6 Sensitivity is the fraction of positive subjects who are predicted as positive, and specificity is thefraction of negative subjects who are correctly predicted as ROC curve plots the sensitivity against one minus the specificity for a series of cutoffs for the fitted ROC plot is a unit square plot, and the higher the curve rises above the 45-degree line, the more desirable it 45-degree line corresponds to an area under the curve (AUC) of and represents where the fractions of truepositives and false negatives are equal. PROC LOGISTIC implements a nonparametric test to compare correlatedROC curves that was proposed by DeLong, DeLong, and Clarke-Pearson (1988). You can construct linear contraststo perform comparisons by using the empirical ROC curves of specified ROC methodology has become a standard tool for assessing predictive Accuracy because it provides a compre-hensive evaluation of a fitted model.

7 In practice, it is sometimes more convenient to use the so-called area underthe ROC curve (AUC), which summarizes the entire curve. AUC is connected to a variety of well-known statisticalmeasures; the concordance statistic (C-statistic) is the most obvious one, because the two measures are an estimator of the probability of concordance, the C-statistic estimates the concordant probability in a randomlyselected pair of subjects. Concordance is the phenomenon that if one subject of the pair experiences the positiveoutcome and the other does not, the subject with the positive outcome also has a higher predicted probability of thepositive outcome than the subject with the negative outcome. This provides the AUC with a convenient interpretationin terms of concordance : Using PROC LOGISTIC for ROC AnalysisThis example illustrates the features of the C-statistic and ROC curves in PROC data setLiverconsists of data about 418 patients who have primary biliary cirrhosis (PBC), an autoimmunedisease of the liver.

8 Each observation represents a patient. The variableTimerepresents the follow-up time in years(the time from registration to liver transplantation, death, or study termination, whichever comes first); the variableStatusis the censoring indicator (1 for death, 0 for censored); and the explanatory variables areAge(age, in years),Albumin(serum albumin level, in g/dl),Bilirubin(serum bilirubin level, in mg/dl),Edema(presence of edema, orswelling), andProtime(prothrombin time, in seconds).data Liver;input Time Status Age Albumin Bilirubin Edema Protime @@;label Time="Follow-Up Time in Years";Time= Time / ;Outcome = (Time > 5);datalines;400 1 4500 0 1 1925 1 0 2503 1 0 2466 1 1 51 1 1 304 1 0 1217 1 more lines ..989 0 681 1 0 1055 0 0 976 0 ;The response variable,Outcome, is defined according to whether the subject is still at risk at year 5.

9 The followingstatements use the LOGISTIC procedure to fit the logistic regression model that usesBilirubin,Age, andEdemaasexplanatory variables:ods graphics on;proc logistic data=Liver plots(only)=roc;model Outcome=Bilirubin Age Edema;run;Figure 1 displays the ROC curve that is produced by the PLOTS= 1 Receiver Operating Characteristic CurveThe AUC (area under the ROC curve) is estimated by the statisticcin the Association of Predicted Probabilities andObserved Responses table shown in Figure 2. In this example, the AUC is 2 Association TableAssociation of Predicted Probabilities andObserved ResponsesPercent ' can use PROC LOGISTIC to compare the ROC curves of different models. Consider three submodels of thepreviously fitted logistic model, each of which contains two of the three covariatesBilirubin,Age, andEdema. Youcan assess the difference in the ROC curves among these submodels in PROC LOGISTIC.

10 In the following statements,three ROC statements are specified, one for each submodel:proc logistic data=Liver plots=roc;model Outcome=Bilirubin Age Edema / nofit;roc 'Bilirubin+Age' Bilirubin Age;roc 'Age+Edema' Age Edema;roc 'Bilirubin+Edema' Bilirubin Edema;roccontrast reference('Age+Edema') / estimate e;run;The ROCCONTRAST statement implements the nonparametric test of DeLong, DeLong, and Clarke-Pearson (1988)to compare the three ROC curves, the REFERENCE option specifies that the Age+Edema curve is used as thereference curve in the contrast, the E option displays the contrast coefficients, and the ESTIMATE option computesthe AUC and tests each 3 displays the ROC curves of the three submodels and their AUC 3 ROC Curves for the Three ModelsFigure 4 displays the area under the ROC curve along with its standard error and a confidence interval for each modelin the comparison.