Programming Assignments
In order to receive full credit for an assignment, you must submit
printouts of the following:
- SAS program
- SAS log file
- SAS output
Any other material requested in class must also be submitted. These will be due on the
assigned due date.
Due dates will be assigned in
class after sufficient material has been covered in the lectures or from readings. Incomplete or late assignments
will receive reduced credit.
It is not sufficient that a program run without errors. The program must
also be written in a meaningful fashion. In particular, programs must have titles, labels, and
variable names that are meaningful for the associated problem.
- Assignment #1: (Due: 10/3)
- Review the
Normal Distribution
lecture notes. You will also need the "Fundamental Principle of
Data Analysis" discussed in class on Wed, 9/19.
- Readings (SAS text):
- TITLE & OPTIONS statement: pp27 - 28 & pp30
- INPUT statement: pp41 - 43
- INFILE statement: pp45
- PROC PRINT: pp46 - 48
- LABEL statement: pp53
- PROC MEANS: pp86 - 87
- Assignment #2: (Due: 10/24)
- Review the lecture notes on
Hypothesis Testing
(my).
- Readings (SAS text):
- As for Assignment #1.
- PROC UNIVARIATE: pp80 - 86
Note: The output presented in the text is for v6.12 of SAS but the
discussion is accurate - see the "hypothesis testing & SAS link" below
for the v8 output.
- Optional: Read pages
149 - 155 (i.e. the section on Building a Hypothesis Test) for
another presentation of the idea of hypothesis testing.
- See the hypothesis testing & SAS link.
- Assignment #3: (Due: 11/15)
- Readings (SAS text):
- As for Assignment #1.
- PROC CORR: pp286-289
- PROC REG: pp294-298
- PROC PLOT: see the
SAS Review for the syntax.