Description Usage Arguments Examples
Impute missing values, below the limit of detection
1 | simulation_LD(var, LD, ID, N = 75000, dist = "lognormal")
|
var |
vector of values to impute |
LD |
limit of detection |
ID |
number of individuals |
N |
number of random variables to be generated |
dist |
shape of the distribution : lognormal (by default) or normal |
1 2 3 | data<-c(0,45,48,65,47)
LOD<-40
simulation_LD(data,LOD,5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.