Stable {BSDA}R Documentation

Times of a 2-year old stallion on a one mile run

Description

Data for Exercise 6.93

Usage

Stable

Format

A data frame with 9 observations on the following variable.

time
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Stable)
attach(Stable)
EDA(time)
sign.test(time,md=98.5,alternative="greater")
detach(Stable)

[Package BSDA version 0.1 Index]