View source: R/linear_by_linear_test_rxc.R
linear_by_linear_test_rxc | R Documentation |
The linear-by-linear test for association
Described in Chapter 7 "The rxc Table"
linear_by_linear_test_rxc(n, a = seq_len(ncol(n)), b = seq_len(nrow(n)))
n |
the observed table (an rxc matrix) |
a |
scores assigned to the rows |
b |
scores assigned to the columns |
An object of the contingencytables_result class,
basically a subclass of base::list()
. Use the utils::str()
function
to see the specific elements returned.
linear_by_linear_test_rxc(table_7.7)
linear_by_linear_test_rxc(table_7.8)
linear_by_linear_test_rxc(table_7.9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.