Class: StatisticalTestResult¶
Result of a statistical test
URI: revaise:StatisticalTestResult
```mermaid classDiagram class StatisticalTestResult click StatisticalTestResult href "../StatisticalTestResult/" StatisticalTestResult : confidence_interval_lower
StatisticalTestResult : confidence_interval_upper
StatisticalTestResult : interpretation
StatisticalTestResult : p_value
StatisticalTestResult : test_statistic
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| test_statistic | 1 Float |
Test statistic value | direct |
| p_value | 1 Float |
P-value | direct |
| confidence_interval_lower | 0..1 Float |
Lower CI bound | direct |
| confidence_interval_upper | 0..1 Float |
Upper CI bound | direct |
| interpretation | 0..1 String |
Interpretation of the result | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| PublicationBiasAssessment | eggers_test_result | range | StatisticalTestResult |
| PublicationBiasAssessment | beggs_test_result | range | StatisticalTestResult |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:StatisticalTestResult |
| native | revaise:StatisticalTestResult |
LinkML Source¶
Direct¶
name: StatisticalTestResult
description: Result of a statistical test
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slots:
- test_statistic
- p_value
- confidence_interval_lower
- confidence_interval_upper
- interpretation
slot_usage:
test_statistic:
name: test_statistic
description: Test statistic value
range: float
required: true
p_value:
name: p_value
description: P-value
range: float
required: true
confidence_interval_lower:
name: confidence_interval_lower
description: Lower CI bound
range: float
confidence_interval_upper:
name: confidence_interval_upper
description: Upper CI bound
range: float
interpretation:
name: interpretation
description: Interpretation of the result
range: string
Induced¶
name: StatisticalTestResult
description: Result of a statistical test
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slot_usage:
test_statistic:
name: test_statistic
description: Test statistic value
range: float
required: true
p_value:
name: p_value
description: P-value
range: float
required: true
confidence_interval_lower:
name: confidence_interval_lower
description: Lower CI bound
range: float
confidence_interval_upper:
name: confidence_interval_upper
description: Upper CI bound
range: float
interpretation:
name: interpretation
description: Interpretation of the result
range: string
attributes:
test_statistic:
name: test_statistic
description: Test statistic value
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: StatisticalTestResult
domain_of:
- StatisticalTestResult
range: float
required: true
p_value:
name: p_value
description: P-value
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: StatisticalTestResult
domain_of:
- MetaAnalysis
- SubgroupResult
- StatisticalTestResult
range: float
required: true
confidence_interval_lower:
name: confidence_interval_lower
description: Lower CI bound
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: StatisticalTestResult
domain_of:
- MetaAnalysis
- SubgroupResult
- StatisticalTestResult
range: float
confidence_interval_upper:
name: confidence_interval_upper
description: Upper CI bound
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: StatisticalTestResult
domain_of:
- MetaAnalysis
- SubgroupResult
- StatisticalTestResult
range: float
interpretation:
name: interpretation
description: Interpretation of the result
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: StatisticalTestResult
domain_of:
- StatisticalTestResult
range: string