tau_crit_tab: Tabulate critical values for tau and other test statistics...

Description Usage Arguments Value Examples

View source: R/tau-crit-tab.R

Description

Tabulate critical values for tau and other test statistics via backward use of correlation test functions.

Usage

1
tau_crit_tab(n, alpha, ...)

Arguments

n

A vector of positive integers.

alpha

A vector of probabilities (preferably below .5).

...

Additional parameters passed to tau_a_crit().

Value

For each pair of values from n and alpha, the critical value of the desired test statistic for rankings of 1:n.

Examples

1
tau_crit_tab(n = seq(10, 30, 10), alpha = 10 ^ (-1:-2))

corybrunson/tautable documentation built on March 29, 2021, 9:22 p.m.