Statistical Hypothesis Testing in SPSS: A Complete Guide for PhD Scholars in India

Statistical Hypothesis Testing for PhD Research in India: A Practical Step-by-Step Guide with SPSS

For doctoral scholars pursuing a PhD in Indian universities—whether under the University Grants Commission (UGC), ICMR, AIIMS, IITs, IIMs, central research institutes, or state universities—Chapter 4: Data Analysis and Interpretation is universally acknowledged as the most critical chapter of the doctoral dissertation. During synopsis submission, pre-viva evaluations, and the final open viva-voce examination, external examiners scrutinize empirical data with unmatched rigor.

A staggering percentage of PhD dissertations in India face revision requests, delays, or harsh viva questions not because the research premise was flawed, but because the candidate selected the wrong statistical test, violated core assumptions, misinterpreted SPSS output tables, or committed errors in APA reporting. Whether your research spans management, social sciences, clinical psychology, public health, agricultural sciences, biotechnology, or engineering, mastering statistical hypothesis testing in SPSS is essential to defending your doctorate with distinction.

This comprehensive guide provides an end-to-end practical roadmap for selecting, executing, interpreting, and reporting statistical tests in SPSS specifically formulated for the Indian doctoral context.


Table of Contents

  1. The Indian PhD Context: Why Statistical Rigor Dictates Viva Success
  2. Phase 1: Pre-Analysis Data Diagnostics & Assumption Verification
  3. The Master Decision Framework: Parametric vs. Non-Parametric Tests
  4. Deep Dive: Comparing Two Independent Groups
  5. Deep Dive: Comparing Paired or Pre-Post Groups
  6. Deep Dive: Comparing Three or More Groups
  7. Testing Categorical Associations: Pearson’s Chi-Square & Fisher’s Exact Test
  8. How to Report SPSS Outputs in Your Thesis (APA 7th Edition Templates)
  9. Defending Your Data Analysis: 5 Tough Viva Questions from Indian External Examiners
  10. Get 1-on-1 PhD Data Analysis Guidance at Ampersand Academy

1. The Indian PhD Context: Why Statistical Rigor Dictates Viva Success

Under UGC minimum standards for M.Phil/Ph.D. degrees, research scholars are required to publish research papers in indexed journals (UGC-CARE List, Scopus, or Web of Science / SCI) prior to dissertation submission. Reviewers at high-impact journals and external examiners appointed by university syndicates evaluate data analysis with strict benchmarks:

  • Theoretical Justification: You cannot simply run a t-test or ANOVA because “everyone does it.” You must demonstrate that your data fulfills the mathematical assumptions required by that specific algorithm.
  • Statistical Power and Sample Sizing: In Indian sample surveys (e.g., assessing MSMEs in Tamil Nadu, hospital patient outcomes in Delhi NCR, or student learning metrics across rural Maharashtra), small or skewed samples violate central limit theorem assumptions, necessitating non-parametric methods.
  • Effect Size vs. Statistical Significance: Reporting only p-values (< 0.05) is no longer sufficient. Journal editors and thesis evaluators demand effect size statistics (Cohen’s d, partial eta squared (eta_p^2), or (Phi)) to evaluate real-world practical significance.

Let us begin by establishing the mandatory diagnostic checklist that every PhD researcher must complete before clicking the “Analyze” menu in SPSS.


2. Phase 1: Pre-Analysis Data Diagnostics & Assumption Verification

Never run a hypothesis test on raw, uninspected survey or experimental data. In SPSS, data screening separates a publishable thesis from one returned with major revisions.

2.1 Screening for Outliers

Extreme values disproportionately distort mean scores and inflate standard errors, leading to Type I or Type II errors.

  • Univariate Outliers: In SPSS, run Analyze > Descriptive Statistics > Descriptives and check the box “Save standardized values as variables”. SPSS generates Z-scores (Zvariable). For sample sizes (N > 100), any case with a Z-score greater than (+3.29) or less than (-3.29) ((p < .001)) is an outlier. Alternatively, inspect SPSS Boxplots (Analyze > Descriptive Statistics > Explore), noting points flagged with an asterisk (*).
  • Multivariate Outliers: For multi-variable modeling, calculate Mahalanobis Distance (Analyze > Regression > Linear > Save > Mahalanobis). Evaluate the resulting values against a Chi-Square distribution critical value table at (p < .001) using your number of independent variables as degrees of freedom.

2.2 Testing for Normality: Shapiro-Wilk vs. Kolmogorov-Smirnov

Parametric tests (t-tests, ANOVA, linear regression) assume that continuous dependent variables are normally distributed within each comparison group.

