Correlation Analysis

Pearson and Spearman correlation on scatter and regression charts: Pearson default executed, Spearman advisory from residual Shapiro-Wilk, confidence intervals, effect-size benchmarks, Inspector fields, and limitations.

Correlation analysis measures the strength and direction of the linear relationship between two continuous variables. Licklider calculates both Pearson (parametric) and Spearman (non-parametric) correlations automatically when a scatter or regression chart includes a linear regression run.


Pearson and Spearman

Pearson correlation (r) measures the linear relationship between two variables. It assumes that both variables are approximately normally distributed.

Spearman correlation (ρ) measures the monotonic relationship between two variables using ranks. It does not assume normality and is appropriate when the data contains outliers or non-linear but monotonic trends.


How Licklider presents the primary correlation

Licklider runs both Pearson and Spearman on every eligible scatter or regression chart. Pearson is the default executed primary correlation — the one highlighted first in the Inspector and marked in the Statistical Results Table. Spearman is always computed and surfaced as an advisory comparison when residual normality checks flag concerns:

  • Residuals pass Shapiro-Wilk (advisory): Pearson remains primary
  • Residuals fail Shapiro-Wilk (advisory): Spearman is highlighted for review; Pearson executed result is unchanged unless you override

Both coefficients stay available regardless of advisory flags. Override the displayed primary correlation in Chat or Inspector when your analysis plan requires it.


Confidence intervals

Pearson confidence intervals are calculated using the Fisher z-transformation. Spearman confidence intervals use the same Fisher z-approximation, which is standard practice for moderate to large samples.


Effect size interpretation

Absolute r or rhoInterpretation
< 0.10Negligible
0.10 – 0.30Small
0.30 – 0.50Medium
≥ 0.50Large

These thresholds follow Cohen (1988). Hemphill (2003) provides empirical benchmarks from psychology suggesting that correlations above 0.20 represent meaningful effects in many applied contexts.


Reading the output

The Correlation panel in the Inspector reports:

FieldWhat it means
rPearson correlation coefficient
ρSpearman correlation coefficient
95% CIConfidence interval (Fisher z)
pp-value for the correlation test
nNumber of complete pairs
PrimaryWhich correlation is recommended

Current limitations

  • Correlation is only available alongside linear regression on scatter and regression charts
  • Partial correlation is not yet supported
  • Correlation matrices (all pairwise) are not yet available
  • Kendall's tau is not yet available