Learn R Programming

BSDA (version 1.01)

Autogear: Number of defective auto gears produced by two manufacturers

Description

Data for Exercise 7.46

Usage

Autogear

Arguments

Format

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

A

a numeric vector

B

a numeric vector

Examples

Run this code
# NOT RUN {
str(Autogear)
attach(Autogear)
t.test(A,B)
wilcox.test(A,B)
t.test(A,B,var.equal=TRUE)
detach(Autogear)
# }

Run the code above in your browser using DataLab