Power Analysis in Marketing: A Hands-On Introduction
towardsdatascience.com·15h
Flag this post

Show code

library(tibble)
library(ggplot2)
library(dplyr)
library(tidyr)
library(latex2exp)
library(scales)
library(knitr)

Over the past few years working in marketing measurement, I’ve noticed that power analysis is one of the most poorly understood testing and measurement topics. Sometimes it’s misunderstood and sometimes it’s not applied whatsoever despite its foundational role in test design. This article and the series that follow are my attempts to alleviate this.

In this segment, I will cover:

  • What is statistical power?
  • How do we compute it?
  • What can influence power?

Power analysis is a statistical topic and as a consequence, there will be math and statistics (crazy right?) but I will try to tie those technical details back to real world problems or basi…

Similar Posts

Loading similar posts...