Creating Output Data Sets

Option Name
Description
Output Data Sets
You can create two types of output data sets. Select the check box for each data set that you want to create.
Create output data set
outputs a data set that contains the specified statistics.
Here are the statistics that you can include in the output data set:
  • linear predictor
  • predicted values
  • confidence limits for predicted values
  • Pearson residuals
  • Deviance residuals
  • Likelihood residuals
  • standardized Pearson residuals
  • standardized deviance residuals
  • change in the chi-square goodness-of-fit from deleting the individual observation
  • change in the deviance from deleting the individual observation
  • leverage
  • standardized DFBETA
  • standard error of the linear predictor
  • predicted probabilities for each response level
Create scored data set
outputs a data set that contains all the statistics in the output data set plus posterior probabilities.
Add SAS scoring code to the log
writes SAS DATA step code for computing predicted values of the fitted model either to a file or to a catalog entry. This code can then be included in a DATA step to score new data.