SAS Statistical Business Analysis Using SAS 9: Regression and Modeling — Question 6

There are missing values in the input variables for a regression application.
Which SAS procedure provides a viable solution?

Answer options

Correct answer: C

Explanation

The STDI2E procedure is specifically designed to address missing values in datasets and can provide imputation methods suitable for regression analysis. The GLM and VARCLUS procedures do not focus on handling missing data, while the CLUSTER procedure is used for clustering analysis and is not relevant for this purpose.