Learn R Programming

contingencytables (version 3.1.0)

FisherFreemanHalton_asymptotic_test_rxc: The Fisher-Freeman-Halton asymptotic test for unordered rxc tables

Description

The Fisher-Freeman-Halton asymptotic test for unordered rxc tables

Described in Chapter 7 "The rxc Table"

Usage

FisherFreemanHalton_asymptotic_test_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 counts (an rxc matrix)

Examples

Run this code
FisherFreemanHalton_asymptotic_test_rxc(table_7.3)

Run the code above in your browser using DataLab