This sample size calculator enables you to calculate the minimum sample size and the margin of error. Learn about sample size, the margin of error, & confidence interval.
- Download the ZIP file of this repository.
- Upload the /sample-size-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Sample Size Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_sample_size_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_sample_size_calculator(); ?>
to your template where you would like the Sample Size Calculator to appear.