R/Spearman_correlation_coefficient_rxc_bca.R
Spearman_correlation_coefficient_rxc_bca.Rd
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)
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)
#> The Spearman correlation w / BCa bootstrap CI: rho = -0.0962 (95% CI -0.1596 to -0.0321)
Spearman_correlation_coefficient_rxc_bca(table_7.8, nboot = 200)
#> The Spearman correlation w / BCa bootstrap CI: rho = 0.6574 (95% CI 0.5234 to 0.7496)
if (FALSE) { # \dontrun{
Spearman_correlation_coefficient_rxc_bca(table_7.9)
} # }