/impressionEstimator

A tool for predicting the amount of impressions needed for statistical significance

Primary LanguageRMIT LicenseMIT

impressionEstimator

Hi! You were probably directed here because you need to estimate the amount of impressions you need to run your A/B or MVT test.

Good news! You can do this in 3 simple steps. Feel free to ignore the steps if you're familiar with R:

If you're on a Mac, copy the following commands into R:

  setwd("~/Downloads")
  source("impressionEstimator.R")

If you're on Windows, copy the following commands into R:

  setwd("C:/Users/Public")
  source("impressionEstimator.R")

Please reach out the Data Science team with any questions.