|
statcpp
C++17 Header-Only Statistics Library
|
Structure storing post-hoc comparison results. More...
#include <anova.hpp>
Public Attributes | |
| std::string | method |
| Method name. | |
| std::vector< posthoc_comparison > | comparisons |
| All comparisons. | |
| double | alpha |
| Significance level. | |
| double | mse |
| Mean square error. | |
| double | df_error |
| Error degrees of freedom. | |
Structure storing post-hoc comparison results.
Holds the method name, all comparison results, and parameters used in the post-hoc test.
| std::vector<posthoc_comparison> statcpp::posthoc_result::comparisons |
| double statcpp::posthoc_result::df_error |