Hi Guys, I want to get different transformations of independent variables(X variables) and find the best correlation among them with dependent variable( Y variable). Suppose var1 is first variable..then take,, -log(var1) -exp(var1) -sqrt(var1) -square(var1) and -var1 (without transformation). then find best correlation among each of these with Y variable..Repeat this for var2,var3... Here age,ed,income are X variables and ln_totalspent is Y variable.(in attached dataset) Please help me guys to automate this ....
... View more