How I calculate the chi-square coefficient on a contingency table?

5 visualizaciones (últimos 30 días)
Giuseppe
Giuseppe el 5 de Dic. de 2013
Respondida: Giuseppe el 9 de Dic. de 2013
How I calculate the chi-square coefficient on a contingency table?
I have a table with the frequencies of liking of an item under certain condition. I need to calculate on this data the chi-square because I need it to calculate the association index of Cramér. How can I calculate the chi-square coefficient? Thanks.

Respuestas (2)

Wayne King
Wayne King el 5 de Dic. de 2013
Do you have the Statistics Toolbox? If so, then use crosstab() that will produce a contingency table and optionally output a chi-square statistic.
If you do not have the Statistics Toolbox, search the file exchange for contingency table.
  2 comentarios
Giuseppe
Giuseppe el 5 de Dic. de 2013
Hi, thanks for your reply but I don't have statistical toolbox. I made the research but I see one file with chi-square with contigency tables but it requires statistical toolbox..can you show a file in file exchage as you said? thanks.
Wayne King
Wayne King el 5 de Dic. de 2013
Just taking a quick look, I see that there appear to be routines that use Fisher's exact test that don't have Statistics Toolbox listed as a required product. Would Fisher's exact test suffice?

Iniciar sesión para comentar.


Giuseppe
Giuseppe el 9 de Dic. de 2013
Hi, I don't know if fisher test is the same of chi square. thanks

Categorías

Más información sobre Hypothesis Tests en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by