phase2_UTL: Phase 2, EN689 2018 - UTLv (Upper Tolerance Limit value)

View source: R/phaseTwo_EN6892018.R

phase2_UTLR Documentation

Phase 2, EN689 2018 - UTLv (Upper Tolerance Limit value)

Description

This function evaluates compliance with the Occupational Exposure Limit (OEL) based on the Upper Tolerance Limit value (UTLv), calculated with a 95 Confidence Level and a 70

Usage

phase2_UTL(measurements, OEL)

Arguments

measurements

Numeric vector. At least 6 exposure measurements from the SEG under assessment.

OEL

Numeric. The Occupational Exposure Limit of the agent.

Details

The test compares the UTLv with the OEL: - If **UTL > OEL**, there is exceedance → **"Not Compliant"**. - If **UTL < OEL**, the probability of exceedance is acceptable → **"Compliant"**.

Value

A character string: - '"Not Compliant"' if 'UTL > OEL' - '"Compliant"' if 'UTL < OEL'


tonyderrico/OHcomplianceStrategies documentation built on April 11, 2025, 9:53 p.m.