Skip to content

Slot: fisher_exact_odds_ratio

Description: The Fisher Exact Test is used to determine whether there is a non-random association between two categorical variables in a 2×2 contingency table, especially when sample sizes are small. The odds ratio (OR) quantifies the strength of that association. OR = 1 implies No association OR > 1 implies Positive association (Group A more likely to have Outcome 1) OR < 1 implies Negative association (Group A less likely to have Outcome 1)

Domain: Association
Range: Float

Inheritance

Applicable Classes

Name Description Modifies Slot
IceesStudyResult A study result that represents a result, from a supporting Study, which is specifically associated with an Integrated Clinical and Environmental Exposures Service (ICEES) knowledge assertion. no

Example values

Slot Name Value
fisher_exact_odds_ratio 3.226188583240579

LinkML Source

name: fisher exact odds ratio
description: "The Fisher Exact Test is used to determine whether there is a non-random\
  \ association between two categorical variables in a 2×2 contingency table, especially\
  \ when sample sizes are small. The odds ratio (OR) quantifies the strength of that\
  \ association.\n   OR = 1 implies No association\n   OR > 1 implies Positive association\
  \ (Group A more likely to have Outcome 1)\n   OR < 1 implies Negative association\
  \ (Group A less likely to have Outcome 1)"
examples:
- value: '3.226188583240579'
from_schema: https://w3id.org/biolink/biolink-model
is_a: association slot
domain: association
alias: fisher_exact_odds_ratio
domain_of:
- icees study result
range: float