Model of class htest

htest_2

Format

An object of class htest of length 9.

Examples

cor.test(iris$Sepal.Width, iris$Sepal.Length, method = "pearson")
#> #> Pearson's product-moment correlation #> #> data: iris$Sepal.Width and iris$Sepal.Length #> t = -1.4403, df = 148, p-value = 0.1519 #> alternative hypothesis: true correlation is not equal to 0 #> 95 percent confidence interval: #> -0.27269325 0.04351158 #> sample estimates: #> cor #> -0.1175698 #>