step_meanimpute: Impute numeric data using the mean

View source: R/deprec-impute_mena.R

step_meanimputeR Documentation

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")
)

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