Impute numeric values below a range for graphical exploration
Source:R/impute_below.R
impute_below.numeric.Rd
Impute numeric values below a range for graphical exploration
Usage
# S3 method for numeric
impute_below(
x,
prop_below = 0.1,
jitter = 0.05,
seed_shift = 2017 - 7 - 1 - 1850,
...
)