00:01
Okay, so for a, we're going to determine whether there is a significant interaction between factor a and factor b.
00:09
Now, we're going to use a two -way anova test to determine the significant interaction, and we're going to use the significance level of 0 .05.
00:22
Here, i have the code in python to produce the two -way anova table.
00:26
And here we have the response and here we have the factor a here we have the factor b now we have the output here and what you want to look at is the p -value column and third row so we have the p -value as 0 .812 which is larger than than the significance level of 0 .05, so we fail to reject the new that there is no interaction between factor a and factor b.
01:08
Now for b, we're going to use one -way anova test for factor a and factor b.
01:16
So here i have the one -way anova test for factor a, and here is the result.
01:21
We have the p -value of 0 .0175, which is less than the significance level of 0 .05.
01:34
So we reject the new hypothesis that all means for all levels are the same.
01:41
Now for b, b, we have the code in here and the output here...