SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Computing Frequency Distributions
Creating Crosstabulations


Question: Complete the program below so that PROC FREQ creates a two-way crosstabulation of AgeRange and MovingViolation. Use the values of MovingViolation for the table rows.
proc freq data=insure.auto;
   
run;

           

  back||next


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

Terms of Use & Legal Information | Privacy Statement