add_growing_predictors: Function to add growing predictors

View source: R/add_predictors.R

add_growing_predictorsR Documentation

Function to add growing predictors

Description

Function to add growing predictors

Usage

add_growing_predictors(
  time_frame = NULL,
  variables = NULL,
  category = NULL,
  stats = c(mean = mean, min = min, max = max),
  output_file = TRUE,
  log_file = TRUE,
  check_size_only = FALSE,
  last_chunk_completed = NULL
)

Arguments

time_frame

A time frame object

variables

A vector or list of variable names

category

A vector or list of category names

stats

A list of summary stats

output_file

Logical, whether or not to output to file or console

log_file

Logical, whether or not to write to log

last_chunk_completed

Integer, the previous chunk completed if chunking is used


ML4LHS/gpmodels documentation built on Feb. 1, 2024, 8:31 a.m.