Returns the test for independence. CHITEST returns the value from the chi-squared (χ2) distribution for the statistic and the appropriate degrees of freedom. You can use χ2 tests to determine whether hypothesized results are verified by an experiment.

Syntax

CHITEST(actual_range,expected_range)

Actual_range is the range of data that contains observations to test against expected values.

Expected_range is the range of data that contains the ratio of the product of row totals and column totals to the grand total.

Remarks

Example

The example may be easier to understand if you copy it to a blank worksheet.

How to copy an example

  1. Create a blank workbook or worksheet.
  2. Select the example in the Help topic.

    Note Do not select the row or column headers.

    selecting an example from helpSelecting an example from Help

  3. Press CTRL+C.
  4. In the worksheet, select cell A1, and press CTRL+V.
  5. To switch between viewing the results and viewing the formulas that return the results, press CTRL+` (grave accent), or on the Formulas tab, in the Formula Auditing group, click the Show Formulas button.
1
2
3
4
5
6
7
8
A B C
Men (Actual) Women (Actual) Description
58 35 Agree
11 25 Neutral
10 23 Disagree
Men (Expected) Women (Expected) Description
45.35 47.65 Agree
17.56 18.44 Neutral
16.09 16.91 Disagree
Formula Description (Result)
=CHITEST(A2:B4,A6:B8) The χ2 statistic for the data above is 16.16957 with 2 degrees of freedom (0.000308)


See also: