Quiz 5 Question 7 of 20

A SAS data scientist analyzes a CAS dataset using the correlation action. The following code is submitted: proc cas; simple.correlation / table={name='CUSTOMERS', caslib='PUBLIC'} inputs={'age','income','spend'} / casout={name='corr_out', caslib='WORK'}; quit; What is the output stored in 'corr_out'?

Select an answer to reveal the explanation.

Motivation