Multiple choice technology programming languages

Which one of the following is NOT the default statistical measures calculated by Proc Means:

  1. N

  2. MEAN

  3. STD

  4. SUM

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

PROC MEANS default statistics are N (count), MEAN, STD (standard deviation), MIN, and MAX. SUM is NOT calculated by default - you must explicitly specify it in the PROC MEANS statement. Therefore D (SUM) is the correct answer as the 'NOT default' option.