Model of class htest

htest_1

Format

An object of class htest of length 8.

Examples

cor.test(iris$Sepal.Width, iris$Sepal.Length, method = "spearman")
#> Warning: Cannot compute exact p-value with ties
#> #> Spearman's rank correlation rho #> #> data: iris$Sepal.Width and iris$Sepal.Length #> S = 656283, p-value = 0.04137 #> alternative hypothesis: true rho is not equal to 0 #> sample estimates: #> rho #> -0.1667777 #>