Question

In: Advanced Math

1.Is there evidence of multicollinearity? Perform Factor analysis by extracting four factors and name for those...

1.Is there evidence of multicollinearity? Perform Factor analysis by extracting four factors and name for those factors.

Problem needs to solved using R

ID ProdQual Ecom TechSup CompRes Advertising ProdLine SalesFImage ComPricing WartyClaim OrdBilling DelSpeed Satisfaction
1 8.5 3.9 2.5 5.9 4.8 4.9 6 6.8 4.7 5 3.7 8.2
2 8.2 2.7 5.1 7.2 3.4 7.9 3.1 5.3 5.5 3.9 4.9 5.7
3 9.2 3.4 5.6 5.6 5.4 7.4 5.8 4.5 6.2 5.4 4.5 8.9
4 6.4 3.3 7 3.7 4.7 4.7 4.5 8.8 7 4.3 3 4.8
5 9 3.4 5.2 4.6 2.2 6 4.5 6.8 6.1 4.5 3.5 7.1
6 6.5 2.8 3.1 4.1 4 4.3 3.7 8.5 5.1 3.6 3.3 4.7
7 6.9 3.7 5 2.6 2.1 2.3 5.4 8.9 4.8 2.1 2 5.7
8 6.2 3.3 3.9 4.8 4.6 3.6 5.1 6.9 5.4 4.3 3.7 6.3
9 5.8 3.6 5.1 6.7 3.7 5.9 5.8 9.3 5.9 4.4 4.6

7

Solutions

Expert Solution

>plot(data)

>cor(data)

ProdQual Ecom TechSup CompRes Advertising ProdLine SalesFImage ComPricing WartyClaim OrdBilling DelSpeed Satisfaction
ProdQual 1.000 0.070 -0.026 0.260 0.005 0.570 0.029 -0.798 0.002 0.440 0.271 0.639
Ecom 0.070 1.000 -0.091 -0.167 0.000 -0.361 0.911 0.229 -0.157 0.117 -0.308 0.561
TechSup -0.026 -0.091 1.000 -0.137 -0.094 0.263 -0.107 0.036 0.841 -0.008 -0.002 -0.159
CompRes 0.260 -0.167 -0.137 1.000 0.295 0.791 -0.032 -0.489 0.026 0.581 0.952 0.447
Advertising 0.005 0.000 -0.094 0.295 1.000 0.231 0.273 -0.324 0.235 0.690 0.388 0.313
ProdLine 0.570 -0.361 0.263 0.791 0.231 1.000 -0.236 -0.676 0.408 0.626 0.867 0.415
SalesFImage 0.029 0.911 -0.107 -0.032 0.273 -0.236 1.000 0.089 -0.099 0.291 -0.089 0.694
ComPricing -0.798 0.229 0.036 -0.489 -0.324 -0.676 0.089 1.000 -0.038 -0.542 -0.576 -0.573
WartyClaim 0.002 -0.157 0.841 0.026 0.235 0.408 -0.099 -0.038 1.000 0.421 0.209 -0.042
OrdBilling 0.440 0.117 -0.008 0.581 0.690 0.626 0.291 -0.542 0.421 1.000 0.659 0.674
DelSpeed 0.271 -0.308 -0.002 0.952 0.388 0.867 -0.089 -0.576 0.209 0.659 1.000 0.439
Satisfaction 0.639 0.561 -0.159 0.447 0.313 0.415 0.694 -0.573 -0.042 0.674 0.439 1.000

Lets take y = ProdQual, remaning are independent variables (x)         // not given in problem

Correlation of Advertising, WartyClaim, SalesFImage, TechSup, is very less with ProdQual

hence these factors are removed from model

> fit <- lm(data$ProdQual ~ data$Satisfaction + data$Ecom + data$CompRes + data$ProdLine + data$ComPricing + data$OrdBilling + data$DelSpeed)


> summary(fit)

Call:
lm(formula = data$ProdQual ~ data$Satisfaction + data$Ecom + data$CompRes + data$ProdLine + data$ComPricing + data$OrdBilling + data$DelSpeed)

Residuals:
        1         2         3         4         5         6         7         8         9
-0.071003 -0.001687 -0.118268 -0.061503 0.245459 -0.075776 -0.034283 0.101407 0.015653



---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

Residual standard error: 0.317 on 1 degrees of freedom
Multiple R-squared: 0.9927,   Adjusted R-squared: 0.9413
F-statistic: 19.34 on 7 and 1 DF, p-value: 0.1734


