| imputeLOD {rexposome} | R Documentation |
Homologous function to the ilod method of ExposomeSet for a
given data.frame of exposures and a vector of threshold.
The use of this function is related to HELIX Project.
imputeLOD(x, lod, description = NULL, pNA = 0.2, pLOD = 0, log = TRUE, seed = NULL)
x |
|
lod |
|
description |
|
pNA |
(default: |
pLOD |
(default: |
log |
(default: |
seed |
(default: |
A new data.frame with the imputed exposures.
## Not run:
inma.imp <- imputeLOD(x = raw, lod = lod, description = desc,
pNA = pNA, pLOD = pLOD, log = log, seed = seed)
## End(Not run)