Learn R Programming

BSDA (version 1.2.2)

Autogear: Number of defective auto gears produced by two manufacturers

Description

Data for Exercise 7.46

Usage

Autogear

Arguments

Format

A data frame/tibble with 20 observations on two variables

defectives

number of defective gears in the production of 100 gears per day

manufacturer

a factor with levels A and B

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

t.test(defectives ~ manufacturer, data = Autogear)
wilcox.test(defectives ~ manufacturer, data = Autogear)
t.test(defectives ~ manufacturer, var.equal = TRUE, data = Autogear)

Run the code above in your browser using DataLab