data("germancredit")
# standardization
dts1 = var_scale(germancredit, type = 'standard')
# normalization/minmax
dts2 = var_scale(germancredit, type = 'minmax')
dts2 = var_scale(germancredit, type = 'minmax', new_range = c(-1, 1))
Run the code above in your browser using DataLab