From 993e12671f9f54046fb612f6d81d45b6b83ff8dd Mon Sep 17 00:00:00 2001 From: Yo Lulkin Date: Fri, 4 Aug 2023 01:25:31 +0200 Subject: [PATCH] Fix typo in convenience --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3677894..72b8291 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Python library for AB test analysis. Why use Spotify Confidence? ----------------- -Spotify Confidence provides convinience wrappers around statsmodel's various functions for computing p-values and confidence intervalls. +Spotify Confidence provides convenience wrappers around statsmodel's various functions for computing p-values and confidence intervalls. With Spotify Confidence it's easy to compute several p-values and confidence bounds in one go, e.g. one for each country or for each date. Each function comes in two versions: - one that return a pandas dataframe,