Statistical Results Table

How to access the statistical results table for a figure, what it contains, and how to download it as a CSV.

When a statistical test is run on a figure, Licklider generates a statistical results table alongside the figure. The table presents the test results in a structured format that can be reviewed in the Inspector and downloaded as a CSV.


Where to find it

The statistical results table appears in the Table tab of the figure Inspector. The tab contains up to three sections depending on what was generated for the figure:

  • Baseline Characteristics — when a group column is present
  • Statistical Results — when a supported statistical test was run
  • Pairwise Comparisons — when post hoc comparisons are available

If no table content was generated for a figure, the Table tab does not appear.


What it contains

The contents depend on the statistical test used.

t-test (Welch, Student, paired)

One row per comparison. Columns include the two group names, sample sizes, means, t-statistic, p-value, effect size, effect size type, and 95% confidence interval bounds.

Mann-Whitney U / Wilcoxon signed-rank

One row per comparison. Columns include the two group names, sample sizes, test statistic, p-value, effect size, and effect size type.

One-way ANOVA

One omnibus row showing the between-groups degrees of freedom, within-groups degrees of freedom, F-statistic, p-value, and eta-squared. A column indicates whether post hoc comparisons are available (see Pairwise Comparison Summary Table).

Linear regression

One row per coefficient. Columns include the predictor name, estimate, standard error, t-statistic, p-value, and 95% confidence interval.

Logistic regression

One row per coefficient. Columns include the predictor name, coefficient, odds ratio, standard error, z-statistic, p-value, and 95% confidence interval.

Cox proportional hazards

One row per covariate. Columns include the covariate name, hazard ratio, standard error, z-statistic, p-value, and 95% confidence interval.


What is not currently available

The following test types do not yet produce a statistical results table:

  • Kruskal-Wallis and Friedman tests
  • Chi-square and Fisher's exact test
  • Non-linear regression
  • Kaplan-Meier log-rank test

For figures using these tests, the Statistical Results section will indicate that results are not available for this figure type.


Downloading as CSV

A download button in the Statistical Results section allows the table to be saved as a CSV file. The file name includes the figure title to distinguish it from other downloaded tables.


What this page does not cover