Business Econometrics Using SAS Tools (BEST) : Class I - An Introduction To Econometrics, Analytics and SAS
Business Econometrics Using SAS Tools (BEST) : Class I - An Introduction To Econometrics, Analytics and SAS
Class Design
Begin with Basic Stories
Basics of Data Management with SAS
Econometric Analysis Relevant to
Businesses
Econometric Analysis using SAS
Analyzing SAS Output
Applying Econometric Analysis to
Business Cases using SAS Live
Examples
What is Statistics?
Study of the collection, organization, analysis,
interpretation and presentation ofdata
Theoretical statistics the mathematical basis of the
process of statistical analysis. Most research and work
on finding new tools, fixing errors in existing tools and
improving them
Applied Statistics using the existing tools of
statistics on certain data to improve our
understanding of the problem in hand
What type of assumptions?
What is Normal?
Simple concept like average (mean) and standard deviation
The 1 Impression
st
Creates data
Reads and modifies data
Appends data
Remember it moves line-by-line
Open SAS EG
File>New>Data
Choose File Name Choose Location to Save
Provide Column (Variable) Names and Types
Provide Display and Input Format
Delete all other Rows
In the created empty dataset, type in
If you try to enter letters in a column designed
to be numeric, you will get an error message
Variables
Name Provide understandable names, can begin
with (_) or letter
Type character or numeric
Group In Numeric, it can be Date, Time,
Currency or just Numbers
Length Number of integer length
Display actual format and reading format
Read-in format (Informat) This is how you (or the
user) enters the numbers or character
If you try to enter letters in a column designed to
be numeric, you will get an error message
Column Option
For every column, the usual variable attributes
Save option
Export to Excel
File>Send To>MS Excel
Using the same, you can send it to
Word or your email recipients