The following information applies to questions. The data set is the result of an experiment to test the strength of cement concrete mix. The experiment consisted of applying a compressive force on the top of different sample specimens. Two responses were collected: the stress and stain at which a sample specimen failed. The factors relate to mixture proportions, rates of speed at which the force was applied, and ambient temperature. Higher values of response variables indicate stronger materials.
The variables are:
X1: percent binder (the amount of cement in the mixture);
X2: loading rate (the speed at which the force is applied);
X3: the ambient temperature;
Y1: the stress at which the sample specimen failed;
Y2: the strain at which the specimen failed.
Perform a multiple regression analysis using Y2 as dependent variable and X1, X2 and X3 as independent variables and answer the following questions.
Obs x1 x2 x3 y1 y2
1 5.3 0.02 77 42 3.2
2 5.3 0.02 32 481 0.73
3 5.3 0.02 0 543 0.16
4 6 2 77 609 1.44
5 7.8 0.2 77 444 3.68
6 8 2 104 194 3.11
7 8 2 32 977 0.19
8 8 2 0 872 0
9 8 0.02 104 35 5.86
10 7 0.02 77 96 5.97
11 7 0.02 32 663 0.29
12 7 0.02 0 702 0.04
13 10 2 77 518 2.72
14 12 0.01 77 40 7.35
15 12 0.02 0 683 0.14
16 12 0.02 104 22 15
17 14 0.01 77 35 11.8
For questions 1 to 3, please select all that applies.
1. Based on the DFFITS, which of the observations below will be considered an outlier?
a. The 5th observation is an outlier
b. The 6th observation is an outlier
c. The 10th observation is an outlier
d. The 11th observation is an outlier
e. The 12th observation is not an outlier
2. Based on the Studentized Residuals, which of the following is true?
a. Observation 15 is an outlier
b. Observation 16 will not be considered as an outlier
c. Observation 3 is an outlier
d. Observation 16 should be deleted to allow for better inferences
3. Based on the DFBETAS, select all that are true.
a. It is possible there was an error in recording the values during the experiment
b. The experiment must be conducted again to resolve the outlier problems
c. We will need to rerun the analysis because of the outliers
d. Any observation does not appear to have significant influence on any estimated regression coefficient or intercept (b0, b1, b2, b3).
4. Which of the following statements is/are true?
a. The homogeneity of variance assumption is not satisfied based the SAS output.
b. The percent binder and the ambient temperature are significant, however, the loading rate is not significant at alpha=0.05 level.
c. The Correlation matrix, Variance Inflation Factor and Conditional Index do not provide evidence of collinearity between the predictor variables.
d. a and c only
5. Based on the cook’s distance, the 5th and 6th observations are outliers
a. True
b. False
6. Which of following is true based on normal Q-Q Plot and normality tests.
a. Variable x3 (ambient temperature) follows a normal distribution
b. Variable x2 (loading rate )follows a normal distribution
c. Variable x1 does not follow a normal distribution
d. a, b and c
7. Using backward stepwise selection method, find the best subset of predictor variables to predict Y1: the stress at which the sample specimen failed. Set slstay at 0.5. What is the final model?
a. Y= 670.28+ 176.33X1 +6.62X2
b. Y= 767.58-6.43X3
c. Y= 670.28+ 176.33X2 -6.62X3
d. Y= 670.28+ 176.33X1 -6.62X2
8. Based on the Adjusted R-Square values, select the best set for the regression model.
a. X1
b. X1 X3
c. X1 X2 X3
d. X2 X3
e. X1 X2
9. Based on the Malow's Cp, which one is the best set?
a. X1
b. X1 X3
c. X2 X3
d. X1 X2 X3
e. X1 X2
10. Based on questions 7, 8 and 9, the best set selected by each method above is the same.
a. True
b. False
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme