Skip to content

Instantly share code, notes, and snippets.

@eustin
Created May 15, 2023 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eustin/df9a28dc9bce5e0b212c1f3dbbff342e to your computer and use it in GitHub Desktop.
Save eustin/df9a28dc9bce5e0b212c1f3dbbff342e to your computer and use it in GitHub Desktop.
stat_sig_random_3.py
control_conversion_rate = control_users.mean()
print(f"control conversion rate: {control_conversion_rate:.1%}")
#> control conversion rate: 50.0%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment