phase2_Uvalue: Phase 2, BOHS/NVvA & EN689 2018 - U test

View source: R/phaseTwo_EN6892018.R

phase2_UvalueR Documentation

Phase 2, BOHS/NVvA & EN689 2018 - U test

Description

This function applies the Mann-Whitney U test (70 based on the number of measurements performed.

Usage

phase2_Uvalue(measurements, OEL)

Arguments

measurements

Numeric vector. Measurements of the SEG under assessment (between 6 and 15).

OEL

Numeric. The Occupational Exposure Limit of the agent.

Details

The test compares the calculated U value (pg. 42, EN689 2018) with the U threshold from the Mann-Whitney U table: - If **U > OEL**, there is **Compliance**. - If **U < OEL**, there is **Non-Compliance**.

The function includes U-thresholds for a maximum of 15 measurements per SEG.

Value

A character string: - "Compliant" if 'U < threshold' - "Not Compliant" if 'U > threshold'


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