STA429/1007 Assignment 2
Quiz on Thursday Oct. 4th
This assignment is based on material in Chapter 2 of the online text, and associated lecture material. You may also want to review the material on sample correlation and regression in Chapter 1.
The file trees.data has diameter in inches at 4.5 feet from the ground, height in feet, and volume in cubic feet for a sample of Black Cherry trees. Read the label the data with SAS. Obtain a full set of descriptive statistics with proc univariate; use the normal and plot options. Then use proc corr to get a matrix of Pearson and Spearman (rank) correlations, with significance tests. Take a close look at the output, and be ready to answer questions like the following.
You will not be asked to hand in the answers to these questions. They are just practice for the quiz. Questions on the quiz will be similar to these, but probably not identical.
Bring your list file and log file (not just a listing of the program file) to the quiz. Please do not write anything on the printouts in advance of the quiz, except possibly your name. Please ensure that the log and list file you bring correspond to the same run. It is common for students to notice mistakes in the log file, fix them, run the job again, and then bring the new list file along with the old log file. This makes it so frustrating for me to track down errors that I promise to deduct marks if you do it.
As mentioned in the text and lecture, the unix curl command is a great way to get data from the course website. For example,
curl http://fisher.utstat.toronto.edu/~brunner/429f07/code_n_data/hw/trees.data > trees.data