Skip to contents

Creates dummy variables for categorical values, setting 1 when the original variable equals the specified category value, 0 otherwise. Implements the 'dummy' transformation step from the Model Parameters pipeline.

Usage

.run_step_dummy(mod, file)

Arguments

mod

Model object

file

Path to dummy step specification file

Value

Updated model object with dummy variables added to data