Learn R Programming

contingencytables (version 3.1.0)

Brant_test_2xc: The Brant test for the proportional odds assumption

Description

The Brant test for the proportional odds assumption

Described in Chapter 6 "The Ordered 2xc Table"

Usage

Brant_test_2xc(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 2xc matrix)

Examples

Run this code
Brant_test_2xc(fontanella_2008)
Brant_test_2xc(lydersen_2012a)

Run the code above in your browser using DataLab