You are looking at the CGA
and want to assess whether or not there are different success
rates with students from different schools. You wanted to take a
random sample of 5 students from each of 3 schools; however one
student was sick and doesnt show up.
| School 1 | School 2 | School 3 |
| 45 | 51 | 41 |
| 48 | 64 | 46 |
| 54 | 76 | 53 |
| 65 | 78 | 63 |
| 84 | 72 |
| School Mean | n | n*(x - xgrand)² | |
| 53 | 4 | 170.7378 | |
| 70.6 | 5 | 612.3556 | |
| 55 | 5 | 102.7556 | |
| SSB | 882.8 |
| School 1 | School 2 | School 3 | |||
| 45 | 51 | 41 | 64 | 384.16 | 196 |
| 48 | 64 | 46 | 25 | 43.56 | 81 |
| 54 | 76 | 53 | 1 | 29.16 | 4 |
| 65 | 78 | 63 | 144 | 54.76 | 64 |
| 84 | 72 | 179.56 | 289 | ||
| Total | 234 | 691.2 | 634 |
SSW = 1559.2
SST = 882.8 + 1559.2 = 2442
| Source | SS | df | MS | F | p-value | F crit |
| Treatment | 882.80 | 2 | 441.400 | 3.11 | .0848 | 3.98 |
| Error | 1,559.20 | 11 | 141.745 | |||
| Total | 2,442.00 | 13 |
The hypothesis being tested is:
H0: µ1 = µ2 = µ3
Ha: Not all means are equal
The p-value is 0.0848.
Since the p-value (0.0848) is greater than the significance level (0.05), we fail to reject the null hypothesis.
Therefore, we cannot conclude that there is a different success rates with students from different schools.
Create an ANOVA problem Solve and explain the created ANOVA problem
Consider the problem below and the algorithm that has been created to solve the problem. Find and correct the errors in the algorithm. Re-write the algorithm below so that it correctly solves the problem. Briefly explain the error and the correction. Problem Create an algorithm that will calculate the average of a group of numbers that are input and print the average. Calculate_Average 1 Get num1, num2, num3 2 sum = num1 - num2 + num3 3 average = sum/4...
must be done in MATLAB
2. Create a main program that calls the subroutine created on problem 1 and compare results using the following data sets: b. (1 5), (0, 8), (3, -10) С. (-10,-2). ( 4,5), (7, 3), (12, 20) Output: (copy and paste the output in the following box) Use MATLAB or Scilab to solve the following problems 1. Create a MATLAB subroutine called Lagrange.m that receives two set data points, x and y and plots the curve...
Write a shell script to solve the following business problem. Create a file called whoislogin.out that contains the output of the who command, then append to the whois.out file, the output of the date and finger commands. Your script should prompt to pick any users from the list of users currently logged onto the system. Use the variable concept to search for the specific user from those displayed on the screen coming from the who is.out file created. Show a...
Explain how the ANOVA technique avoids the problem of the inflated probability of making Type I error that would arise using the alternative method of comparing groups two at a time using the t-test for independent groups.
Create a real world scenario that would involve a vector field and create a problem to be solved involving the vector field and the real world scenario. You must give a formula for the vector field, describe the various variables involved, and explain what the solution to your problem would be finding. Do NOT actually solve the problem you create.
Explain the difference between the between-treatment variability and the within-treatment variability when performing a one-way ANOVA. Provide the equivalent formula that we use for both of these entities and thereafter provide your rationale for why they would create a proper metric for one-way ANOVA.
In C++, using STACKS, create an iterative function towerSolution( ) to solve Towers of Hanoi problem. Also include a driver file
2. Create a main program that calls the subroutine created on problem 1 and compare results using the following data sets: b. 1 5), (0, 8), (3,-10) С. (-10,-2), (45), (73), (12, 20) t: (copy and paste the output in the following box) Use MATLAB or Scilab to solve the following problems 1. Create a MATLAB subroutine called Lagrange.m that receives two set data points, x and y and plots the curve by interpolating the missing points (hEX-Xi-1) using Lagrange...
Use MATLAB or Scilab to solve the following problems 1. Create a MATLAB subroutine called Lagrange.m that receives two set data points, x and y and plots the curve by interpolating the missing points (h-X-x-1) using Lagrange interpolation form 2. Create a main program that calls the subroutine created on problem 1 and compare results using the following data sets: b. (1 5), (0, 8), (3,-10) C. (-10.2), ( 4,5), (7, 3), (12, 20)