In SPSS, navigate to: Analyze > Descriptive Statistics > Explore. Move your continuous variable into the Dependent List and your grouping variable into the Factor List. Click on Plots, select “Normality plots with tests”, and click Continue.

Interpreting the SPSS “Tests of Normality” Table:

Test MetricWhen to UseDecision Rule (p-value / Sig.)Interpretation for PhD Thesis
Shapiro-WilkRecommended for sample sizes (N < 50) per group. Highly sensitive.(p > .05) (Sig. > 0.05)Normality is satisfied. You may proceed with parametric tests.
Kolmogorov-Smirnov (with Lilliefors correction)Used for larger samples ((N ge 50)).(p > .05) (Sig. > 0.05)Data does not significantly deviate from a normal bell curve.
Skewness & Kurtosis Z-valuesCrucial when (N > 200) (where K-S and S-W tests become over-sensitive).Statistic / Std. Error between (-1.96) and (+1.96)Acceptable skewness and kurtosis for doctoral survey data.

Crucial Rule for Indian PhD Viva: If your Sig. value is less than 0.05 ((p < .05)), the null hypothesis of normality is rejected! Your data is non-normal. You must either apply a mathematical transformation (Log10, square root) or use the corresponding non-parametric test.

2.3 Homogeneity of Variances: Levene’s Test

Parametric group comparisons assume that the variances of the populations from which different samples are drawn are equal (homoscedasticity). In SPSS, this is verified automatically via Levene’s Test of Equality of Error Variances.

  • If Levene’s Sig. > .05: Equal variances assumed. Read the top row of the SPSS Independent Samples Test table.
  • If Levene’s Sig. ≤ .05: Equal variances NOT assumed (heteroscedasticity). In this case, you must read the second row of the SPSS table (Welch-Satterthwaite approximation) or switch to a robust non-parametric test!

3. The Master Decision Framework: Parametric vs. Non-Parametric Tests

To eliminate ambiguity when writing your methodology chapter, refer to this authoritative decision matrix:

Research ObjectiveIndependent Variable (IV)Dependent Variable (DV)Parametric Test (Normal Data)Non-Parametric Alternative (Non-Normal / Ordinal)
Compare 2 Independent GroupsCategorical (2 levels, e.g., Male vs Female, Public vs Private)Continuous (Interval / Ratio)Independent Samples t-TestMann-Whitney U Test
Compare 2 Related / Paired GroupsTime / Condition (Pre-test vs Post-test)Continuous (Matched pairs)Paired Samples t-TestWilcoxon Signed-Rank Test
Compare 3 or More Independent GroupsCategorical (3+ levels, e.g., Tier 1, Tier 2, Tier 3 cities)ContinuousOne-Way ANOVA (F-Test)Kruskal-Wallis H Test
Compare 3+ Repeated MeasuresTime (Baseline, Month 3, Month 6)ContinuousRepeated Measures ANOVAFriedman Test
Analyze 2 Factors Simultaneously (Interaction)2 Categorical IVs (e.g., Gender & Training Mode)ContinuousTwo-Way Factorial ANOVAAligned Rank Transform (ART) ANOVA
Association Between 2 Categorical VariablesCategorical (e.g., Industry Sector)Categorical (e.g., Technology Adoption: Yes/No)Pearson’s Chi-Square TestFisher’s Exact Test (if cell count < 5)

4. Deep Dive: Comparing Two Independent Groups

4.1 Independent Samples t-Test in SPSS

Doctoral Example: A research scholar at the University of Madras investigates whether employee turnover intention differs significantly between Information Technology (IT) companies and Banking, Financial Services, and Insurance (BFSI) firms in Chennai.

Null Hypothesis ((H_0)): There is no significant difference in turnover intention scores between IT and BFSI employees ((mu_1 = mu_2)).
Alternative Hypothesis ((H_1)): There is a significant difference in turnover intention scores between IT and BFSI employees ((mu_1 neq mu_2)).

Running the Test in SPSS:

  1. Go to Analyze > Compare Means > Independent-Samples T Test.
  2. Move Turnover_Intention into the Test Variable(s) box.
  3. Move Sector into the Grouping Variable box.
  4. Click Define Groups and enter the codes used (e.g., 1 for IT, 2 for BFSI). Click Continue and OK.

How to Read and Interpret the Output:

  • Step 1: Check Levene’s Test: Look at the F value and Sig. under Levene’s Test. If (Sig. > .05), read the row labeled “Equal variances assumed”. If (Sig. le .05), read “Equal variances not assumed”.
  • Step 2: Check Significance: Locate t, df (degrees of freedom), and Sig. (2-tailed). If (Sig. < .05), reject (H_0) and conclude that there is a statistically significant difference between the sectors.
  • Step 3: Calculate Effect Size (Cohen’s d):
    [d = frac{M_1 – M_2}{SD_{pooled}}]
    SPSS 27+ provides Cohen’s d directly in the output table. Benchmarks: (0.2 = text{Small}), (0.5 = text{Medium}), (0.8 = text{Large}).

