View source: R/Spearman_correlation_coefficient_rxc_bca.R
Spearman_correlation_coefficient_rxc_bca | R Documentation |
The Spearman correlation coefficient with the bias-corrected and accelerated
boostrap confidence interval
Described in Chapter 7 "The rxc Table"
Spearman_correlation_coefficient_rxc_bca(n, nboot = 10000, alpha = 0.05)
n |
the observed table (an rxc matrix) |
nboot |
number of bootstrap samples |
alpha |
the nominal significance level, used to compute a 100(1-alpha) confidence interval |
An object of the contingencytables_result class,
basically a subclass of base::list()
. Use the utils::str()
function
to see the specific elements returned.
set.seed(2921)
Spearman_correlation_coefficient_rxc_bca(table_7.7, nboot = 800)
Spearman_correlation_coefficient_rxc_bca(table_7.8, nboot = 200)
## Not run:
Spearman_correlation_coefficient_rxc_bca(table_7.9)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.