View source: R/phaseTwo_EN6892018.R
phase2_Uvalue | R Documentation |
This function applies the Mann-Whitney U test (70 based on the number of measurements performed.
phase2_Uvalue(measurements, OEL)
measurements |
Numeric vector. Measurements of the SEG under assessment (between 6 and 15). |
OEL |
Numeric. The Occupational Exposure Limit of the agent. |
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.
A character string: - "Compliant" if 'U < threshold' - "Not Compliant" if 'U > threshold'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.