User Tools

Site Tools


chi-square_test

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
chi-square_test [2016/05/16 08:21] hkimscilchi-square_test [2024/12/09 08:20] (current) hkimscil
Line 181: Line 181:
 5.991 at 0.05 probability 5.991 at 0.05 probability
 9.210 at 0.01 probability 9.210 at 0.01 probability
 +<code>
 +> qchisq(0.95, 2)
 +[1] 5.991465
 +> qchisq(0.99, 2)
 +[1] 9.21034
 +
 +</code>
  
 These critical values do not exceed the chi-square value you obtained from your table -- 37.58. How do you want to relate them together? Think about the expected values -- the ideal types. Suppose you obtained the same values (observed values) as those of expected values, what would be your chi-square value? --Yes, it is going to be zero. Why? If you look at the formula These critical values do not exceed the chi-square value you obtained from your table -- 37.58. How do you want to relate them together? Think about the expected values -- the ideal types. Suppose you obtained the same values (observed values) as those of expected values, what would be your chi-square value? --Yes, it is going to be zero. Why? If you look at the formula
Line 251: Line 258:
  5.991 (0.05 probability)   5.991 (0.05 probability) 
  9.210 (0.01 probability)   9.210 (0.01 probability) 
 +
 +OR
 +<code>
 +> pchisq(2.73, df=2)
 +[1] 0.7446193
 +</code>
  
 Now the rest of what you need to do is to compare the numbers (chi-square value and the critical values). Now the rest of what you need to do is to compare the numbers (chi-square value and the critical values).
chi-square_test.1463356315.txt.gz · Last modified: 2016/05/16 08:21 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki