View source: R/phaseTwo_EN6892018.R
phase2_UTL | R Documentation |
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
phase2_UTL(measurements, OEL)
measurements |
Numeric vector. At least 6 exposure measurements from the SEG under assessment. |
OEL |
Numeric. The Occupational Exposure Limit of the agent. |
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"**.
A character string: - '"Not Compliant"' if 'UTL > OEL' - '"Compliant"' if 'UTL < OEL'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.