kendall.test: Compute Kendall's tau

Description Usage Arguments Value

View source: R/correlation.R

Description

Missing values are automatically removed. Also compute 1-alpha confidence interval using the method recommended by Long and Cliff (1997).

Usage

1
kendall.test(x, y, alternative = "two.sided", alpha = 0.05)

Arguments

x, y

Two vectors of the same length.

alternative

Type of test, either "two.sided", "greater" for positive correlations, or "less" for negative correlations.

alpha

Used to compute 1-alpha confidence interval - default to 0.05.

Value


GRousselet/bootcorci documentation built on March 6, 2021, 7:13 a.m.