Data for Exercise 6.93

Stable

Format

A data frame/tibble with nine observations on one variable

time

time (in seconds) for horse to run 1 mile

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples


SIGN.test(Stable$time, md = 98.5, alternative = "greater")
#> 
#> 	One-sample Sign-Test
#> 
#> data:  Stable$time
#> s = 8, p-value = 0.01953
#> alternative hypothesis: true median is greater than 98.5
#> 95 percent confidence interval:
#>  98.74333      Inf
#> sample estimates:
#> median of x 
#>       101.4 
#> 
#> Achieved and Interpolated Confidence Intervals: 
#> 
#>                   Conf.Level  L.E.pt U.E.pt
#> Lower Achieved CI     0.9102 98.8000    Inf
#> Interpolated CI       0.9500 98.7433    Inf
#> Upper Achieved CI     0.9805 98.7000    Inf
#>