Learn R Programming

recipes (version 1.1.0)

step_modeimpute: Impute nominal data using the most common value

Description

[Deprecated]

Please use step_impute_mode() instead.

Usage

step_modeimpute(
  recipe,
  ...,
  role = NA,
  trained = FALSE,
  modes = NULL,
  ptype = NULL,
  skip = FALSE,
  id = rand_id("impute_mode")
)

Arguments