incident.rate: OSHA incident rate

Description Usage Arguments Examples

View source: R/rEHS.R

Description

a calculation that describes the number of recordable incidents that a company experiences per 100 full-time employees in any given time frame.

Usage

1
incident.rate(recordable.cases, total.hours.worked)

Arguments

recordable.cases

all work related deaths, illnesses, and injuries which result in a loss of consciousness, restriction of work or motion, permanent transfer to another job within the company, or that require some type of medical treatment or first-aid.

total.hours.worked

total number of hours employees worked in a reporting period

Examples

1
2
3
4
## incident.rate(17, 1500000)
## represents 17 recordable cases from 1.5 million hours
## For every 100 employees, 2.27 have been involved in a recordable injury or illness""
## "Incidence rate: 2.27"

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