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.
- 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).
- Node.js
- npm or yarn
- Fork the repository and create your branch from
main
. - Navigate to the project directory:
cd sample-size-calculator
- Install dependencies:
or
npm install
yarn install
- Run the application locally:
or
npm start
yarn start
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.
This project is licensed under the MIT License - see the LICENSE.md file for details.