ADboot: Dermal conctact with chemicals in soil by bootstrap

Description Usage Arguments Value Author(s) Examples

Description

Dermal conctact with chemicals in soil by bootstrap

Usage

1
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]

Author(s)

F. Barrio-Parra

Examples

1
2
3
4
5
6
7
8
# 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)
  

EnviroPRA documentation built on May 1, 2019, 8:21 p.m.