Learn R Programming

BSDA (version 0.1)

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

source

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

Examples

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

Run the code above in your browser using DataLab