4.2 Mann-Whitney U Test (Non-Parametric Alternative)

If your dependent variable is ordinal (e.g., single Likert items) or severely violates normality, use the Mann-Whitney U Test.

In SPSS: Analyze > Nonparametric Tests > Independent Samples. The output will display the Mann-Whitney (U) statistic, the Wilcoxon (W), the Standardized Test Statistic ((Z)), and the Asymptotic Sig. (2-sided).

Interpretation: Report the median and mean ranks of each group, followed by the test statistic: “A Mann-Whitney U test revealed that turnover intention was significantly higher in IT firms ((Mdn = 4.20), Mean Rank = 142.5) compared to BFSI firms ((Mdn = 3.40), Mean Rank = 108.2), (U = 4520.5, Z = -3.84, p < .001, r = .32).”


5. Deep Dive: Comparing Paired or Pre-Post Groups

5.1 Paired Samples t-Test in SPSS

Doctoral Example: In an educational technology PhD thesis, the researcher administers a pre-intervention diagnostic test and a post-intervention test to 60 students after completing a specialized modular curriculum.

In SPSS: Analyze > Compare Means > Paired-Samples T Test. Drag Pre_Score into Variable 1 and Post_Score into Variable 2.

Interpretation: Compare the means in the Paired Samples Statistics table. Examine the Paired Samples Test table for the mean difference, standard deviation of the difference, t-statistic, degrees of freedom, and two-tailed significance value ((p)).

5.2 Wilcoxon Signed-Rank Test

When the differences between paired observations are not normally distributed, use the Wilcoxon Signed-Rank Test (Analyze > Nonparametric Tests > Related Samples). SPSS evaluates positive ranks, negative ranks, and ties, reporting the standardized (Z) statistic.


6. Deep Dive: Comparing Three or More Groups

6.1 One-Way ANOVA in SPSS & Post-Hoc Decisions

Doctoral Example: Comparing work-life balance scores across three age brackets: Young Professionals (< 30 years), Mid-Career (30–45 years), and Senior Executives (> 45 years).

In SPSS: Analyze > Compare Means > One-Way ANOVA. Place the continuous variable in the Dependent List and the group variable in the Factor box.

Crucial Sub-menus:

  • Click Options: Check Descriptive, Homogeneity of variance test, and Welch.
  • Click Post Hoc:
    • If Levene’s test assumes equal variances ((p > .05)), check Tukey HSD.
    • If Levene’s test is violated ((p le .05)), check Games-Howell! Selecting Tukey when variances are unequal is an instant red flag in a PhD defense.

Interpreting the ANOVA Table:

Look at the Between Groups row. If (Sig. < .05), an overall statistically significant difference exists ((F(2, 297) = 14.82, p < .001)). Then, consult the Multiple Comparisons post-hoc table to pinpoint exactly which pairs of age brackets differ from one another.

6.2 Kruskal-Wallis H Test

The non-parametric analogue to One-Way ANOVA (Analyze > Nonparametric Tests > Independent Samples). SPSS ranks all scores from 1 to (N). It calculates the Kruskal-Wallis (H) statistic (approximated by Chi-Square). Pairwise post-hoc comparisons with adjusted significance (Dunn-Bonferroni correction) identify which specific groups differ.

6.3 Two-Way Factorial ANOVA

Used when evaluating the simultaneous effect of two independent categorical variables on a continuous outcome. Crucially, Two-Way ANOVA measures the Interaction Effect ((IV_1 times IV_2)). In SPSS: Analyze > General Linear Model > Univariate.

If the interaction term is significant ((p < .05)), the effect of one factor depends upon the level of the other factor! In Indian doctoral dissertations, examining interactions provides much deeper theoretical contributions than basic one-variable tests.


7. Testing Categorical Associations: Pearson’s Chi-Square & Fisher’s Exact Test

When both variables are nominal or categorical (e.g., Gender vs. Preferred Digital Payment Mode):

In SPSS: Analyze > Descriptive Statistics > Crosstabs. Place one variable in Rows and the other in Columns. Under Statistics, select Chi-square and Phi and Cramer’s V. Under Cells, select Observed and Expected counts.

Validation Checklist for Chi-Square:

  1. All expected cell frequencies must be greater than 1.
  2. No more than 20% of the cells should have expected frequencies less than 5.
  3. What if this assumption is violated? Look at footnote ‘a’ under the SPSS Chi-Square Tests table. If more than 20% of cells have expected count < 5, you cannot report Pearson Chi-Square! You must report Fisher’s Exact Test (for (2 times 2) tables) or combine adjacent categories.

