powered by
Data for Exercises 1.15 and 5.19
Irises
A data frame with 150 observations on the following 14 variables.
sepalL1
a numeric vector
sepalW1
petalL1
petalW1
sepalL2
sepalW2
petalL2
peatalW2
sepalL3
sepalW3
petalL3
petalW3
sepalL
sample
# 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