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?
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?
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.
OUTP for Pearson, OUTS for Spearman, easy to remember
B is correct, but the actual syntax is OUTS=ESTIMATES