tau_a_crit: Find the critical test statistic for a given number of...

Description Usage Arguments Value Examples

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

Description

Find the critical test statistic for a given number of objects and type-I error.

Usage

1
tau_a_crit(n, alpha, stat = "tau", ...)

Arguments

n

A positive integer.

alpha

A vector of probabilities (preferably below .5).

stat

A character string; the name of the desired element returned by tau_a_p().

...

Additional parameters passed to tau_a_p().

Value

For each entry of alpha, the least extreme test statistic whose p-value is smaller.

Examples

1
tau_a_crit(5, 10 ^ (-1:-3), stat = "k")

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