chi_p()

Read(1128) Label: chi-square test, binary type,

Description:

Calculate p-value of chi-square test.

Syntax:

chi_p (A, B)

Note:

The external library function (See External Library Guide) calculates the p-value of chi-square test on binary target A and binary target B.

Parameter:

A

A sequence, which is a binary target

B

A sequence, which is a binary variable

Return value:

Double-precision number

Example:

 

A

 

1

[1,0,1,0,1,0,0,0,0,1]

A binary variable.

2

[1,0,1,1,1,0,0,1,0,1]

A binary variable.

3

=chi_p(A1,A2)