
Haley K. answered 12/23/21
BS in Biology, former molecular biologist/forensic scientist
Hi Temitayo!
To find out if your data is significant or not, we need 4 things;
- The chi square value, denoted as X2. Luckily that's already provided in your table! But just a refresher on how this value is obtained, here is the formula
- X2=(observed-expected)2/(expected)
- In words, you subtract the expected value from the observed value and square the result of that, then take this value and divide it by the expected
- for example, lets look at red smooth corn, where expected = 25, and observed = 29.6
X2=(29.6-25)2/25
X2=(4.6)2/25
X2=0.8456
d. To answer if this data set is significant or non-significant, we will add each X2 ;
∑X2=0.85+32.26+12.67+9.24
∑X2=55.02
- We need to know the degrees of freedom (DF), which is found by the following formula
- DF = (# of expected phenotypes - 1)
- In words, count the different classes and subtract 1 from that number. To clarify how I mean "expected phenotype", an example would be "red smooth". So we have four total expected phenotypes; red smooth, red wrinkled, yellow smooth, yellow wrinkled.
- So our DF = (4-1)
DF=3
- Next we need a chi square table, which can be found online. I am using this one here https://programmathically.com/chi-square-distribution-table/
- First, find your DF value in the left most column. Remember, our DF is 3.
- Second, find your chi square (X2) value in the same row as your DF.
- In other words, find your DF in the left most column, and follow that row to the right until you locate a value closest to your X2 value.
- Once your X2 value is found, follow that column to the very top row to find your p-value, which will reveal the statistical significance.
Okay! Using our info DF=3 and SX2=55.02
1.Find 3 in the leftmost column
2.Follow the row that 3 is in until you find a value closest to 55.02, which on the table is the greatest value the table has to offer of 12.838
3.follow the column that has 12.838 to the top row, which gives us 0.005. Our p-value is 0.005
4.We need to remember when a p-value is significant vs not significant
- a p-value less than 0.05 is considered statistically significant
- a p-value greater than 0.05 is considered statistically non-significant
Since 55.02 is much greater than 12.838, the p-value would be even smaller than 0.005
Regardless, 0.005 is less than 0.05, and therefore the data is significant.