Learn R Programming

PASWR (version 1.3)

Wool: Wool Production

Description

Random sample of wool production in kilograms on 5 different days at two different locations

Arguments

Format

A data frame with 15 observations on the following 2 variables:

textileA

wool production in thousands of kilograms

textileB

wool production in thousands of kilograms

Examples

Run this code
# NOT RUN {
with(data = Wool, 
t.test(textileA, textileB))

# }

Run the code above in your browser using DataLab