Population parameters (Greek letters, always referring to the true population value)

SymbolNamePlain EnglishSPSS labelR outputAPA reporting
μmuPopulation mean — the true average of the whole population(not directly reported; appears in "Test Value" for one-sample t)(implicit in mu = ... argument of t.test)M = X if you actually know it; otherwise report
σsigmaPopulation standard deviationrare (used mostly in Z-test macros)sd argument in pnorm, rnormσ = X (italicised Greek)
σ²sigma-squaredPopulation varianceσ² = X
πpiPopulation proportionπ (Greek; lowercase)
ρrhoPopulation correlation coefficientρ = X
βbetaPopulation regression slope OR Type II error rate (context-dependent!)"Beta" (coef), "Power" settingscoefficient estimates; power in pwr packageβ = X (regression); 1 − β = power
αalphaType I error rate / significance level (chosen in advance; usually 0.05)"Alpha" in Confidence Interval optionsargument in most test functionsα = .05 (no leading zero in APA)

Sample statistics (Roman letters, computed from your data)

SymbolNamePlain EnglishSPSS labelR outputAPA reporting
nnSample size (one group)"N" per grouplength(x), nn = X (italicised, lowercase)
Nbig-NTotal sample size across all groups"N" overallnrow() / sum()N = X (italicised, uppercase)
x-barSample mean — your best estimate of μ"Mean"mean(x)M = X (APA uses M; some journals use x̄)
ssSample standard deviation — estimate of σ"Std. Deviation"sd(x)SD = X
s-squaredSample variance"Variance"var(x)Report SD not SD² unless specifically asked
SE or sstandard error (of the mean)How much x̄ varies from sample to sample: s / √n"Std. Error Mean"sd(x)/sqrt(length(x))SE = X or SEM = X
p-hatSample proportion — estimate of π"Proportion"mean(x == 1)p = X (often; context must distinguish from p-value!)
rrPearson correlation (sample estimate of ρ)"Pearson Correlation"cor(x, y)r = .XX (no leading zero when bounded ±1)
Q1, Q3first / third quartile25th and 75th percentiles"Percentiles 25 / 75"quantile(x, c(.25, .75))Report as median [Q1, Q3] in skewed-data contexts
IQRinterquartile rangeQ3 − Q1 — robust spread measure"Interquartile Range"IQR(x)IQR = X

Test statistics

SymbolNamePlain EnglishSPSS labelR outputAPA reporting
ZZ or z-scoreDistance from mean in standard deviations; follows the standard normal"Z" in Z-test outputpnorm / qnormz = 1.96 (italics, lowercase)
tt or t-statisticLike Z but accounting for sample-based s instead of σ"t"t.test output statistict(29) = 2.11 (italicised t, df in parens)
χ²chi-squareSum of squared, normalized deviations from expected counts"Chi-Square"chisq.test output statisticχ²(1, N = 100) = 0.79
FF-statisticRatio of two variances; used in ANOVA and regression"F"anova() outputF(df1, df2) = X
dfdegrees of freedomHow many values are "free to vary" after constraints"df"parameter field in test outputAlways report: t(29), F(2, 27)
U, WMann-Whitney U / Wilcoxon WNon-parametric test statistics (rank-based)"Mann-Whitney U" / "Wilcoxon W"wilcox.testU = X or W = X

Probabilities and inference

SymbolNamePlain EnglishSPSS labelR outputAPA reporting
P(·)probabilityCapital P, a probability in general"Sig."p.valueUse p for the p-value specifically
pp-valueP(data this extreme | H₀ is true). NOT P(H₀ is true)."Sig." or "Sig. (2-tailed)"p.valuep = .043 (no leading zero); p < .001 for very small
H₀H-zero / null hypothesisThe "no effect" claim you start out assumingstated in test-specific dialogstated in documentationH0: μ = 0 (subscript zero)
H₁ or HaH-one / alternative hypothesisWhat you'd believe if you reject H₀H1: μ ≠ 0
CIconfidence intervalA range that, under repeated sampling, contains the true parameter X% of the time"Confidence Interval"conf.int95% CI [1.2, 3.4] — square brackets, no equals sign
1 − βpowerProbability of correctly rejecting a false H₀"Power"pwr package output"power = 0.80" or in a sample-size calculation

Effect sizes

SymbolNamePlain EnglishSPSS labelR outputAPA reporting
dCohen's dStandardised mean difference: (x̄₁ − x̄₂) / spooled. 0.2 small, 0.5 medium, 0.8 large.available via dialog "Effect size"effsize::cohen.dd = 0.53
VCramer's Vχ² effect size, 0-1. Uses χ²/(N·df*) where df* = min(r−1, c−1)."Cramer's V"vcd::assocstatsCramer's V = .17
φphiSame as Cramer's V for 2×2 tables; √(χ²/N)"Phi"vcd::assocstatsφ = .21
η²eta-squaredProportion of variance explained in ANOVA (like R² for a factor)"Eta Squared"effectsize::eta_squaredη² = .14
R-squaredProportion of variance in Y explained by the regression model"R Square"summary(lm)$r.squared = .57

Epidemiology measures

SymbolNamePlain EnglishSPSS labelR outputAPA / AMA reporting
ORodds ratioRatio of odds in exposed to odds in unexposed; 1 = no effect"Odds Ratio"epitools::oddsratioOR = 2.1 (95% CI [1.4, 3.3])
RRrelative risk / risk ratioRatio of risk in exposed to risk in unexposed; 1 = no effect"Risk Ratio"epitools::riskratioRR = 1.8 (95% CI [1.2, 2.7])
NNTnumber needed to treat1 / |risk difference| — how many to treat to prevent one eventderived via crosstabsEpi::NNTNNT = 25
PPV / NPVpositive / negative predictive valueP(disease | test+); P(no disease | test−)diagnostic test dialogepiR::epi.testsPPV 0.82, NPV 0.96
LR+, LR−likelihood ratiosChange in odds of disease given test result; prevalence-independent"Likelihood Ratio"epiR::epi.testsLR+ = 12, LR− = 0.08
senssensitivityP(test+ | disease). Property of the test, not the population."Sensitivity"epiR::epi.testsSensitivity 89%
specspecificityP(test− | no disease)"Specificity"epiR::epi.testsSpecificity 97%

A few translation traps

"p" is overloaded. Lowercase p can mean the p-value OR a sample proportion. Read the surrounding sentence, or the unit: a proportion is 0-1 and always has the same interpretation; a p-value is 0-1 but interpreted as "how surprising is the data under H0."

"M" vs "x̄". APA style uses M and SD in-line (italicised Roman). Most textbooks use and s. Both mean the same thing; match the convention of your venue.

"Beta" is also overloaded. In regression, β is a coefficient (what you estimate). In power analysis, β is the Type II error rate (what you don't want). SPSS's "Beta" column in regression output means the standardised regression coefficient, not the raw one — that's in the "B" column. Three uses of beta in one screen is entirely normal.

"Sig." in SPSS. SPSS displays "Sig." in output tables — this is the two-tailed p-value by default. Always check whether the test is one- or two-tailed before reporting.

"95% CI" assumes two-tailed. A 95% CI corresponds to α = .05 two-tailed. If your hypothesis is directional, the one-sided 95% upper bound is a different (and typically wider) calculation.