Quick Answer
For SPSS users, standard deviation is the key check behind a descriptive table. Run `DESCRIPTIVES` for continuous numeric variables, review mean, SD, minimum, maximum, and valid N, then decide whether the spread supports the research claim before reporting the mean.
- SPSS `DESCRIPTIVES` is a procedure that computes univariate statistics for numeric variables.
- Standard deviation is a scale statistic that estimates typical distance from the mean.
- A z-score is a standardized value that shows how many standard deviations a case sits from the mean.
- Use the sample standard deviation calculator to verify critical SPSS output before publishing.
Research Problem
A doctoral researcher has imported pilot survey data into IBM SPSS Statistics and needs to describe a 0-100 stress scale before choosing a statistical test. The average score looks publishable, but one high score may be inflating the spread. The practical question is not just "what is the mean?" It is "is the distribution stable enough to summarize with a mean and SD?"
This page treats the analyst as a senior quantitative methods consultant reviewing SPSS output before it enters a thesis, clinical report, or peer-reviewed manuscript. The goal is to turn the SPSS Descriptives table into a defensible decision: report, segment, check outliers, or rerun the analysis with a clearer missing-value rule.
Methods Consultant Role
IBM documents `DESCRIPTIVES` as a command for numeric variables that returns mean, standard deviation, minimum, maximum, and valid cases by default. IBM also separates optional statistics such as variance, standard error of the mean, skewness, kurtosis, range, and sum through the `STATISTICS` subcommand.
Why this matters in SPSS
SPSS Workflow
Confirm the variable scale
Run the default descriptive table
Check valid N before interpreting SD
Save z-scores when cases need review
Translate spread into a reporting decision
DESCRIPTIVES VARIABLES=stress_score
/SAVE
/STATISTICS=MEAN STDDEV MIN MAX.Sample Standard Deviation Behind the SPSS Output
SPSS z-score interpretation
Worked Example
A university public-health researcher enters 12 pilot stress-scale scores from clinic staff after a scheduling change. The scale runs from 0 to 100, where higher scores indicate higher stress. The researcher wants to know whether the mean alone is a fair summary for an internal report.
| Case | Stress Score | SPSS z-score | Review Note |
|---|---|---|---|
| 1 | 64 | -1.06 | Within expected range |
| 2 | 67 | -0.71 | Within expected range |
| 3 | 71 | -0.26 | Within expected range |
| 4 | 69 | -0.49 | Within expected range |
| 5 | 75 | 0.20 | Within expected range |
| 6 | 83 | 1.11 | High but not isolated |
| 7 | 70 | -0.37 | Within expected range |
| 8 | 68 | -0.60 | Within expected range |
| 9 | 72 | -0.14 | Within expected range |
| 10 | 66 | -0.83 | Within expected range |
| 11 | 79 | 0.66 | Within expected range |
| 12 | 95 | 2.48 | Needs source review |
Interpreting the SPSS Descriptives table
Cross-check the arithmetic
Decision Criteria
| SPSS Pattern | What It Means | Decision |
|---|---|---|
| Mean is interpretable and SD is modest | Scores cluster around the reported average | Report mean, SD, valid N, minimum, and maximum |
| SD is large relative to the scale or research threshold | The average hides meaningful disagreement or heterogeneity | Segment by group, site, wave, or demographic variable before drawing a conclusion |
| Saved z-score is beyond about +/-2.5 in a small pilot | One case may be influential, miscoded, or clinically important | Verify the source value and compare with the outlier detection guide |
| Valid N changes across variables | Missing values differ by variable and may alter comparisons | Document missing-value rules and consider listwise versus variable-wise summaries |
| Mean and SD are hard to interpret for an ordinal item | A single Likert item may not behave like a continuous scale | Report frequencies, median, or IQR alongside the SD when needed |
NIST treats standard deviation as a measure of scale, so the number needs context. In SPSS reporting, context means the variable name, measurement scale, valid N, missing-value rule, and the decision threshold. A table copied from SPSS without those details is incomplete methods documentation.
Reporting Checklist
- Variable definition:Name the construct, unit, scoring direction, and possible range before giving the SD.
- Sample logic:Treat pilot, survey, clinical, and observational rows as sample data unless the dataset is the complete population of interest.
- Missing values:State whether SPSS excluded cases variable by variable or listwise for the table you are reporting.
- Outlier review:Use saved z-scores, boxplots, or the [z-score calculator](/tools/z-score) to identify cases that need source review.
- Method wording:Report results in the same format each time: M = 73.25, SD = 8.76, n = 12.
Evolve the Analysis
The weakest version of an SPSS descriptives section says only, "the mean stress score was 73.25 with a standard deviation of 8.76." Replace it with a concrete methods sentence: "For 12 valid clinic-staff responses on a 0-100 stress scale, SPSS Descriptives produced M = 73.25, SD = 8.76, min = 64, max = 95; the maximum score was 2.48 SD above the mean and was source-checked before reporting."
Pre-Publish Check
- Yes: the page includes a real worked example with 12 concrete scores, mean 73.25, SD 8.76, and z-score 2.48.
- Yes: the structure uses H2 sections, syntax, formulas, a comparison table, and a reporting checklist.
- Yes: the guidance goes beyond the formula by covering SPSS procedure choice, saved z-scores, missing values, and reporting decisions.
Tools & Next Steps
Sample Standard Deviation
Population Standard Deviation
Z-Score Calculator
Standard Error
Further Reading
Sources
References and further authoritative reading used in preparing this article.