Skip to content

sam::RandomEffectEstimator::Parameters

Module: Parameters of Meta Anlaysis Methods

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

Public Functions

Name
NLOHMANN_DEFINE_TYPE_INTRUSIVE(RandomEffectEstimator::Parameters , name , estimator )

Public Attributes

Name
std::string name
std::string estimator
The random effect estimator.

Public Functions Documentation

function NLOHMANN_DEFINE_TYPE_INTRUSIVE

NLOHMANN_DEFINE_TYPE_INTRUSIVE(
    RandomEffectEstimator::Parameters ,
    name ,
    estimator 
)

Public Attributes Documentation

variable name

std::string name {"RandomEffectEstimator"};

variable estimator

std::string estimator {"DL"};

The random effect estimator.


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


Last update: 2021-09-18