Wool {BSDA}R Documentation

Strength tests of two types of wool fabric

Description

Data for Exercise 7.42

Usage

Wool

Format

A data frame with 10 observations on the following 2 variables.

Type.1
a numeric vector
Type.2
a numeric vector

Source

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

Examples

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

[Package BSDA version 0.1 Index]