|
statcpp
C++17 Header-Only Statistics Library
|
Structure storing individual pairwise comparison result in post-hoc tests. More...
#include <anova.hpp>
Public Attributes | |
| std::size_t | group1 |
| Index of group 1. | |
| std::size_t | group2 |
| Index of group 2. | |
| double | mean_diff |
| Difference in means. | |
| double | se |
| Standard error. | |
| double | statistic |
| Test statistic. | |
| double | p_value |
| p-value | |
| double | lower |
| Confidence interval lower bound. | |
| double | upper |
| Confidence interval upper bound. | |
| bool | significant |
| Whether significant. | |
Structure storing individual pairwise comparison result in post-hoc tests.
Holds statistics and decision results for a post-hoc comparison between two groups.
| std::size_t statcpp::posthoc_comparison::group1 |
| std::size_t statcpp::posthoc_comparison::group2 |
| double statcpp::posthoc_comparison::lower |
| double statcpp::posthoc_comparison::mean_diff |
| bool statcpp::posthoc_comparison::significant |
| double statcpp::posthoc_comparison::statistic |
| double statcpp::posthoc_comparison::upper |