8. How to Report SPSS Outputs in Your Thesis (APA 7th Edition Templates)

Indian universities adhering to UGC guidelines expect thesis empirical chapters to follow standard APA 7th Edition style. Use these tested templates:

Template 1: Independent Samples t-Test

“An independent-samples t-test was conducted to compare employee turnover intention between IT ((N = 150)) and BFSI ((N = 150)) sectors. Levene’s test indicated that the assumption of homogeneity of variance was satisfied ((F = 1.24, p = .266)). The results revealed that employees in the IT sector reported significantly higher turnover intention ((M = 3.84, SD = 0.72)) compared to employees in the BFSI sector ((M = 3.21, SD = 0.68)), (t(298) = 7.78, p < .001, text{two-tailed}). The effect size was large (text{Cohen’s } d = 0.90, 95% text{ CI } [0.66, 1.14]). Therefore, hypothesis (H_1) is supported.”

Template 2: One-Way ANOVA

“A one-way between-subjects ANOVA was conducted to examine the effect of educational qualification (Undergraduate, Postgraduate, Doctorate) on organizational commitment. Levene’s test confirmed equal error variances ((F(2, 247) = 0.89, p = .412)). The main effect was statistically significant, (F(2, 247) = 8.45, p < .001, eta_p^2 = .064). Post-hoc comparisons using the Tukey HSD test indicated that the mean score for Doctorate holders ((M = 4.35, SD = 0.52)) was significantly higher than that of Undergraduates ((M = 3.82, SD = 0.61, p < .001)). However, no significant difference was observed between Undergraduates and Postgraduates ((p = .145)).”


9. Defending Your Data Analysis: 5 Tough Viva Questions from Indian External Examiners

Prepare for these standard methodological questions during your final PhD viva voce:

  1. “Why did you use a parametric test on 5-point Likert scale data?”
    Defense: “Individual Likert items are ordinal, but composite scores derived by summing or averaging multiple items measuring a single latent construct (with high Cronbach’s alpha (> .70)) approximate interval-level measurement, as supported by Carifio and Perla (2008) and Norman (2010). Furthermore, our data met the Shapiro-Wilk test of normality ((p > .05)).”
  2. “Did you test for homoscedasticity before running ANOVA?”
    Defense: “Yes, Levene’s Test of Equality of Error Variances was conducted. As (p > .05), equal variances were assumed, justifying the use of the Tukey HSD post-hoc test.”
  3. “How did you handle missing data in SPSS?”
    Defense: “We screened missing values using Little’s MCAR test. Missingness was completely at random ((p > .05)), and because missing cases comprised less than 2% of the sample, listwise deletion was applied without biasing parameter estimates.”
  4. “Why did you report Cohen’s d alongside the t-statistic?”
    Defense: “While the p-value indicates whether the observed difference is unlikely due to random chance, it is heavily dependent on sample size. Cohen’s d measures the standardized magnitude of the difference, proving that the effect is of practical significance.”
  5. “Could Common Method Bias (CMB) distort your findings?”
    Defense: “We conducted Harman’s Single Factor Test in SPSS. The first unrotated factor accounted for only 28.4% of total variance, which is well below the 50% threshold, indicating that common method bias was not a confounding threat.”

Need Hands-On SPSS Guidance for Your PhD Thesis?

Navigating complex dissertation data, hypothesis testing, model assumptions, and viva preparation can be overwhelming. At Ampersand Academy, we provide specialized 1-on-1 SPSS Training in Chennai designed specifically for doctoral scholars, medical residents, and academic faculty across India.

  • Custom Data Consultation: Learn to analyze your actual PhD questionnaire or lab dataset step-by-step.
  • Master Every Test: From Normality and t-tests to Factor Analysis (EFA), Multiple Regression, and Binary Logistic Regression.
  • Thesis-Ready Outputs: Transform raw SPSS output into clean, formatted APA 7th Edition tables and narrative write-ups.
  • Flexible Learning: Attend intensive classroom lab sessions in Chennai or join live interactive online batches from anywhere in India.

Related Statistical Guides: Read our in-depth companion guide on Advanced Correlation, Regression, and Scale Reliability in SPSS for PhD Research, explore our breakdown of The Ultimate Guide on Statistical Tests, learn advanced computing in our R Programming Training, or discover genomic data analytics in our Bioinformatics Training in Chennai.

Book Free Demo

Please fill the form below to book your free demo. Do mention the course you are looking at. We will get back to you within 24 hrs on working days.