step_lowerimpute: Impute numeric data below the threshold of measurement

View source: R/deprec-impute_lower.R

step_lowerimputeR Documentation

Impute numeric data below the threshold of measurement

Description

[Deprecated]

Please use step_impute_lower() instead.

Usage

step_lowerimpute(
  recipe,
  ...,
  role = NA,
  trained = FALSE,
  threshold = NULL,
  skip = FALSE,
  id = rand_id("impute_lower")
)

recipes documentation built on July 4, 2024, 9:06 a.m.