Learn R Programming

BSDA (version 0.1)

Wool: Strength tests of two types of wool fabric

Description

Data for Exercise 7.42

Usage

Wool

Arguments

source

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

Examples

Run this code
str(Wool)
attach(Wool)
t.test(Type.1,Type.2,var.equal=TRUE)
detach(Wool)

Run the code above in your browser using DataLab