SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

PROC MEANS
Selecting Statistics and Variables


Question: In the field below, write a PROC MEANS statement that produces the mean and standard deviation for numeric variables in the data set Clinic.Diabetes. Limit procedure output to two decimal places. Refer to the list of statistic keywords, if needed.

run;

Variable Mean Std Dev
Age
Height
Weight
Pulse
FastGluc
PostGluc
46.70
66.95
174.65
75.10
299.10
355.10
12.81
4.15
36.31
7.98
125.61
125.52



           


  back||next


Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement