Skip to content

sam::EggersTestEstimator::ResultType

More...

#include <MetaAnalysis.h>

Public Functions

Name
std::vector< std::string > Columns()

Public Attributes

Name
float slope
The slope of the fitted line.
float se
The standard error of the slope.
float tstat
The t-statistic of the test.
float pval
The p-value of the test.
bool sig
The significance of the test.
float df
The degree-of-freedom of the test.

Detailed Description

struct sam::EggersTestEstimator::ResultType;

Egger's Test Output

Public Functions Documentation

function Columns

static inline std::vector< std::string > Columns()

Public Attributes Documentation

variable slope

float slope;

The slope of the fitted line.

variable se

float se;

The standard error of the slope.

variable tstat

float tstat;

The t-statistic of the test.

variable pval

float pval;

The p-value of the test.

variable sig

bool sig;

The significance of the test.

variable df

float df;

The degree-of-freedom of the test.


Updated on 29 June 2021 at 16:13:47 CEST


Last update: 2021-09-18