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 Spearman 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 Spearman statistics?
To obtain a data set containing Spearman statistics from the PROC CORR statement in SAS, the correct option to use is OUTCORR=estimates. This option is specific to generating the output data set that will contain correlation statistics, including the Spearman correlation, which is what the question asks for.
B is the correct answer
agree with B.
the correct answer is B https://documentation.sas.com/doc/en/pgmsascdc/v_025/procstat/procstat_corr_syntax01.htm
B is the correct answer