About the blog

You can read and download quick reference cards from my blog space for free. The topics cover web design with asp.net, C#, Ajax, statistical programming with SAS, R, software development with visual studio, Delphi, etc.

If you have any question or good suggestion, please contact me or leave a comment. The companion website associated with this blog is http://www.winscard.com, please take a moment to visit it if you want to get more cards.


Overview of SAS system

In the Statistical point of view, SAS system is a software package used to reading, preprocessing, representation, statistical analysis, reporting of results of data. The functions include:
Show Details


  • Reading data
  • Preprocessing data
  • Representing data
  • Analyzing data
  • Reporting results
  1. Reading data
    The raw data in different formats can be read, stored into SAS session temporarily or permanently. The process is usually done in DATA steps. The following lists major packages or procedures that deal with the data input.
    • PROC IMPORT
    • DATA step
    • PROC SQL
  2. Preprocession data
    After datasets are available to a SAS session, you need to preprocess the data in order to represent, summarize and analyze the data. Preprocessing refers to the process of creating new dataset, creating/modifying variables, merging multiple datasets, combining/deleting observations, cleaning datasets by all kinds of programs. The following lists major procedures that deal with the preprocessing of data.
    • PROC SQL



No comments:

Post a Comment