Skip to content

Enum: SignificanceLevel

URI: SignificanceLevel

Permissible Values

Value Meaning Description
HighlySignificant None P value less than 0
Significant None P value less than 0
MarginallySignificant None P value less than 0
NotSignificant None P value greater than or equal to 0
Unknown None Specifies that the significance level is unknown as the information is not pr...

Identifier and Mapping Information

Schema Source

  • from schema: https://identifiers.org/brain-bican/assertion-evidence-schema

LinkML Source

name: SignificanceLevel
from_schema: https://identifiers.org/brain-bican/assertion-evidence-schema
rank: 1000
permissible_values:
  HighlySignificant:
    text: HighlySignificant
    description: P value less than 0.01
  Significant:
    text: Significant
    description: P value less than 0.05
  MarginallySignificant:
    text: MarginallySignificant
    description: P value less than 0.10
  NotSignificant:
    text: NotSignificant
    description: P value greater than or equal to 0.10
  Unknown:
    text: Unknown
    description: Specifies that the significance level is unknown as the information
      is not present in the study.