excel steps for Anova
write data in excel>menu>data>data anaysis>two way anova with replication>enter required label>ok,
following o/p is obatined
| Anova: Two-Factor With Replication | ||||||
| SUMMARY | A | B | C | Total | ||
| 1 | ||||||
| Count | 3 | 3 | 3 | 9 | ||
| Sum | 855 | 905 | 845 | 2605 | ||
| Average | 285 | 301.6667 | 281.6667 | 289.4444 | ||
| Variance | 25 | 58.33333 | 108.3333 | 134.0278 | ||
| 2 | ||||||
| Count | 3 | 3 | 3 | 9 | ||
| Sum | 705 | 735 | 675 | 2115 | ||
| Average | 235 | 245 | 225 | 235 | ||
| Variance | 25 | 175 | 25 | 131.25 | ||
| Total | ||||||
| Count | 6 | 6 | 6 | |||
| Sum | 1560 | 1640 | 1520 | |||
| Average | 260 | 273.3333 | 253.3333 | |||
| Variance | 770 | 1056.667 | 1016.667 | |||
| ANOVA | ||||||
| Source of Variation | SS | df | MS | F | P-value | F crit |
| Sample | 13338.89 | 1 | 13338.89 | 192.08 | 9.57E-09 | 4.747225 |
| Columns | 1244.444 | 2 | 622.2222 | 8.96 | 0.004162 | 3.885294 |
| Interaction | 44.44444 | 2 | 22.22222 | 0.32 | 0.732158 | 3.885294 |
| Within | 833.3333 | 12 | 69.44444 | |||
| Total | 15461.11 | 17 | ||||
p-value for glass type= 0.000
p-value <α=0.05, test is significant
hence, there is significant difference in means of glass type at α=0.05
---------------------------
p-value for phosphorus types = 0.004
pvalue <α=0.05,, test is significant
hence, there is significant difference in means of three phosphorus type at α=0.05
----------------------
p value for interaction=0.732
p value >α=0.05, test is not significant
hence, there is no significant interaction between glass and phosphorus type at α=0.05
To determine the effect of two glass types and three phosphor types on the light output...
3. (2.5 points) To determine the effect of two glass types and three phosphor types on the light output of a television tube, light output is measured by the current required in series with the tube to produce 30 foot-lamberts of light output. Thus the higher the current is in microamperes, the poorer the tube is in light output. Three observations were taken under each of the six treatment conditions and the experiment was completely randomized. The following data were...
An experiment was performed to investigate the effect of the type of phosphor (A) and the type of glass (B) on the brightness of a TV screen. The response is the current (in microamps) to obtain a specified brightness level. Is the interaction AB significant? What is the value of Fo and Fcrit for AB? Results at four (4) decimal places. Response: current (microAmp) to achieve brightness level A: Phosphor type B: Glass 2 3 type 280 300 290 290...
I need help with computing minitab.
Minitab table given (refered to as Data:Current.mtw in the
question)
Phosphorus Type
Glass Type
Current uA
1
1
280
1
1
290
1
1
285
2
1
300
2
1
310
2
1
295
3
1
290
3
1
285
3
1
290
1
2
230
1
2
235
1
2
240
2
2
260
2
2
240
2
2
235
3
2
220
3
2
225
3
2
230
1. An article in...
5.10. An appartment is conducted to study the influence of operating temperatura ad three types of face plno glass in the light output of morcilloscope tubo Glass Type 066 (a) Use a = 0.05 in the analysis. Is there a significant interaction effect? Does glass type or temperature affect the response? What conclusions can you draw? (b) Fit an appropriate model relating light output to glass type and temperature. (c) Analyze the residuals from this experiment. Comment on the adequacy...
If the two signal handling functions in 3000pc were replaced by one function, would there be any significant loss of functionality? Briefly explain /* 3000pc.c */ 2 3 4 5 6 7 8 #include <stdio.h> 9 #include <stdlib.h> 10 #include <unistd.h> 11 #include <sys/mman.h> 12 #include <errno.h> 13 #include <string.h> 14 #include <sys/types.h> 15 #include <sys/wait.h> 16 #include <semaphore.h> 17 #include <string.h> 18 #include <time.h> 19 20 #define QUEUESIZE 32 21 #define WORDSIZE 16 22 23 const int wordlist_size =...
Code is in C#
Your instructor would like to thank to Marty Stepp and Hélène Martin at the University of Washington, Seattle, who originally wrote this assignment (for their CSE 142, in Java) This program focuses on classes and objects. Turn in two files named Birthday.cs and Date.cs. You will also need the support file Date.dll; it is contained in the starter project for this assignment. The assignment has two parts: a client program that uses Date objects, and a...