sam::EggersTestEstimator::Parameters¶
Module: Parameters of Meta Anlaysis Methods
Parameters of the EggersTestEstimator. More...
#include <MetaAnalysis.h>
Public Functions¶
Name | |
---|---|
NLOHMANN_DEFINE_TYPE_INTRUSIVE(EggersTestEstimator::Parameters , name , alpha ) |
Public Attributes¶
Name | |
---|---|
std::string | name |
float | alpha The ɑ of the test. |
Detailed Description¶
struct sam::EggersTestEstimator::Parameters;
Parameters of the EggersTestEstimator.
While Egger's test is often performed with ɑ = 0.1, it's possible to change the ɑ using the alpha parameter.
Public Functions Documentation¶
function NLOHMANN_DEFINE_TYPE_INTRUSIVE¶
NLOHMANN_DEFINE_TYPE_INTRUSIVE(
EggersTestEstimator::Parameters ,
name ,
alpha
)
Public Attributes Documentation¶
variable name¶
std::string name {"EggersTestEstimator"};
variable alpha¶
float alpha {0.10};
The ɑ of the test.
Updated on 29 June 2021 at 16:13:48 CEST
Last update: 2021-09-18