Class: SensitivityAnalysis¶
Sensitivity analysis to test robustness of results
URI: revaise:SensitivityAnalysis
```mermaid classDiagram class SensitivityAnalysis click SensitivityAnalysis href "../SensitivityAnalysis/" SensitivityAnalysis : conclusion_changed
SensitivityAnalysis : effect_change_percentage
SensitivityAnalysis : original_effect
SensitivityAnalysis : parent_analysis_id
SensitivityAnalysis : sensitivity_description
SensitivityAnalysis : sensitivity_effect
SensitivityAnalysis : sensitivity_id
SensitivityAnalysis : sensitivity_notes
SensitivityAnalysis : sensitivity_type
SensitivityAnalysis --> "1" SensitivityType : sensitivity_type
click SensitivityType href "../SensitivityType/"
SensitivityAnalysis : studies_excluded
SensitivityAnalysis : studies_included
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| sensitivity_id | 1 String |
Unique identifier for this sensitivity analysis | direct |
| parent_analysis_id | 1 String |
ID of parent analysis | direct |
| sensitivity_type | 1 SensitivityType |
Type of sensitivity analysis | direct |
| sensitivity_description | 0..1 String |
Description of what was tested | direct |
| studies_excluded | * String |
Studies excluded in this analysis | direct |
| studies_included | * String |
Studies included in this analysis | direct |
| original_effect | 1 Float |
Original effect size | direct |
| sensitivity_effect | 1 Float |
Effect size after sensitivity analysis | direct |
| effect_change_percentage | 0..1 Float |
Percentage change in effect | direct |
| conclusion_changed | 0..1 Boolean |
Whether conclusions changed | direct |
| sensitivity_notes | 0..1 String |
Notes about the sensitivity analysis | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| SynthesisStage | sensitivity_analyses | range | SensitivityAnalysis |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:SensitivityAnalysis |
| native | revaise:SensitivityAnalysis |
LinkML Source¶
Direct¶
name: SensitivityAnalysis
description: Sensitivity analysis to test robustness of results
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slots:
- sensitivity_id
- parent_analysis_id
- sensitivity_type
- sensitivity_description
- studies_excluded
- studies_included
- original_effect
- sensitivity_effect
- effect_change_percentage
- conclusion_changed
- sensitivity_notes
slot_usage:
sensitivity_id:
name: sensitivity_id
description: Unique identifier for this sensitivity analysis
identifier: true
range: string
parent_analysis_id:
name: parent_analysis_id
description: ID of parent analysis
range: string
required: true
sensitivity_type:
name: sensitivity_type
description: Type of sensitivity analysis
range: SensitivityType
required: true
sensitivity_description:
name: sensitivity_description
description: Description of what was tested
range: string
studies_excluded:
name: studies_excluded
description: Studies excluded in this analysis
range: string
multivalued: true
studies_included:
name: studies_included
description: Studies included in this analysis
range: string
multivalued: true
original_effect:
name: original_effect
description: Original effect size
range: float
required: true
sensitivity_effect:
name: sensitivity_effect
description: Effect size after sensitivity analysis
range: float
required: true
effect_change_percentage:
name: effect_change_percentage
description: Percentage change in effect
range: float
conclusion_changed:
name: conclusion_changed
description: Whether conclusions changed
range: boolean
sensitivity_notes:
name: sensitivity_notes
description: Notes about the sensitivity analysis
range: string
Induced¶
name: SensitivityAnalysis
description: Sensitivity analysis to test robustness of results
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slot_usage:
sensitivity_id:
name: sensitivity_id
description: Unique identifier for this sensitivity analysis
identifier: true
range: string
parent_analysis_id:
name: parent_analysis_id
description: ID of parent analysis
range: string
required: true
sensitivity_type:
name: sensitivity_type
description: Type of sensitivity analysis
range: SensitivityType
required: true
sensitivity_description:
name: sensitivity_description
description: Description of what was tested
range: string
studies_excluded:
name: studies_excluded
description: Studies excluded in this analysis
range: string
multivalued: true
studies_included:
name: studies_included
description: Studies included in this analysis
range: string
multivalued: true
original_effect:
name: original_effect
description: Original effect size
range: float
required: true
sensitivity_effect:
name: sensitivity_effect
description: Effect size after sensitivity analysis
range: float
required: true
effect_change_percentage:
name: effect_change_percentage
description: Percentage change in effect
range: float
conclusion_changed:
name: conclusion_changed
description: Whether conclusions changed
range: boolean
sensitivity_notes:
name: sensitivity_notes
description: Notes about the sensitivity analysis
range: string
attributes:
sensitivity_id:
name: sensitivity_id
description: Unique identifier for this sensitivity analysis
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
identifier: true
owner: SensitivityAnalysis
domain_of:
- SensitivityAnalysis
range: string
required: true
parent_analysis_id:
name: parent_analysis_id
description: ID of parent analysis
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SensitivityAnalysis
domain_of:
- SubgroupAnalysis
- SensitivityAnalysis
range: string
required: true
sensitivity_type:
name: sensitivity_type
description: Type of sensitivity analysis
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SensitivityAnalysis
domain_of:
- SensitivityAnalysis
range: SensitivityType
required: true
sensitivity_description:
name: sensitivity_description
description: Description of what was tested
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SensitivityAnalysis
domain_of:
- SensitivityAnalysis
range: string
studies_excluded:
name: studies_excluded
description: Studies excluded in this analysis
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SensitivityAnalysis
domain_of:
- SensitivityAnalysis
range: string
multivalued: true
studies_included:
name: studies_included
description: Studies included in this analysis
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SensitivityAnalysis
domain_of:
- SensitivityAnalysis
range: string
multivalued: true
original_effect:
name: original_effect
description: Original effect size
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SensitivityAnalysis
domain_of:
- SensitivityAnalysis
range: float
required: true
sensitivity_effect:
name: sensitivity_effect
description: Effect size after sensitivity analysis
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SensitivityAnalysis
domain_of:
- SensitivityAnalysis
range: float
required: true
effect_change_percentage:
name: effect_change_percentage
description: Percentage change in effect
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SensitivityAnalysis
domain_of:
- SensitivityAnalysis
range: float
conclusion_changed:
name: conclusion_changed
description: Whether conclusions changed
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SensitivityAnalysis
domain_of:
- SensitivityAnalysis
range: boolean
sensitivity_notes:
name: sensitivity_notes
description: Notes about the sensitivity analysis
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
owner: SensitivityAnalysis
domain_of:
- SensitivityAnalysis
range: string