Learn R Programming

BSDA (version 0.1)

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

Description

Data for Exercise 6.93

Usage

Stable

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab