Consider the table below. How many significant discriminant functions did you extract in this analysis?
a) one b) two c) three d) eight
| Test of function | wilk's Lamada | chi-square | df | sig |
| 1 through 2 | .205 | 64.215 | 8 | .000 |
| 2 | .890 | 4.726 | 3 | .193 |
solution:
discriminant functions =number of categories -1
number of categories=2(1 through 2 and 2)
discriminant function=2-1
=1
Consider the table below. How many significant discriminant functions did you extract in this analysis? a)...
Consider the multiple linear regression given below. How many predictor variables currently look "significant" in the model? Multiple Regression Standard T Parameter Estimate Error Statistic P-Value CONSTANT 33113.2 9684.08 3.41934 0.0009 Latitude -269.803 191.056 -1.41216 0.1610 Longitude 29.9439 65.7703 0.455279 0.6499 AthleticRevenue 0.0001411 0.0000350024 4.03115 0.0001 Endowment 0.00173455 0.00106854 1.62329 0.1076 Analysis of Variance Source Sum of Squares Df Mean Square F-Ratio P-Value Model 3.52982E9 4 882,455,000 0.0000 Residual 9.8797E9 101 97,818,800 Total (Corr.) 1.34095E10 105 R-squared = 26.3232 percent
How many Significant figures does each answer have? explain why
did you consider that number? exact number or measured?
ow many SignticanT fiqure has Rach answer a 8 moles X 3.5 L 4 mol b) 20.0 Lx 50 C 25 с c) V 30.0 L 2 2
From the given information in each case below, state what you know about the P-value for a chi-square test and give the conclusion for a significance level of α = 0.01. Use Table 8 in Appendix A. (Enter your answers to three decimal places.) (a) χ2 = 7.69, df = 2 < P-value < Conclusion: Reject H0Fail to reject H0 (b) χ2 = 13.04, df = 6 < P-value < Conclusion: Reject H0Fail to reject H0 (c) χ2 = 17.79, df = 9...
From the given information in each case below, state what you know about the P-value for a chi-square test and give the conclusion for a significance level of α = 0.01. Use Table 8 in Appendix A. (Enter your answers to three decimal places.) (a) χ2 = 5.04, df = 2 __________< P-value < ___________ Conclusion: Reject H0 Fail to reject H0 (b) χ2 = 12.12, df = 6 _______< P-value <___________ Conclusion: Reject H0 Fail to reject H0 (c) χ2 = 21.35,...
From the given information in each case below, state what you know about the P-value for a chi-square test and give the conclusion for a significance level of α = 0.01. Use Table 8 in Appendix A. (Enter your answers to three decimal places.) (a) χ2 = 7.51, df = 2 < P-value < Conclusion: Reject H0 Fail to reject H0 (b) χ2 = 12.92, df = 6 < P-value < Conclusion: Reject H0 Fail to reject H0 (c) χ2 = 17.95, df...
f) (5 marks) Carry out the most appropriate test to determine if there are any significant differences in the mean velocity among the 8 different groups? SHOW ALL STEPS. Use a 5% significance level. g) (5 marks) What is the overall effect of ring (with O-ring vs. without O-ring) on the mean of velocity? First, define a linear contrast that will define the overall effect of ring on mean velocity. Then, calculate a 95% confidence interval for this effect. SHOW...
Problem Set 2: A product developer wanted to know the preferred
advertising strategy for a new toothpaste, and if it differs among
three target demographic groups: 12-24, 25-40, and 40-60 year olds.
There were two versions of advertisements for the toothpaste. Each
person indicated their favorite version of the advertisement, as
indicated in the table below. Did the preferred advertisement
version differ by age group? (Note –conclusions may not be a good
reflection of the data due to the small...
*ANSWERS IN BOX ARE INCORRECT*
Consider the following ANOVA table for a multiple regression model. Complete parts a through e below. Source Regression 3 3,600 1200 20 Residual 35 2,100 60 Total df SSMSF 38 5,700 a. What is the size of this sample? n41 b. How many independent variables are in this model? c. Calculate the multiple coefficient of determination. R0.5882 Round to four decimal places as needed.) d. Test the significance of the overall regression model using α=0.05...
SPSS Lab Assignment #2 Output Analysis One Descriptives Depression_13 2323 WHITE BLACK AMER IND ASIAN HISPAN Mean 10.0010 10.0930 10.1038 10.1060 10.1062 10.0343 Std. Deviation 24975 27993 25361 27124 27267 26409 95% Confidence interval for Mean Std. ErrorLower Bound Upper Bound 00518 9.9908 10.0111 .00817 10.0770 10.1090 .03699 10.0294 10.1783 04952 10.0047 10.2073 .04158 10.0223 10.1901 00439 10.0257 10.0429 30 43 3617 Total ANOVA Depression 73 Mean Square Sum of Squares 7.230 244.967 1.808 26.651 Between Groups Within Groups Total...
Consider the following program that reads students’ test scores into an array and prints the contents of the array. You will add more functions to the program. The instructions are given below. For each of the following exercises, write a function and make the appropriate function call in main.Comments are to be added in the program. 1. Write a void function to find the average test score for each student and store in an array studentAvgs. void AverageScores( const int scores[][MAX_TESTS], int...