1 / 44

Introduction to SAS Base (using SAS Studio)

Introduction to SAS Base (using SAS Studio). Csicsman József BME Matematikai intézet, Sztochasztika Tanszék Külső oktató csicsman@calculus.hu. The frame system of SAS 1. The BASE SAS software is a programing lanquage for data handling and calculation

normaevans
Download Presentation

Introduction to SAS Base (using SAS Studio)

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. Introduction to SAS Base (using SAS Studio) Csicsman József BME Matematikai intézet, Sztochasztika Tanszék Külső oktató csicsman@calculus.hu Introduction to SAS BASE by SAS Sudio Csicsman J

  2. The frame system of SAS 1. • The BASE SAS software is a programing lanquage for data handling and calculation • DATA step for reading datasets, creating and manupalating SAS data files, • Proc steps for calculating predefined algoritmus (elementary statistics, graphs, muldidimensional data analysis,…), • SAS BASE generate executable codes Introduction to SAS BASE by SAS Sudio Csicsman J

  3. The frame system of SAS 2. SAS components: • SAS/STAT: Multidimensional data analysis • SAS/INSIGHT: 3D data visualisation • SAS/ETS: Time series, economic models,… • SAS/GRAPH: graphical presentation. • SAS Ap Dev Studio: for application development • … Introduction to SAS BASE by SAS Sudio Csicsman J

  4. The frame system of SAS 3. End user applications: • SAS/EG: simple application frame to generate SAS Base code • SAS/EG Enterprise Miner for data Mining • SAS Graph-N-Go: to generate graphics • Time Series Forecasting System • Project Management • ... Introduction to SAS BASE by SAS Sudio Csicsman J

  5. SAS end use platforms(SAS screens) • Program Editor: for SAS code • Explorer: for data dictionaries • LOG: how SAS syste understood your req. • Output: non graphical results • Result: for handling the different kind of results • Result viewer: to access HTML outputs Introduction to SAS BASE by SAS Sudio Csicsman J

  6. Login Screen for registrated user Introduction to SAS BASE by SAS Sudio Csicsman J

  7. To Select SAS Studio Introduction to SAS BASE by SAS Sudio Csicsman J

  8. The Screens of SAS Studio For the SAS program codes The data explorer Log lists For results handling Introduction to SAS BASE by SAS Sudio Csicsman J

  9. At the first time we must to create a workind directory Introduction to SAS BASE by SAS Sudio Csicsman J

  10. Each registrated user has a home directory and we can create a new subdirectory on it Introduction to SAS BASE by SAS Sudio Csicsman J

  11. It is importanttoclickfortheusageitatthenext SAS section Introduction to SAS BASE by SAS Sudio Csicsman J

  12. The predefined library will be my working directory Introduction to SAS BASE by SAS Sudio Csicsman J

  13. Upload file to my cloud dictionary 1. Introduction to SAS BASE by SAS Sudio Csicsman J

  14. Upload file to my cloud dictionary 2. Introduction to SAS BASE by SAS Sudio Csicsman J

  15. Upload file to my cloud dictionary 3. Introduction to SAS BASE by SAS Sudio Csicsman J

  16. Copy Excel sheet to SAS file using Snippet 1. Introduction to SAS BASE by SAS Sudio Csicsman J

  17. Copy Excel sheet to SAS file using Snippet 2. Introduction to SAS BASE by SAS Sudio Csicsman J

  18. The result of the data transformation Introduction to SAS BASE by SAS Sudio Csicsman J

  19. Using Proc Contents for the data description (Meta informations) of SAS dataset Introduction to SAS BASE by SAS Sudio Csicsman J

  20. The result Introduction to SAS BASE by SAS Sudio Csicsman J

  21. To use confortable name exept Excel origins, and to select first 524 boats, with real results Introduction to SAS BASE by SAS Sudio Csicsman J

  22. First step to get informations from data, elementary statistics Introduction to SAS BASE by SAS Sudio Csicsman J

  23. Convert classification variables to numeric Introduction to SAS BASE by SAS Sudio Csicsman J

  24. The results Introduction to SAS BASE by SAS Sudio Csicsman J

  25. The results Introduction to SAS BASE by SAS Sudio Csicsman J

  26. To sort the data with ys variable (ys is a number about the rapidly of boats) and to sreate frequensy table Introduction to SAS BASE by SAS Sudio Csicsman J

  27. The results Introduction to SAS BASE by SAS Sudio Csicsman J

  28. To calculate correlation matrix Introduction to SAS BASE by SAS Sudio Csicsman J

  29. The result of corralation.How to interpret its? Introduction to SAS BASE by SAS Sudio Csicsman J

  30. To create frequency by the cathegories of the boats, using freq and gchart procedures Introduction to SAS BASE by SAS Sudio Csicsman J

  31. The results Introduction to SAS BASE by SAS Sudio Csicsman J

  32. To create distribution diagram Introduction to SAS BASE by SAS Sudio Csicsman J

  33. The results Introduction to SAS BASE by SAS Sudio Csicsman J

  34. SAS statement for data handling, to create new variables form time format value Introduction to SAS BASE by SAS Sudio Csicsman J

  35. The results with the new calculated values Introduction to SAS BASE by SAS Sudio Csicsman J

  36. To create 3 datesets by sepatation of ys number Introduction to SAS BASE by SAS Sudio Csicsman J

  37. The results Introduction to SAS BASE by SAS Sudio Csicsman J

  38. To check the ys distributions of 3 datasets Introduction to SAS BASE by SAS Sudio Csicsman J

  39. The results Introduction to SAS BASE by SAS Sudio Csicsman J

  40. How many boats are with different ys number?To calculate one dimension statistical table Introduction to SAS BASE by SAS Sudio Csicsman J

  41. The reult tables Introduction to SAS BASE by SAS Sudio Csicsman J

  42. To create two dimensional statistical table Introduction to SAS BASE by SAS Sudio Csicsman J

  43. The rows are ys categiries, the colums are the number of boats and average results of the race Introduction to SAS BASE by SAS Sudio Csicsman J

  44. Thank you for your attention Csicsman@calculus.hu Introduction to SAS BASE by SAS Sudio Csicsman J

More Related