Skip to content

Enum: SynthesisMethodType

Specific type of synthesis method

URI: revaise:SynthesisMethodType

Permissible Values

Value Meaning Description
PAIRWISE_META_ANALYSIS None Traditional pairwise meta-analysis
NETWORK_META_ANALYSIS None Network meta-analysis
INDIVIDUAL_PATIENT_DATA None Individual patient data meta-analysis
CUMULATIVE_META_ANALYSIS None Cumulative meta-analysis
META_REGRESSION None Meta-regression analysis
BAYESIAN_META_ANALYSIS None Bayesian meta-analysis
NARRATIVE_SUMMARY None Narrative summary
FRAMEWORK_SYNTHESIS None Framework synthesis
TEXTUAL_NARRATIVE None Textual narrative synthesis
TABULATION None Tabulation of results
GRAPHICAL_DISPLAY None Graphical display of results

Slots

Name Description
method_type Type of method
method_type Type of synthesis method

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema

LinkML Source

name: SynthesisMethodType
description: Specific type of synthesis method
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
permissible_values:
  PAIRWISE_META_ANALYSIS:
    text: PAIRWISE_META_ANALYSIS
    description: Traditional pairwise meta-analysis
  NETWORK_META_ANALYSIS:
    text: NETWORK_META_ANALYSIS
    description: Network meta-analysis
  INDIVIDUAL_PATIENT_DATA:
    text: INDIVIDUAL_PATIENT_DATA
    description: Individual patient data meta-analysis
  CUMULATIVE_META_ANALYSIS:
    text: CUMULATIVE_META_ANALYSIS
    description: Cumulative meta-analysis
  META_REGRESSION:
    text: META_REGRESSION
    description: Meta-regression analysis
  BAYESIAN_META_ANALYSIS:
    text: BAYESIAN_META_ANALYSIS
    description: Bayesian meta-analysis
  NARRATIVE_SUMMARY:
    text: NARRATIVE_SUMMARY
    description: Narrative summary
  FRAMEWORK_SYNTHESIS:
    text: FRAMEWORK_SYNTHESIS
    description: Framework synthesis
  TEXTUAL_NARRATIVE:
    text: TEXTUAL_NARRATIVE
    description: Textual narrative synthesis
  TABULATION:
    text: TABULATION
    description: Tabulation of results
  GRAPHICAL_DISPLAY:
    text: GRAPHICAL_DISPLAY
    description: Graphical display of results