Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 6.93

Usage

Stable

Arguments

Format

A data frame with 9 observations on the following variable.

time

a numeric vector

Examples

Run this code
# NOT RUN {
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