
Angela S. answered 03/26/25
Ivy League Tutor | Psychology & Statistics Support
To display your distance values like 0.01031, you have two options in SPSS:
- Adjust the Display Format: In Variable View, set the “Decimals” column for your distance variable to 5. This will display your values with five decimal places.
- Compute a Rounded Variable: If you need to round the values, use Transform > Compute Variable and enter: ROUND(distance, 5). This creates a new variable (e.g., distance_rounded) with values rounded to 5 decimal places.
Hope this helps! Let me know if you have any additional questions.