1 / 4

Sept27O2

Download Presentation

Sept27O2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. libname bob 'a:\';libname library 'a:\';options formchar='|----|+|---+=|-/\< >*' ps=66 nodate nonumber;proc chart data=bob.cities;vbarspending / discrete;title1 'Robert A. Stallings';title2 'PPD 404 First SAS Exercise';title3 'Question 1';run;proc univariate data=bob.citiesplot;varfemlabor;title1 'Robert A. Stallings';title2 'PPD 404 First SAS Exercise';title3 'Question 2';run;

  2. proc univariate data=bob.cities;varhousepct;title1 'Robert A. Stallings';title2 'PPD 404 First SAS Exercise';title3 'Question 3';run;proc freq data=bob.cities;tablespending*crimes / all;title1 'Robert A. Stallings';title2 'PPD 404 First SAS Exercise';title3 'Question 4';run;

More Related