Skip to content

Class: SynthesisStatistics

Statistics about the synthesis process

URI: revaise:SynthesisStatistics

```mermaid classDiagram class SynthesisStatistics click SynthesisStatistics href "../SynthesisStatistics/" StageStatistics <|-- SynthesisStatistics click StageStatistics href "../StageStatistics/"

  SynthesisStatistics : base_completed_date

  SynthesisStatistics : base_completion_rate

  SynthesisStatistics : base_items_completed

  SynthesisStatistics : base_participant_workloads





    SynthesisStatistics --> "*" ParticipantWorkload : base_participant_workloads
    click ParticipantWorkload href "../ParticipantWorkload/"



  SynthesisStatistics : base_started_date

  SynthesisStatistics : base_stats_id

  SynthesisStatistics : base_stats_notes

  SynthesisStatistics : base_total_hours

  SynthesisStatistics : base_total_items

  SynthesisStatistics : meta_analyses_count

  SynthesisStatistics : narrative_syntheses_count

  SynthesisStatistics : sensitivity_analyses_count

  SynthesisStatistics : subgroup_analyses_count

  SynthesisStatistics : total_outcomes_analyzed

  SynthesisStatistics : total_participants

  SynthesisStatistics : total_studies_synthesized

```

Inheritance

Slots

Name Cardinality and Range Description Inheritance
total_studies_synthesized 1
Integer
Total number of studies synthesized direct
total_participants 0..1
Integer
Total participants across all studies direct
total_outcomes_analyzed 0..1
Integer
Number of outcomes analyzed direct
narrative_syntheses_count 0..1
Integer
Number of narrative syntheses performed direct
meta_analyses_count 0..1
Integer
Number of meta-analyses performed direct
subgroup_analyses_count 0..1
Integer
Number of subgroup analyses direct
sensitivity_analyses_count 0..1
Integer
Number of sensitivity analyses direct
base_stats_id 1
String
Unique identifier for stage statistics StageStatistics
base_started_date 0..1
Date
Date the stage started StageStatistics
base_completed_date 0..1
Date
Date the stage completed StageStatistics
base_total_items 1
Integer
Total number of studies to synthesize StageStatistics
base_items_completed 0..1
Integer
Number of items completed StageStatistics
base_completion_rate 0..1
Float
Proportion of items completed StageStatistics
base_total_hours 0..1
Float
Total hours spent on this stage StageStatistics
base_participant_workloads *
ParticipantWorkload
Workload distribution among participants StageStatistics
base_stats_notes 0..1
String
Additional notes about stage statistics StageStatistics

Usages

used by used in type used
SynthesisStage synthesis_statistics range SynthesisStatistics

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SynthesisStatistics
description: Statistics about the synthesis process
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
is_a: StageStatistics
slots:
- total_studies_synthesized
- total_participants
- total_outcomes_analyzed
- narrative_syntheses_count
- meta_analyses_count
- subgroup_analyses_count
- sensitivity_analyses_count
slot_usage:
  base_total_items:
    name: base_total_items
    description: Total number of studies to synthesize
    range: integer
    required: true
  total_studies_synthesized:
    name: total_studies_synthesized
    description: Total number of studies synthesized
    range: integer
    required: true
  total_participants:
    name: total_participants
    description: Total participants across all studies
    range: integer
  total_outcomes_analyzed:
    name: total_outcomes_analyzed
    description: Number of outcomes analyzed
    range: integer
  narrative_syntheses_count:
    name: narrative_syntheses_count
    description: Number of narrative syntheses performed
    range: integer
  meta_analyses_count:
    name: meta_analyses_count
    description: Number of meta-analyses performed
    range: integer
  subgroup_analyses_count:
    name: subgroup_analyses_count
    description: Number of subgroup analyses
    range: integer
  sensitivity_analyses_count:
    name: sensitivity_analyses_count
    description: Number of sensitivity analyses
    range: integer

Induced

name: SynthesisStatistics
description: Statistics about the synthesis process
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
is_a: StageStatistics
slot_usage:
  base_total_items:
    name: base_total_items
    description: Total number of studies to synthesize
    range: integer
    required: true
  total_studies_synthesized:
    name: total_studies_synthesized
    description: Total number of studies synthesized
    range: integer
    required: true
  total_participants:
    name: total_participants
    description: Total participants across all studies
    range: integer
  total_outcomes_analyzed:
    name: total_outcomes_analyzed
    description: Number of outcomes analyzed
    range: integer
  narrative_syntheses_count:
    name: narrative_syntheses_count
    description: Number of narrative syntheses performed
    range: integer
  meta_analyses_count:
    name: meta_analyses_count
    description: Number of meta-analyses performed
    range: integer
  subgroup_analyses_count:
    name: subgroup_analyses_count
    description: Number of subgroup analyses
    range: integer
  sensitivity_analyses_count:
    name: sensitivity_analyses_count
    description: Number of sensitivity analyses
    range: integer
attributes:
  total_studies_synthesized:
    name: total_studies_synthesized
    description: Total number of studies synthesized
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - SynthesisStatistics
    range: integer
    required: true
  total_participants:
    name: total_participants
    description: Total participants across all studies
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - SynthesisStatistics
    range: integer
  total_outcomes_analyzed:
    name: total_outcomes_analyzed
    description: Number of outcomes analyzed
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - SynthesisStatistics
    range: integer
  narrative_syntheses_count:
    name: narrative_syntheses_count
    description: Number of narrative syntheses performed
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - SynthesisStatistics
    range: integer
  meta_analyses_count:
    name: meta_analyses_count
    description: Number of meta-analyses performed
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - SynthesisStatistics
    range: integer
  subgroup_analyses_count:
    name: subgroup_analyses_count
    description: Number of subgroup analyses
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - SynthesisStatistics
    range: integer
  sensitivity_analyses_count:
    name: sensitivity_analyses_count
    description: Number of sensitivity analyses
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - SynthesisStatistics
    range: integer
  base_stats_id:
    name: base_stats_id
    description: Unique identifier for stage statistics
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    identifier: true
    owner: SynthesisStatistics
    domain_of:
    - StageStatistics
    range: string
    required: true
  base_started_date:
    name: base_started_date
    description: Date the stage started
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - StageStatistics
    range: date
  base_completed_date:
    name: base_completed_date
    description: Date the stage completed
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - StageStatistics
    range: date
  base_total_items:
    name: base_total_items
    description: Total number of studies to synthesize
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - StageStatistics
    range: integer
    required: true
  base_items_completed:
    name: base_items_completed
    description: Number of items completed
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - StageStatistics
    range: integer
  base_completion_rate:
    name: base_completion_rate
    description: Proportion of items completed
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - StageStatistics
    range: float
    minimum_value: 0.0
    maximum_value: 1.0
  base_total_hours:
    name: base_total_hours
    description: Total hours spent on this stage
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - StageStatistics
    range: float
  base_participant_workloads:
    name: base_participant_workloads
    description: Workload distribution among participants
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - StageStatistics
    range: ParticipantWorkload
    multivalued: true
  base_stats_notes:
    name: base_stats_notes
    description: Additional notes about stage statistics
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/synthesis
    rank: 1000
    owner: SynthesisStatistics
    domain_of:
    - StageStatistics
    range: string