Exam A00-240 All QuestionsBrowse all questions from this exam
Question 6

This question will ask you to provide a missing option. Given the following SAS program:

What option must be added to the program to obtain a data set containing Pearson statistics?

    Correct Answer: C

    To obtain a data set containing Pearson statistics in a SAS program, the OUTSTAT= option should be used. This option specifically outputs a data set that includes various statistical measures, including Pearson correlation statistics. Therefore, OUTSTAT=estimates is the correct option to include in the given SAS program.

Discussion
ricardocarvalho911Option: B

OUTP for Pearson, OUTS for Spearman, easy to remember

chuckOption: B

B is correct, but the actual syntax is OUTS=ESTIMATES