

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A problem set from a statistics 512 course, focusing on comparing regression with dummy variables and analysis of variance (anova) using sas. Students are required to run provided sas code, compare anova tables and parameter results from different parameterizations, calculate coefficients, and check assumptions. The document also includes instructions for using tukey multiple comparison method and testing hypotheses.
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


Statistics 512: Problem Set No. 9 Due November 7, 2008
(a) Compare the ANOVA table and parameter results from the GLM analysis and Param- eterization #1. What do the coefficients associated with X 1 and X 2 (i.e. b 1 and b 2 ) estimate in terms of treatment means? What constraint system does this parameteriza- tion correspond to? (b) Compare the ANOVA table and parameter results from the GLM analysis and Param- eterization #2. What do the coefficients associated with X 1 and X 2 (i.e. b 1 and b 2 ) estimate in terms of treatment means? What constraint system does this parameteriza- tion correspond to? (c) Calculate b 0 +b 1 for both the parameterizations and show that the answers are the same. What does this quantity estimate in terms of the treatment means (i.e. why are they the same)? (d) Calculate b 1 −b 2 for both the parameterizations and show that the answers are the same. What does this quantity estimate in terms of the treatment means (i.e. why are they the same)?
The next three problems use the dataset from Problem 16.11 described on page 725 of KNNL, and continue the analysis begun on Problem Set 8.
The remaining problems use the dataset from Problem 18.15 on page 804 of KNNL.
(a) Compute the mean and standard deviation for each treatment factor level. (b) Take the log of both the mean and standard deviation.
(c) Fit the regression model log(σi) = β 0 + β 1 log(μi) + using the observed means and standard deviations as the data for μi and σi respectively (there are 4 “observations” in this dataset). (d) Set λˆ = 1 − b 1 where b 1 is the estimate for β 1 obtained in (6c).
Use the Helicopter service data to perform this approximation. What value of λ appears reasonable according to this method?
proc transreg data=helicopter; model boxcox(usesplus1) = class(shift);