Learn R Programming

BSDA (version 1.01)

Irises: 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

Arguments

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

Examples

Run this code
# NOT RUN {
str(Irises)
attach(Irises)
EDA(sepalL1)
t.test(sepalL1,conf.level=.99)$conf
detach(Irises)
# }

Run the code above in your browser using DataLab