Hi all,
I want to compare two percentages. I think Chi-Square test is appropriate for this. So, I have the following datasets;
Group Number of Success Total number
1 5 10
2 4 30
I need to compute the percantages of number of success in the first and second group and then compare them whether the difference between this comparision is statistically significant by using Chi-Square test. So the should be one more column:
Group Number of Success Total number Percentages
1 5 10 50% (5/10*100)
2 3 30 10% (3/30*100)
And then I want to see whether the difference between percantages (50% and 10%) is statistically significant by using Chi-Square test.