Skip to content

sam::TrimAndFill::Parameters

Parameters of the TrimAndFill. #include <MetaAnalysis.h>

Public Functions

Name
NLOHMANN_DEFINE_TYPE_INTRUSIVE(TrimAndFill::Parameters , name , side , estimator , alpha )

Public Attributes

Name
std::string name
std::string side
Indicates the side of the funnel plot where missing values should be imputed.
std::string estimator
The symmetry estimator.
float alpha
The ɑ of the test.

Public Functions Documentation

function NLOHMANN_DEFINE_TYPE_INTRUSIVE

NLOHMANN_DEFINE_TYPE_INTRUSIVE(
    TrimAndFill::Parameters ,
    name ,
    side ,
    estimator ,
    alpha 
)

Public Attributes Documentation

variable name

std::string name {"TrimAndFill"};

variable side

std::string side {"auto"};

Indicates the side of the funnel plot where missing values should be imputed.

variable estimator

std::string estimator {"R0"};

The symmetry estimator.

variable alpha

float alpha {0.10};

The ɑ of the test.


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


Last update: 2021-09-18