my.ir.comparison: Comparing an incident rate to an industry incident rate

Description Usage Arguments Examples

View source: R/rEHS.R

Description

This function returns TRUE if your incident rate (my.ir) is lower than the industry incident rate for your NAICS (my.industry)

Usage

1
my.ir.comparison(my.ir, my.naics.code)

Arguments

my.ir

input your OSHA-recordable incident rate

my.naics.code

input your industry's NAICS number

Examples

 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

dwnadler/rEHS documentation built on Dec. 20, 2021, 2:16 a.m.