linear_by_linear_test_rxc: The linear-by-linear test for association
Description
The linear-by-linear test for association
Described in Chapter 7 "The rxc Table"
Usage
linear_by_linear_test_rxc(n, a = seq_len(ncol(n)), b = seq_len(nrow(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.