step_lowerimpute: Impute numeric data below the threshold of measurement
Description
![[Deprecated]](figures/lifecycle-deprecated.svg?package=recipes&version=1.1.0)
Please use step_impute_lower()
instead.
Usage
step_lowerimpute(
recipe,
...,
role = NA,
trained = FALSE,
threshold = NULL,
skip = FALSE,
id = rand_id("impute_lower")
)