Made-up data for whether a sample of two gear companies' parts pass
inspection.
A data frame with 2000 observations on the following 2 variables.
- outcome
a factor with levels not
pass
Examples
gear_company
#> # A tibble: 2,000 × 2
#> company outcome
#> <fct> <fct>
#> 1 current pass
#> 2 current pass
#> 3 current pass
#> 4 current pass
#> 5 current pass
#> 6 current pass
#> 7 current pass
#> 8 current pass
#> 9 current pass
#> 10 current pass
#> # ℹ 1,990 more rows