Calculator for mean, median, and mode in statistics. Use this calculator to get the mean, median, mode, range, and the average for any data set.
- Download the ZIP file of this repository.
- Upload the /mean-median-mode-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Mean, Median, Mode Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_mean_median_mode_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_mean_median_mode_calculator(); ?>
to your template where you would like the Mean, Median, Mode Calculator to appear.