I have noticed that for calculate the Chi-Square value Knime provides the crosstab validation node. Can someone provide me a quick example workflow?
There are some other nodes that can also calculate the Critical Chi-Square value? Cause I need it for make a comparison between the Chi-Square value and the Critical Chi-Square value. Cause actually this relationship underlines if some nominal values are correlated or not.
Just connect the Crosstab node to your data and choose two columns with categorical values you want to create a contingency table for. Check the Cross tabulation View for the contingency table view and the nodes outputs for the cross table in list form and the table with the statistics.
You can copy critical Chi-Square values for your degree of freedom and predefined p-value for example from here and copy them to a Table Creator or save as a CSV file and read it with the File Reader node.