- Copy the program below and paste it into the Program Editor window (or issue the command
copy sashelp.oltutor..source ).
proc means data=clinic.diabetes;
run;
Modify the program to produce the mean, range, and standard deviation
of the variables Age , Pulse , FastGluc ,
and PostGluc in the data set Clinic.Diabetes.
Limit output to a single decimal place. Refer to the list of
statistic keywords if needed.
-
Submit the program and examine its output.
Return here and select Next.
|