I have positive and negative values and a lot of outliers in my data. Therefore I decided to use a monotonic transformation. I wanted to use the third root because of the s-form of the function and I implemented it like this:
Code:
gen thsqrtNettovermögen_a = Nettovermögen_a^(1/3)
thanks in advance
Ben
0 Response to third root for negative values
Post a Comment