Learn R Programming

BSDA (version 1.2.1)

Quality: Quality control test scores on two manufacturing processes

Description

Data for Exercise 7.81

Usage

Quality

Arguments

Format

A data frame/tibble with 15 observations on two variables

process

a character variable with values Process1 and Process2

score

results of a quality control test

References

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

Examples

Run this code

boxplot(score ~ process, data = Quality, col = "lightgreen")
t.test(score ~ process, data = Quality)

Run the code above in your browser using DataLab