P-value in crosstab node

Hi,

I’ve tried to do a chi-square test using crosstab node. When I do it, I get a p-value that is very low (1.74E-21), and it seems too good, compared to the results I can see in the cross-table. How can this be? Is it because I need to use a smaller dataset, or does it make sense that the p-value is this low?

I am trying to find out whether or not there is a correlation between whether or not a booking has been made in long or short time in advance and if that booking gets cancelled or not (cancelled = yes/no).

Hope you can help

This post is an exact duplicate of:

1 Like

With chi-square you test if the distribution of the observed fequencies differs from the expected frequencies (which is the case in this example). But chi-square doesn’t indicate if there is some kind of correlation. For this you need a measure like Phi https://en.wikipedia.org/wiki/Phi_coefficient to see to what extend there is any correlation.

2 Likes

It makes sense that the p-Value is this low (I double-checked with a different implementations, i.e. Interactive Chi-Square Tests). What you are reading from it, however, is not correct, as indicated by @HansS.

Best,
Stefan

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.