One of the assumptions in linear regression is that the data should be normally distributed. My data is skewed. I tried log, square root, and several other transformations which I could find still is not entirely normally distributed and the KS normality test rejects the null hypothesis.
Finally, with the help of INT in the Rank Normal Omnibus Association Test(RNOMNI) R package, I am able to get a proper bell-shaped curve. Can this normalization be used because finally, I am shifting the data to a non-parametric form?