Interpretation
of Data
Statistical tools and
Computational tools
Statistical software: SAS
Introduction:
Interpretation of data: Data exploration, summarization and inference, these are the main goals of the statistician.
See chapter 1 and 2 of the textbook. There are several motivating examples.
Software: SAS, R.
Others: MS Excel, SPlus, SPSS, Minitab, Stata, and many others.
Datasets: Cases by Variables
|
|
Variable 1 |
Variable 2 |
Variable 3 |
|
Case 1 |
1 |
A |
2.5 |
|
Case 2 |
2 |
A |
3.1 |
|
Case 3 |
1 |
B |
2.7 |
|
. |
. |
. |
. |
|
. |
. |
. |
. |
|
. |
. |
. |
. |
|
Case n |
. |
. |
. |
In SAS
(or SPSS) the basic data unit is the case. Data is stored in SAS(or SPSS) data
files.
Data Input:
Software: