Kendalls_tau_b_rxc: Kendall's tau-b with confidence interval based on the Fieller...

View source: R/Kendalls_tau_b_rxc.R

Kendalls_tau_b_rxcR Documentation

Kendall's tau-b with confidence interval based on the Fieller standard deviation

Description

Kendall's tau-b with confidence interval based on the Fieller standard deviation

Described in Chapter 7 "The rxc Table"

Usage

Kendalls_tau_b_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

Kendalls_tau_b_rxc(table_7.7)
Kendalls_tau_b_rxc(table_7.8)
Kendalls_tau_b_rxc(table_7.9)

ocbe-uio/contingencytables documentation built on Aug. 30, 2024, 7:16 a.m.