SAS OnlineTutorback||next

Try It! Using the Clinic.Diabetes data set, produce a series of descriptive statistics.

Creating HTML output? Read this first.

  1. 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.

  2. Submit the program and examine its output.

    Return here and select Next.

Solution
back||next


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

Terms of Use & Legal Information | Privacy Statement