Slot: effect_type
Description: Specifies the statistical metric or method used to compute the numeric value in the companion 'effect size' slot. This disambiguates the effect size value, which is otherwise uninterpretable without knowing the metric (e.g. Cohen's d vs. odds ratio vs. Pearson's r).
Notes: This slot should only be populated when 'effect size' is also populated. Enforced via a class rule on `association`.
Notes: This slot should only be populated when 'effect size' is also populated. Enforced via a class rule on `association`.
Domain: Association
Range: EffectTypeEnum
Inheritance
- association_slot
- effect_type
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| Association | A typed association between two entities, supported by evidence | no |
Example values
| Slot Name | Value |
|---|---|
| effect_type | cohens_d |
| effect_type | odds_ratio |
| effect_type | pearsons_r |
LinkML Source
name: effect type
description: Specifies the statistical metric or method used to compute the numeric
value in the companion 'effect size' slot. This disambiguates the effect size value,
which is otherwise uninterpretable without knowing the metric (e.g. Cohen's d vs.
odds ratio vs. Pearson's r).
notes:
- This slot should only be populated when 'effect size' is also populated. Enforced
via a class rule on `association`.
examples:
- value: cohens_d
- value: odds_ratio
- value: pearsons_r
from_schema: https://w3id.org/biolink/vocab/
is_a: association slot
domain: association
alias: effect_type
domain_of:
- association
range: EffectTypeEnum