myir: Comparing an incident rate to an industry incident rate

View source: R/myir.R

myirR Documentation

Comparing an incident rate to an industry incident rate

Description

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

Usage

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

## 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

nadlerphd/rEHS documentation built on Feb. 3, 2025, 4:48 p.m.