Learn R Programming

recipes (version 1.1.0)

step_meanimpute: Impute numeric data using the mean

Description

[Deprecated]

Please use step_impute_mean() instead.

Usage

step_meanimpute(
  recipe,
  ...,
  role = NA,
  trained = FALSE,
  means = NULL,
  trim = 0,
  skip = FALSE,
  id = rand_id("impute_mean")
)

Arguments