hidd.replace {ctbi}R Documentation

hidd.replace

Description

Replace all values within a vector with NA values if the sum of its non-NA values is below a threshold.

Usage

hidd.replace(x, N.min.NA)

Arguments

x

a numeric vector

N.min.NA

a numeric threshold

Value

the vector x


[Package ctbi version 2.0.5 Index]