Skip to content

Slot: fisher_exact_p

Description: The Fisher exact p-value tells you the probability of observing a table as extreme as (or more extreme than) your actual data, assuming that the null hypothesis of independence is true. It's most commonly used for 2×2 contingency tables, especially when sample sizes are small or expected counts are low.

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_p 2.8581244515361156e-06

LinkML Source

name: fisher exact p
description: The Fisher exact p-value tells you the probability of observing a table
  as extreme as (or more extreme than) your actual data, assuming that the null hypothesis
  of independence is true. It's most commonly used for 2×2 contingency tables, especially
  when sample sizes are small or expected counts are low.
examples:
- value: '2.8581244515361156e-06'
from_schema: https://w3id.org/biolink/biolink-model
is_a: association slot
domain: association
alias: fisher_exact_p
domain_of:
- icees study result
range: float