How do I evaluate a number to a general power in SPSS?
The power function in SPSS is denoted by the double asterisks. So, for example, to take the third power of variable A we would write the below:
COMPUTE EFFECT = A**0.333.
The power function in SPSS is denoted by the double asterisks. So, for example, to take the third power of variable A we would write the below:
COMPUTE EFFECT = A**0.333.
None: FAQ/aster (last edited 2013-03-08 10:17:38 by localhost)