imputeTruncNorm: Title Impute Data by drawing randomly from a distribution

Description Usage Arguments Value Examples

View source: R/imputeTruncNorm.R

Description

The default represents a stimulation to represent a population

below the limits of detection, as described in Tyanova et al., 2016

Usage

1

Arguments

v

a vector containing NA

Value

imputed values

Examples

1
2
3
foo <- rnorm(100)
foo[sample(100, 5)] <- NA
imputeTruncNorm(foo)

JoWatson2011/R4JW documentation built on Nov. 19, 2020, 10:24 p.m.