Learn R Programming

ordinalTables (version 1.0.0.3)

Bowker_symmetry: Computes Bowker's test of symmetry.

Description

Computes the test of table symmetry in Bowker (1948). Bowker, A. H. (1948). A test for symmetry in contingency tables. Journal of the American Statistical Association 43, 572-574.

Usage

Bowker_symmetry(n)

Value

a list containing the chi-square: Pearson X^2 g_square: likelihood ratio G^2 df: degrees of freedom p-value: p-value for Pearson X^2 expected: fitted values

Arguments

n

the matrix to be tested for symmetry

Examples

Run this code
Bowker_symmetry(vision_data)

Run the code above in your browser using DataLab