wiz_add_baseline_predictors: Function to add baseline predictors Offset of hours(1) would...

Description Usage

View source: R/add_predictors.R

Description

Function to add baseline predictors Offset of hours(1) would mean that everything would be anchored to 1 hour before fixed_start.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
wiz_add_baseline_predictors(
  wiz_frame = NULL,
  variables = NULL,
  category = NULL,
  lookback = lubridate::hours(48),
  window = lookback,
  offset = lubridate::hours(0),
  stats = c(mean = mean, min = min, max = max),
  impute = TRUE,
  output_file = TRUE,
  log_file = TRUE,
  check_size_only = FALSE,
  last_chunk_completed = NULL
)

ML4LHS/wizard documentation built on May 31, 2021, 1:24 a.m.