It is tricky to transform data before analysis, generally, I am confident in log() transform for different magnitude value, or arsin() for percentage values; however, now I find the most of variables I am dealing with are left skewed, and log() is no longer effective, so, how to deal with such situation? boxcox() seem is an option, I wonder whether it right to use this on so many variables in the same time... Could anyone give me tips on what is the best way to transform data for more than four variables in the same time?  thanks in advance :)

Similar questions and discussions