Model of class htest

htest_8

Format

An object of class htest of length 9.

Examples

t.test(iris$Sepal.Width, mu = 1)
#> #> One Sample t-test #> #> data: iris$Sepal.Width #> t = 57.809, df = 149, p-value < 2.2e-16 #> alternative hypothesis: true mean is not equal to 1 #> 95 percent confidence interval: #> 2.987010 3.127656 #> sample estimates: #> mean of x #> 3.057333 #>