The quartile calculator helps to find the first(Q1), second(Q2), and third(Q3) quartiles, interquartile range, minimum and maximum values, and range of a data set.
- Download the ZIP file of this repository.
- Upload the /quartile-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Quartile Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_quartile_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_quartile_calculator(); ?>
to your template where you would like the Quartile Calculator to appear.