Question

In: Statistics and Probability

A video game developer is testing a new game on three different groups. Each group represents...

A video game developer is testing a new game on three different groups. Each group represents a different target market for the game. The developer collects scores from a random sample from each group. The results are shown below

Group A Group B Group C
101 142 107
109 158 105
97 147 197
105 111 201
103 132 168

That is the mean sum of squares within  MS(Within)?

Solutions

Expert Solution

Solution-:

By using R-software:

> GrA=c(101,109,97,105,103);GrA
[1] 101 109 97 105 103
> GrB=c(142,158,147,111,132);GrB
[1] 142 158 147 111 132
> GrC=c(107,105,197,201,168);GrC
[1] 107 105 197 201 168
> d=stack(list(b1=GrA,b2=GrB,b3=GrC));d
values ind
1 101 b1
2 109 b1
3 97 b1
4 105 b1
5 103 b1
6 142 b2
7 158 b2
8 147 b2
9 111 b2
10 132 b2
11 107 b3
12 105 b3
13 197 b3
14 201 b3
15 168 b3
> names(d)
[1] "values" "ind"   
> av1=aov(values~ind,data=d)
> summary(av1)
Df Sum Sq Mean Sq F value Pr(>F)
ind 2 7169 3585 4.22 0.0409 *
Residuals 12 10193 849   
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1

From this output we get,

Mean sum of squares between, and

Mean sum of squares within,

R-code:

GrA=c(101,109,97,105,103);GrA
GrB=c(142,158,147,111,132);GrB
GrC=c(107,105,197,201,168);GrC
d=stack(list(b1=GrA,b2=GrB,b3=GrC));d
names(d)
av1=aov(values~ind,data=d)
summary(av1)


Related Solutions

A video game developer is testing a new game on three different groups. Each group represents...
A video game developer is testing a new game on three different groups. Each group represents a different target market for the game. The developer collects scores from a random sample from each group. The results are shown below Group A Group B Group C 97 152 99 103 148 110 95 161 198 110 112 183 106 129 155 That is the mean sum of squares Between  MS(Between)?
20. A video game developer is testing a new game on three different groups. Each group...
20. A video game developer is testing a new game on three different groups. Each group represents a different target market for the game. The developer collects scores from a random sample from each group. Show all work to receive credit. Include a table of your results. Group A Group B Group C 101 151 101 108 149 109 98 160 198 107 112 186 111 126 160 What is the df(Between)? What is the df(Within)? What are the SSbetween...
A makeup company is testing a new product on three different groups. Each group represents a...
A makeup company is testing a new product on three different groups. Each group represents a different target market for the makeup. The developer collects scores from a random sample from each group. The results are shown below Group A Group B Group C 102 154 103 105 144 108 101 164 196 107 107 189 113 128 157 That is the sum of squares Between  SS(Between)?
16. A developer of video game software has seven proposals for new games. Unfortunately, the company...
16. A developer of video game software has seven proposals for new games. Unfortunately, the company cannot develop all the proposals because its budget for new projects is limited to $950,000, and it has only 20 programmers to assign to new projects. The financial requirements, returns, and the number of programmers required by each project are summarized in the following table. Projects 2 and 6 require specialized programming knowledge that only one of the programmers has. Both of these projects...
A researcher records the following data for each of three groups. Group A Group B Group...
A researcher records the following data for each of three groups. Group A Group B Group C 5 4 4 6 12 14 16 12 10 11 15 9 12 7 13 What is the value of the F-statistic? (Round your answer to two decimal places.) F = __________________ Explain your answer. F is the indicated value because the groups means are different. There is substantial variability between groups. F is the indicated value because the group means are the...
A player of a video game is confronted with a series of three opponents and a...
A player of a video game is confronted with a series of three opponents and a 70% probability of defeating each opponent. Assume that the results from opponents are independent (and that when the player is defeated by an opponent the game ends) If the game is played two times, what is the probability that the player defeats all three opponents at least once?
A video game designer decides to include a character in a new game that only moves...
A video game designer decides to include a character in a new game that only moves along a parabolic path. The designer uses the function x²+50+10 to model this character’s path, where y is the height of the character in pixels and x is the time in seconds that it takes the character to move across one parabolic path. a. Is the vertex of the function a maximum or minimum point and how can you tell? b. Find the x-coordinate...
Two different teaching procedures were used on two different groups of students. Each group contained 100...
Two different teaching procedures were used on two different groups of students. Each group contained 100 students of about the same ability. At the end of the term, an evaluating team assigned a letter grade to each student. The results were tabulated as follows: Grade Group A B C D F Total Total (I) 15 22 32 17 14 100 (II) 9 16 29 28 18 100 If we consider this data to be comprised of independent observations, test at...
A shoe company wants to test if three groups of workers have different salaries. Group (1):...
A shoe company wants to test if three groups of workers have different salaries. Group (1): 23, 41, 54, 66, 78 Group (2): 45, 55, 60, 70, 72 Group (3): 18, 30, 34, 40, 44 Use kruskall Wallis test with α = 0.05.
A production manager was testing three different methods of production. Each method was assigned to a...
A production manager was testing three different methods of production. Each method was assigned to a randomly selected set of workers (five each), and their time for the task completion was recorded (given below). The observations are independent, each population has the same variance, and are Normally distributed. Method A Method B Method C 58 58 48 64 69 57 55 71 59 66 64 47 67 68 49 a) For this data, what is the value of the total...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT