1 / 10

SAS Programming:

SAS Programming:. Gives kids a great career, making good $$. Key Ingredients :. Data (SAS/Access can read spreadsheets!) Analysis (data steps & ‘proc sql ’) Output (SAS/Graph with web output). Point-and-Click Interface?. Proc Gmap code….

patch
Download Presentation

SAS Programming:

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. SAS Programming: Gives kids a great career, making good $$

  2. Key Ingredients: • Data (SAS/Access can read spreadsheets!) • Analysis (data steps & ‘proc sql’) • Output (SAS/Graph with web output)

  3. Point-and-Click Interface?

  4. Proc Gmap code… proc gmap data=results map=maps.us; id state; choro winner; run;

  5. Choropleth Map

  6. So Simple a Caveman Can Do It?...

  7. If it was easy,They wouldn’t call itCode!

  8. When does it get really interesting? …

  9. Where are these samples?...Write this down! http://robslink.com/ SAS/Graph http://robslink.com/SAS/highschool/aaaindex.htm

More Related