Spearman_correlation_coefficient_rxc {contingencytables} | R Documentation |
The Spearman correlation coefficient
Description
The Spearman correlation coefficient
Described in Chapter 7 "The rxc Table"
Usage
Spearman_correlation_coefficient_rxc(n, alpha = 0.05)
Arguments
n |
the observed table (an rxc matrix) |
alpha |
the nominal significance level, used to compute a 100(1-alpha)# confidence interval |
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.
Examples
Spearman_correlation_coefficient_rxc(table_7.7)
Spearman_correlation_coefficient_rxc(table_7.8)
Spearman_correlation_coefficient_rxc(table_7.9)
[Package contingencytables version 3.0.0 Index]