PROC ASSESS with the FITPLOT option is run after logistic regression. What does the FITPLOT produce?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — b is correct because PROC ASSESS FITPLOT produces a plot comparing observed event frequencies to model-predicted probabilities grouped into bands, enabling visual calibration assessment. A describes a residual plot for linear regression.
Full explanation below image
Full Explanation
B is correct because PROC ASSESS FITPLOT produces a plot comparing observed event frequencies to model-predicted probabilities grouped into bands, enabling visual calibration assessment. A describes a residual plot for linear regression. C (ROC curve) is produced by ROC statement in PROC LOGISTIC. D (probability histograms) are separate diagnostic plots.