powered by
Made-up data for whether a sample of two gear companies' parts pass inspection.
data("gear.company")
A data frame with 2000 observations on the following 2 variables.
company
a factor with levels current prospective
current
prospective
outcome
a factor with levels not pass
not
pass
# NOT RUN { data(gear.company) ## maybe str(gear.company) ; plot(gear.company) ... # }
Run the code above in your browser using DataLab