openintro (version 1.7.1)

gear.company: Fake data for a gear company example

Description

Made-up data for whether a sample of two gear companies' parts pass inspection.

Usage

data("gear.company")

Arguments

Format

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

company

a factor with levels current prospective

outcome

a factor with levels not pass

Examples

Run this code
# NOT RUN {
data(gear.company)
## maybe str(gear.company) ; plot(gear.company) ...
# }

Run the code above in your browser using DataLab