Imagine I would like to correlate the blood pressure with the weight of a person.
Now, imagine I would like to use symbolic regression and I discover, for example, that log(weight) x 1.2345 x weight ^ 6.7890
produces results which correlate with the real blood pressure values with a Person's r of 0.90.
I read Linear regression effect sizes when using transformed variables, but of course I would perform a very complex transformation of the real data.
Could I discover something meaningful or is it a biased approach?
(I use R)