HI {EnviroPRA} | R Documentation |
Returns the Hazard Index (non carcinogenic effects)
HI(I, RFD)
I |
Intake Rate [mg/Kg*day] |
RFD |
Reference dose [mg/Kg*day] |
Hazard Index [-]
F. Barrio-Parra
# Assessing if there is systemic risk for an adult receptor that drinks water with 1000 ug/L
# of hexaclorobence (Reference Dose (IRIS data base) = 8e-04 [mg/Kg*day]) in a residencial
# scenario (default EPA Maximum Reasonable Exposure parameters)
HI (I = DWIR( CW=1, AT=24*365), RFD = 8e-04)