ADboot {EnviroPRA2} | R Documentation |
Dermal conctact with chemicals in soil by bootstrap
Description
Dermal conctact with chemicals in soil by bootstrap
Usage
ADboot(n, CS, SA, AF, ABS, EF, ED, BW, AT)
Arguments
n |
Output vector length |
CS |
Chemical concentrtion in soil [mg/Kg] |
SA |
Skin surface area available for contact [cm^2] |
AF |
Skin adherence factor [mg/cm^2] |
ABS |
Absorption factor (Chemical specific) [-] |
EF |
Exposure frequency [day/yr] |
ED |
Exposure duration [yr] |
BW |
Body weight [Kg] |
AT |
Averaging time [day] (Note that for No carcinogenic effects AT should be equal to 365*ED) |
Value
Chemical Absorbed dose [mg/Kg*day] - Object class "numeric"
Author(s)
F. Barrio-Parra
Examples
# Carcinogenic effects
c <- rnorm( n= 10, mean = 0.2, sd = 0.05 )
b <- rnorm( n= 100, mean = 20, sd = 5 )
ADboot (n = 1000, SA=2300, AF=0.25, ABS=0.01,CS = c, BW = b, ED = 10, EF = 250)
[Package EnviroPRA2 version 1.0.1 Index]