Enum: MetaAnalysisModel¶
Type of meta-analysis model
URI: revaise:MetaAnalysisModel
Permissible Values¶
| Value | Meaning | Description |
|---|---|---|
| FIXED_EFFECT | None | Fixed effect model |
| RANDOM_EFFECTS | None | Random effects model |
| FIXED_EFFECTS_PLURAL | None | Fixed effects (plural) model |
| BAYESIAN_FIXED | None | Bayesian fixed effect |
| BAYESIAN_RANDOM | None | Bayesian random effects |
| QUALITY_EFFECTS | None | Quality effects model |
Slots¶
| Name | Description |
|---|---|
| model_type | Model type |
| model_type | Type of model used (fixed/random effects) |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
LinkML Source¶
name: MetaAnalysisModel
description: Type of meta-analysis model
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
rank: 1000
permissible_values:
FIXED_EFFECT:
text: FIXED_EFFECT
description: Fixed effect model
RANDOM_EFFECTS:
text: RANDOM_EFFECTS
description: Random effects model
FIXED_EFFECTS_PLURAL:
text: FIXED_EFFECTS_PLURAL
description: Fixed effects (plural) model
BAYESIAN_FIXED:
text: BAYESIAN_FIXED
description: Bayesian fixed effect
BAYESIAN_RANDOM:
text: BAYESIAN_RANDOM
description: Bayesian random effects
QUALITY_EFFECTS:
text: QUALITY_EFFECTS
description: Quality effects model