Model of class htest

htest_6

Format

An object of class htest of length 9.

Examples

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