Description Usage Arguments Examples
This function returns TRUE if your incident rate (my.ir) is lower than the industry incident rate for your NAICS (my.industry)
1 | my.ir.comparison(my.ir, my.naics.code)
|
my.ir |
input your OSHA-recordable incident rate |
my.naics.code |
input your industry's NAICS number |
1 2 3 4 5 6 7 8 9 10 11 | ## incident rate = 2.7
## industry is dairy product manufacturing (3115)
## my.ir.comparison(2.7, 3115)
## # A tibble: 1 × 3
Industry NAICS IR
0s<chr> <dbl> <dbl>
1 Dairy product manufacturing 3115 4.3
## NAICS industry has a 4.3 incident rate
IR
[1,] TRUE
## you have a lower incident rate than the industry as a whole
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.