Model of class htest

htest_3

Format

An object of class htest of length 8.

Examples

cor.test(iris$Sepal.Width, iris$Sepal.Length, method = "kendall")
#> #> Kendall's rank correlation tau #> #> data: iris$Sepal.Width and iris$Sepal.Length #> z = -1.3318, p-value = 0.1829 #> alternative hypothesis: true tau is not equal to 0 #> sample estimates: #> tau #> -0.07699679 #>