Related Solutions

Question 1: Explain the authentication factor, and the combination of those factors, to achieve appropriate security...
Question 1: Explain the authentication factor, and the combination of those factors, to achieve appropriate security on information ( should be indicating the authentication factors and example of using a combination of those factors ).
What are those four most important factors determine supply of loanable funds? What are those four...
What are those four most important factors determine supply of loanable funds? What are those four important factors determine the changes in the supply of loanable funds?
Based on the forward selection output, is there evidence of multicollinearity? Table 1 BMI : F-statistic...
Based on the forward selection output, is there evidence of multicollinearity? Table 1 BMI : F-statistic = 281.05, P-value = 0, R² = 0.082 weight: F-statistic = 209.76, P-value =0, R²=0.063 TypeA: F-statistic = 19.13, p-value =0, R²=0.006 Table 2 BMI weight: partial F= 3.46, p-value=0.063, R²=0.083 BMI TypeA: partial F=16.87, p-value=0, R²=0.087
A factorial experiment with four factors is conducted. Factor A is fixed, and factors B, C...
A factorial experiment with four factors is conducted. Factor A is fixed, and factors B, C and D are random. D is nested under C and C is nested under B. The number of levels is 3, 2, 4 and 3 for A, B, C and D, respectively. There are 3 replicates. Assume the restricted model. a) Write downs the full linear model for the response including all possible interactions. b) Find the number of degrees of freedom of all...
Identify ALL of the factors that are significant at a level of 1%. Factor A Factor...
Identify ALL of the factors that are significant at a level of 1%. Factor A Factor B Factor C Factor D Factor E Factor F Result 130 120.3 125 58.4 110 106.7 2336.8 125.4 93 147.5 145.4 109.5 103.8 2631.1 89.1 78.6 73.9 101.4 59.1 104.5 1788.3 139 56.5 85 143 101.8 99.2 1881 115.9 112 105.6 94.5 133.4 82.7 2182.1 148.6 145.8 83.8 122.6 125.7 130.3 2390.4 140.1 69.5 97.6 53.2 87.5 116.1 1823 67.9 103.1 130.8 67.6 141...
Suppose that a two-factor model, where the factors are the market return (Factor 1) and the...
Suppose that a two-factor model, where the factors are the market return (Factor 1) and the growth rate of industrial production (Factor 2), correctly describes the return generating processes of all assets and the corresponding two-factor APT correctly prices three well-diversified portfolios, A, B, and C. Portfolio Expected Return Sensitivity to Factor 1 Sensitivity to Factor 2 A 15% 1 0 B 20% 1 1 C 5% 0 0 What are i) the risk premiums of the two factors and...
Please Perform ANOVA One-Factor Analysis by doing the following (Hint: Chapter 12, ANOVA): a. Organize the...
Please Perform ANOVA One-Factor Analysis by doing the following (Hint: Chapter 12, ANOVA): a. Organize the data and show in MS Excel (5 points); b. Write down one question that you could answers using ANOVA One Factor analysis with the Happiness_2011.xls dataset and state its null and alternate hypotheses (5 points); c. Perform one ANOVA One-Factor analysis using two reasonable variables from the Happiness_2011.xls dataset (one quantitative variable and one qualitative group variable) and show the analysis results for the...
Name the four major factors that affect the exchange rate in the long run. Relative to...
Name the four major factors that affect the exchange rate in the long run. Relative to other (foreign) countries, what happens to a country’s (domestic) exchange rate when it experiences an increase in each of these factors?
1.) Suppose you will perform a test to determine whether there is sufficient evidence to support...
1.) Suppose you will perform a test to determine whether there is sufficient evidence to support a claim of a linear correlation between two variables. Find the critical values of r given the number of pairs of data n and the significance level α. n = 6, α = 0.05 Group of answer choices r = ±0.811 r = 0.878 r = ±0.917 r = 0.811 2.) Suppose you will perform a test to determine whether there is sufficient evidence...
Given an experimental design with four factors A, B, C and D where each factor has...
Given an experimental design with four factors A, B, C and D where each factor has two levels. Derive the formula for effect estimation of main effect of ?, interaction effect of ??, ??? and ????. (please use (1),a,b,c,d,ab,ac,ad,bc,bd,cd,abc,abd,acd,bcd,abcd to represent the response)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT