Learn R Programming

contingencytables (version 3.1.0)

Stuart_test_paired_cxc: The Stuart test for marginal homogeneity

Description

The Stuart test for marginal homogeneity

Described in Chapter 9 "The Paired cxc Table"

Usage

Stuart_test_paired_cxc(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 (a cxc matrix)

Examples

Run this code
# Pretherapy susceptability of pathogens (Peterson et al., 2007)
Stuart_test_paired_cxc(peterson_2007)

Run the code above in your browser using DataLab