ilod {rexposome} | R Documentation |
This function is a wrapper of the functions impute.MinProb
from the package imputeLCMD
.
ilod(object, seed = 1234, lod.col = "LOD", pNA = 0.2, tLog = FALSE, method = "QRILC", warnings = TRUE, ...)
object |
|
seed |
(default |
lod.col |
(default |
pNA |
(default |
tLog |
(default |
method |
(default |
warnings |
(default |
... |
Arguments passed to |
A new ExposomeSet
with the imputed exposures.
plotMissings to plot the missing data of an ExposomeSet, tableMissings to get a table with the missing data of an ExposomeSet
## Not run: #Being x an ExposomeSet x <- ilod(x) ## End(Not run)