//pragmatic leaders

Statistical Significance

Reading time
6 min
Section
Data-Based Decision Making
6 min left0%
statistical significance0%
6 min left
Hypothesis testing is the use of statistics to determine the probability that a given hypothesis is true.
Talvinder Singh, from a Pragmatic Leaders session on data-driven decision making

You observe that new users take a long time to understand your product after signing up. You hypothesize that an intro video will reduce this time. You launch the video and compare how quickly users engage with your product before and after. The question is: how do you know if the video really made a difference, or if what you see is just random variation?

This is where statistical significance enters your toolkit. It helps you move beyond gut feeling and qualitative assessment to make data-driven calls with quantified confidence. Without it, you risk chasing false positives or overlooking real improvements.

The product manager’s journey to statistical thinking

Imagine you have data from two groups: users who saw the intro video and users who did not. You measure the average time it takes each group to complete their first meaningful action in the product.

Your initial approach might be to look at the averages and decide if the difference is large enough to celebrate. But what if the difference is small? What if it’s due to random chance?

Statistical techniques offer a formal process to answer this question. The core idea is hypothesis testing:

  • The Null Hypothesis (H₀): The intro video has no effect; the average times are the same.
  • The Alternative Hypothesis (H₁): The intro video reduces the average time.

You calculate a p-value, which quantifies how likely you are to observe the data assuming the null hypothesis is true. A low p-value means the data is unlikely under H₀, so you reject it in favor of H₁.

Here is the uncomfortable reality: statistical significance does not guarantee the hypothesis is true, only that it is likely given the data. There is always uncertainty. But this uncertainty is now quantified and controlled through a rigorous process.

// thread: #product-analytics — Discussing intro video experiment
Rahul (PM)The average time to first action dropped from 120s to 95s after the video rollout.
Neha (Data Scientist)What’s the p-value for that difference?
Rahul (PM)It’s 0.04, so below the 0.05 threshold.
Neha (Data Scientist)Great. That means the reduction is statistically significant at 95% confidence.
Rahul (PM)So we can be reasonably confident the video caused the improvement?
Neha (Data Scientist)Yes, but remember it’s still a probability, not absolute certainty.

Why p-values matter in product decisions

The p-value acts as a guardrail against overinterpreting noise in your data. Without it, you might:

  • Celebrate changes that are actually random fluctuations.
  • Invest resources in features that don’t truly move the needle.
  • Miss opportunities by dismissing small but real effects.

By setting a significance threshold (commonly 0.05), you control the probability of a false positive — claiming an effect exists when it does not.

However, this threshold is a convention, not a law. In some contexts, you might choose stricter or looser cutoffs depending on the stakes.

The limitations and practicalities

Let me be direct about this: you are not expected to run statistical tests yourself or memorize formulas. Your role is to understand what the p-value means and to ask the right questions when presented with experiment results.

Here is the pattern I have seen:

  • Product managers often rely on qualitative judgment or raw averages.
  • Data scientists provide p-values and confidence intervals.
  • PMs who understand these concepts can hold better conversations, challenge assumptions, and make informed trade-offs.

The trap is to treat the p-value as a magic number that proves your idea is right. Instead, see it as a tool that quantifies uncertainty so you can make smarter decisions.

Real-world example: intro video experiment at an Indian SaaS startup

A mid-stage SaaS startup in Bangalore noticed new users struggled to onboard quickly. The product team hypothesized that adding an intro video explaining key features would help.

They ran an A/B test: half the new signups saw the video, half did not. After two weeks, the data showed:

  • Average time to first key action without video: 140 seconds
  • Average time with video: 110 seconds
  • Calculated p-value: 0.03

The PM presented these results to leadership. The p-value below 0.05 indicated statistical significance, so they confidently rolled out the video to all users.

However, the PM also knew the effect size mattered. A 30-second reduction was meaningful given the product context. The team continued measuring downstream metrics like retention to confirm lasting impact.

How hypothesis testing maps to the product manager’s workflow

StepProduct Manager ActionStatistical Equivalent
Observe a problemNew users take too long to startCollect baseline data
Formulate a hypothesisIntro video will reduce timeNull and alternative hypotheses
Take actionBuild and launch video featureRun experiment (A/B test)
Measure impactCompare average timesCalculate p-value and confidence intervals
Decide next stepsRoll out or iterateAccept or reject null hypothesis

This is what week one looks like for data-informed PMs. The difference is that statistical significance adds rigor to your judgment.

Field exercise: Hypothesis testing in your product

// exercise: · 15 min
Apply hypothesis testing to an experiment
  1. Identify a recent or upcoming feature or change in your product with measurable impact.
  2. Define the metric you will use to measure impact (e.g., time to first action, conversion rate).
  3. Formulate the null hypothesis (no effect) and the alternative hypothesis (expected effect).
  4. Gather or request experiment data comparing control and treatment groups.
  5. If you have access to statistical tools or analysts, obtain the p-value for the difference.
  6. Interpret the p-value: is it below your significance threshold (commonly 0.05)?
  7. Decide whether to accept or reject the null hypothesis based on the p-value.
  8. Write down your decision and reasoning.

If you do not have direct access to data or analysts, simulate this process with hypothetical numbers to build intuition.

Meeting scene: Discussing statistical significance in a product review

// scene:

Weekly product analytics review at a fintech startup in Mumbai

Anjali (PM): “We saw a 7% lift in conversion after adding the new onboarding flow.”

Karthik (Data Scientist): “The p-value is 0.12, so the lift is not statistically significant.”

Anjali (PM): “So we can’t be sure the change caused the lift?”

Karthik (Data Scientist): “Correct. It could be due to random chance.”

Meera (Engineering Lead): “Should we roll it back then?”

Anjali (PM): “Not yet. Let’s run the test longer to get more data and see if the effect stabilizes.”

This conversation shows the balance between statistical rigor and practical decision-making.

// tension:

Balancing data confidence with product momentum

Common mistakes with statistical significance

MistakeExplanationIndian Context Example
Ignoring sample sizeSmall samples yield unreliable p-valuesA startup with 50 users tests a feature and overclaims impact
Misinterpreting p-valueThinking p-value is probability the hypothesis is trueConfusing p=0.03 as 97% chance the video reduced time
Overemphasizing significanceFocusing on p-value, ignoring effect size and business impactLaunching a feature that moves metric by 0.1% but costs ₹10 lakhs/month
Multiple testing without correctionRunning many tests inflates false positivesAn Indian edtech company running 20 A/B tests and chasing spurious wins

From the field: Talvinder on embracing statistical thinking

Judgment exercise

// learn the judgment

You are PM at a Series A SaaS startup in Bangalore. Your team launched a new onboarding tutorial. After two weeks, you see a 10% increase in user activation in the treatment group. The data scientist reports a p-value of 0.07. The CEO asks if you should roll out the tutorial to all users.

The call: How do you advise the CEO based on the p-value and observed effect size?

Your reasoning:

// practice

You are PM at a Series A SaaS startup in Bangalore. Your team launched a new onboarding tutorial. After two weeks, you see a 10% increase in user activation in the treatment group. The data scientist reports a p-value of 0.07. The CEO asks if you should roll out the tutorial to all users.

Your task: How do you advise the CEO based on the p-value and observed effect size?

your reasoning:

0 chars (min 80)

Where to go next