Skip to content

A React app for determining the sample size needed (per variation) for different types of A/B tests

License

Notifications You must be signed in to change notification settings

c-abbott/sample-size-calculator

Repository files navigation

Sample Size Calculator

Introduction

Sample Size Calculator is an open-source web application designed to determine the necessary sample size for statistical experiments. It supports both binary and continuous data analyses, making it a versatile tool for a wide range of scientific and business applications.

Features

  • Binary Sample Size Calculator: Calculate the sample size needed for experiments with binary outcomes (e.g., Success/Failure, Click/No Click).
  • Continuous Sample Size Calculator: Determine the required sample size for continuous data experiments (e.g., Average Time Spent, Revenue per User).

Getting Started

Prerequisites

  • Node.js
  • npm or yarn

Installation and Development Setup

  1. Fork the repository and create your branch from main.
  2. Navigate to the project directory:
    cd sample-size-calculator
  3. Install dependencies:
    npm install
    or
    yarn install
  4. Run the application locally:
    npm start
    or
    yarn start

Contributing

We welcome contributions to the Sample Size Calculator project. Please read our CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

About

A React app for determining the sample size needed (per variation) for different types of A/B tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published