Description Usage Arguments Examples
a calculation that describes the number of recordable incidents that a company experiences per 100 full-time employees in any given time frame.
1 | incident.rate(recordable.cases, total.hours.worked)
|
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 |
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"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.