Learn R Programming

contingencytables (version 3.1.0)

gamma_coefficient_rxc: The gamma coefficient

Description

The gamma coefficient

Described in Chapter 7 "The rxc Table"

Usage

gamma_coefficient_rxc(n)

Value

An object of the contingencytables_result class, basically a subclass of base::list(). Use the utils::str() function to see the specific elements returned.

Arguments

n

the observed table (an rxc matrix)

Examples

Run this code
gamma_coefficient_rxc(table_7.7)
gamma_coefficient_rxc(table_7.8)
gamma_coefficient_rxc(table_7.9)

Run the code above in your browser using DataLab