powered by
Estimates the chemical Intake rate by accidental soil ingestion [mg/Kg*day]
SIRboot(n, CS, IR, FI, EF, ED, BW, AT)
Chemical intake rate by soil ingestion I [mg/Kg*day] - Object class "numeric"
Output vector length
Chemical concentrtion in soil [mg/Kg]
Soil Ingestion Rate [mg/Day]
Fraction ingested from contaminated source [-]
Exposure frequency [day/yr]
Exposure duration [yr]
Body weight [Kg]
Averaging time [day] (Note that for No carcinogenic effects AT should be equal to 365*ED)
# Carcinogenic effects c <- rnorm( n= 10, mean = 22, sd = 2 ) b <- rnorm( n= 100, mean = 20, sd = 5 ) SIRboot (n = 1000, CS = c, BW = b, IR = 200, ED = 10, EF = 250)
Run the code above in your browser using DataLab