wiz_dummy_code: Function that converts categorical temporal predictors into...

Description Usage Details

Description

Note that you can you can use this to dummy code variables with numerical values where the values are supposed to map to categorical levels (e.g, 1 means high and 2 means low).

Usage

1
2
3
4
5
6
wiz_dummy_code(
  wiz_frame = NULL,
  numeric_threshold = 0.5,
  variables = NULL,
  save_wiz_frame = TRUE
)

Details

Either provide a threshold (defaults to 0.5) or provide a vector of variables. If you supply a vector of variables, this takes precedence over the numeric threshold.


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