Irises {BSDA}R Documentation

R.A. Fishers famous data on sepal length of a species of Iris Setosa

Description

Data for Exercises 1.15 and 5.19

Usage

Irises

Format

A data frame with 150 observations on the following 14 variables.

sepalL1
a numeric vector
sepalW1
a numeric vector
petalL1
a numeric vector
petalW1
a numeric vector
sepalL2
a numeric vector
sepalW2
a numeric vector
petalL2
a numeric vector
peatalW2
a numeric vector
sepalL3
a numeric vector
sepalW3
a numeric vector
petalL3
a numeric vector
petalW3
a numeric vector
sepalL
a numeric vector
sample
a numeric vector

Source

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

Examples

str(Irises)
attach(Irises)
EDA(sepalL1)
t.test(sepalL1,conf.level=.99)$conf
detach(Irises)

[Package BSDA version 0.1 Index]