Learn R Programming

EnviroPRA2 (version 1.0.1)

ADboot: 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)

Value

Chemical Absorbed dose [mg/Kg*day] - Object class "numeric"

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)

Author

F. Barrio-Parra

Examples

Run this code
# 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)
  

Run the code above in your browser using DataLab