Skip to content

Enum: BiasDirection

Assessed direction of bias

URI: revaise:BiasDirection

Permissible Values

Value Meaning Description
FAVORS_INTERVENTION None Bias is expected to favor the intervention or exposure
FAVORS_COMPARATOR None Bias is expected to favor the comparator
TOWARD_NULL None Bias is expected to move the estimate toward the null
AWAY_FROM_NULL None Bias is expected to move the estimate away from the null
UNPREDICTABLE None Direction of bias is unpredictable
NOT_ASSESSED None Direction of bias was not assessed

Slots

Name Description
rob_direction Assessed direction of bias if evaluated
rob_domain_direction Assessed direction of bias for this domain if evaluated
rob_direction Assessed direction of bias if evaluated

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: BiasDirection
description: Assessed direction of bias
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/extraction
rank: 1000
permissible_values:
  FAVORS_INTERVENTION:
    text: FAVORS_INTERVENTION
    description: Bias is expected to favor the intervention or exposure
  FAVORS_COMPARATOR:
    text: FAVORS_COMPARATOR
    description: Bias is expected to favor the comparator
  TOWARD_NULL:
    text: TOWARD_NULL
    description: Bias is expected to move the estimate toward the null
  AWAY_FROM_NULL:
    text: AWAY_FROM_NULL
    description: Bias is expected to move the estimate away from the null
  UNPREDICTABLE:
    text: UNPREDICTABLE
    description: Direction of bias is unpredictable
  NOT_ASSESSED:
    text: NOT_ASSESSED
    description: Direction of bias was not assessed