powered by
Estimates the chemical Intake rate by Drinking Water [mg/Kg*day]
DWIRboot(n, CW, IRW, EF, BW, ED, AT)
Chemical intake rate by drinking water I [mg/Kg*day] - Object class "numeric"
Output vector length
Chemical concentrtion in water [mg/L]
Water Ingestion Rate [L/Day]
Exposure frequency [day/yr]
Body weight [Kg]
Exposure duration [yr]
Averaging time [day] (Note that for No carcinogenic effects AT should be equal to 365*ED)
F. Barrio-Parra
# Carcinogenic effects c <- rnorm( n= 10, mean = 250, sd = 15 ) b <- rnorm( n= 100, mean = 20, sd = 5 ) DWIRboot (n = 1000, CW=c, IR=1.5, EF = 300, ED = 24, BW = b)
Run the code above in your browser using DataLab