Scale numeric vector between 0 and 1
Helper function to scale numeric variables. Aids convergence of Midas model.
col_minmax(x)
x
Vector scaled between 0 and 1
ex_num <- runif(100,1,10) scaled <- col_minmax(ex_num)
Useful links