simulation_LD: Imputation of zero values

Description Usage Arguments Examples

Description

Impute missing values, below the limit of detection

Usage

1
simulation_LD(var, LD, ID, N = 75000, dist = "lognormal")

Arguments

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

Examples

1
2
3
data<-c(0,45,48,65,47)
LOD<-40
simulation_LD(data,LOD,5)

abinter/monpackage documentation built on March 11, 2020, 12:17 p.m.