setformat for negative values
Posted: Tue Jun 09, 2009 3:42 pm
I saved a correlation matrix for group grp in a table corr_grp
freeze(corr_grp) grp.cor
Now I want to optimise by reducing the decimals of 2. Everthing is fine if the correlation is positive, but for negative values the correlation is put in brackets.
corr_grp.setformat( @all) f(.2)
How can I change this, so that a (0.34) is shown as -0.34.
freeze(corr_grp) grp.cor
Now I want to optimise by reducing the decimals of 2. Everthing is fine if the correlation is positive, but for negative values the correlation is put in brackets.
corr_grp.setformat( @all) f(.2)
How can I change this, so that a (0.34) is shown as -0.34.