NeuroNomixer logoNeuroNomixer
  • Home
  • Blog
  • Visual Guides
  • Authors
  • Contact
Sign InSign Up
NeuroNomixer logo
HomeBlogAuthorsContactPrivacy Policy

© 2026 NeuroNomixer — Built with Next.js & Tailwind CSS

Visual Guides/Statistics/t-Tests & Proportion Tests
Statistics  |  Unit 8: Comparing Groups

t-Tests & Proportion Tests: Comparing Two Groups

Determine whether two groups differ significantly. Work through four real-world scenarios (one-sample, independent, paired, and proportion tests) with interactive data, assumption checks, and visual results.

Progress: 0/5 tasks completed

Sign in to save progress

One-Sample run
Independent run
Paired run
Assumption checked
Proportion run

Scenario

Factory Output Quality Control

A factory targets 500 units/hour. We sampled 30 hours of production. Is the true mean significantly different from the target?

H₀ (Null)

μ = 500

H₁ (Alternative)

μ ≠ 500

Target mean (μ₀)500

Factory data (n=30, x̄=504.33)

ObsUnits/hr
1498
2512
3505
4497
5508
6515
7502
8493
9510
10506
…and 20 more observations

Assumption Check

Normality check: factory output data

Click "Run Assumption Check" to verify normality before running the test.

Formula

t = (x̄ − μ₀) / (s / √n)

degrees of freedom = n − 1 = 29

Quick Reference: When to Use Which Test

One-Sample t

Compare one group's mean to a known/target value

e.g. Is avg output = 500?

Independent t

Compare means of two separate, unrelated groups

e.g. Campaign A vs. B?

Paired t

Same subjects measured twice (before/after)

e.g. Training effect?

Proportion z

Compare two proportions (binary outcomes)

e.g. Conversion rate A vs. B?

← Multiple Testing & False DiscoveryANOVA: Comparing Many Groups →