Model of class htest

htest_5

Format

An object of class htest of length 9.

Examples

t.test(iris$Sepal.Width, iris$Sepal.Length, var.equal = TRUE)
#> #> Two Sample t-test #> #> data: iris$Sepal.Width and iris$Sepal.Length #> t = -36.463, df = 298, p-value < 2.2e-16 #> alternative hypothesis: true difference in means is not equal to 0 #> 95 percent confidence interval: #> -2.936363 -2.635637 #> sample estimates: #> mean of x mean of y #> 3.057333 5.843333 #>