step_rollimpute: Impute numeric data using a rolling window statistic

View source: R/deprec-impute_roll.R

step_rollimputeR Documentation

Impute numeric data using a rolling window statistic

Description

[Deprecated]

Please use step_impute_roll() instead.

Usage

step_rollimpute(
  recipe,
  ...,
  role = NA,
  trained = FALSE,
  columns = NULL,
  statistic = median,
  window = 5,
  skip = FALSE,
  id = rand_id("impute_roll")
)

topepo/recipes documentation built on Sept. 13, 2024, 1:35 p.m.