Python Forum
Chi-square with the contingency table applied to the die
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Chi-square with the contingency table applied to the die
#5
I use pd.crosstab() on the actual data, rather than the sums of the data. But, in any case a p value of 0.052 does not appear unreasonable given the disparities (88,109). Remember that the p value is the probability that you would have gotten the results you did should the null hypothesis be true, and a p of less than 0.05 is considered statistically significant
Reply


Messages In This Thread
RE: Chi-square with the contingency table applied to the die - by jefsummers - Mar-16-2022, 12:22 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020