Learn R Programming

BSDA (version 1.01)

Wool: Strength tests of two types of wool fabric

Description

Data for Exercise 7.42

Usage

Wool

Arguments

Format

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

Type.1

a numeric vector

Type.2

a numeric vector

Examples

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

Run the code above in your browser using DataLab