statcpp
C++17 Header-Only Statistics Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
statcpp::posthoc_comparison Struct Reference

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.
 

Detailed Description

Structure storing individual pairwise comparison result in post-hoc tests.

Holds statistics and decision results for a post-hoc comparison between two groups.

Definition at line 84 of file anova.hpp.

Member Data Documentation

◆ group1

std::size_t statcpp::posthoc_comparison::group1

Index of group 1.

Definition at line 85 of file anova.hpp.

◆ group2

std::size_t statcpp::posthoc_comparison::group2

Index of group 2.

Definition at line 86 of file anova.hpp.

◆ lower

double statcpp::posthoc_comparison::lower

Confidence interval lower bound.

Definition at line 91 of file anova.hpp.

◆ mean_diff

double statcpp::posthoc_comparison::mean_diff

Difference in means.

Definition at line 87 of file anova.hpp.

◆ p_value

double statcpp::posthoc_comparison::p_value

p-value

Definition at line 90 of file anova.hpp.

◆ se

double statcpp::posthoc_comparison::se

Standard error.

Definition at line 88 of file anova.hpp.

◆ significant

bool statcpp::posthoc_comparison::significant

Whether significant.

Definition at line 93 of file anova.hpp.

◆ statistic

double statcpp::posthoc_comparison::statistic

Test statistic.

Definition at line 89 of file anova.hpp.

◆ upper

double statcpp::posthoc_comparison::upper

Confidence interval upper bound.

Definition at line 92 of file anova.hpp.


The documentation for this struct was generated from the following file: