Skip to content

Class: SubgroupResult

Result for a specific subgroup

URI: revaise:SubgroupResult

```mermaid classDiagram class SubgroupResult click SubgroupResult href "../SubgroupResult/" SubgroupResult : confidence_interval_lower

  SubgroupResult : confidence_interval_upper

  SubgroupResult : effect_size

  SubgroupResult : i_squared

  SubgroupResult : n_studies

  SubgroupResult : p_value

  SubgroupResult : subgroup_name

```

Slots

Name Cardinality and Range Description Inheritance
subgroup_name 1
String
Name of the subgroup direct
n_studies 1
Integer
Number of studies in this subgroup direct
effect_size 1
Float
Effect size for this subgroup direct
confidence_interval_lower 1
Float
Lower CI bound direct
confidence_interval_upper 1
Float
Upper CI bound direct
p_value 0..1
Float
P-value for this subgroup direct
i_squared 0..1
Float
I² for this subgroup direct

Usages

used by used in type used
SubgroupAnalysis subgroup_results range SubgroupResult

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema

Mappings

Mapping Type Mapped Value
self revaise:SubgroupResult
native revaise:SubgroupResult

LinkML Source

Direct

name: SubgroupResult
description: Result for a specific subgroup
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slots:
- subgroup_name
- n_studies
- effect_size
- confidence_interval_lower
- confidence_interval_upper
- p_value
- i_squared
slot_usage:
  subgroup_name:
    name: subgroup_name
    description: Name of the subgroup
    range: string
    required: true
  n_studies:
    name: n_studies
    description: Number of studies in this subgroup
    range: integer
    required: true
  effect_size:
    name: effect_size
    description: Effect size for this subgroup
    range: float
    required: true
  confidence_interval_lower:
    name: confidence_interval_lower
    description: Lower CI bound
    range: float
    required: true
  confidence_interval_upper:
    name: confidence_interval_upper
    description: Upper CI bound
    range: float
    required: true
  p_value:
    name: p_value
    description: P-value for this subgroup
    range: float
  i_squared:
    name: i_squared
    description: I² for this subgroup
    range: float

Induced

name: SubgroupResult
description: Result for a specific subgroup
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slot_usage:
  subgroup_name:
    name: subgroup_name
    description: Name of the subgroup
    range: string
    required: true
  n_studies:
    name: n_studies
    description: Number of studies in this subgroup
    range: integer
    required: true
  effect_size:
    name: effect_size
    description: Effect size for this subgroup
    range: float
    required: true
  confidence_interval_lower:
    name: confidence_interval_lower
    description: Lower CI bound
    range: float
    required: true
  confidence_interval_upper:
    name: confidence_interval_upper
    description: Upper CI bound
    range: float
    required: true
  p_value:
    name: p_value
    description: P-value for this subgroup
    range: float
  i_squared:
    name: i_squared
    description: I² for this subgroup
    range: float
attributes:
  subgroup_name:
    name: subgroup_name
    description: Name of the subgroup
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: SubgroupResult
    domain_of:
    - SubgroupResult
    range: string
    required: true
  n_studies:
    name: n_studies
    description: Number of studies in this subgroup
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: SubgroupResult
    domain_of:
    - SubgroupResult
    range: integer
    required: true
  effect_size:
    name: effect_size
    description: Effect size for this subgroup
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: SubgroupResult
    domain_of:
    - MetaAnalysis
    - SubgroupResult
    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: SubgroupResult
    domain_of:
    - MetaAnalysis
    - SubgroupResult
    - StatisticalTestResult
    range: float
    required: true
  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: SubgroupResult
    domain_of:
    - MetaAnalysis
    - SubgroupResult
    - StatisticalTestResult
    range: float
    required: true
  p_value:
    name: p_value
    description: P-value for this subgroup
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: SubgroupResult
    domain_of:
    - MetaAnalysis
    - SubgroupResult
    - StatisticalTestResult
    range: float
  i_squared:
    name: i_squared
    description: I² for this subgroup
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: SubgroupResult
    domain_of:
    - HeterogeneityStatistics
    - SubgroupResult
    range: float