Skip to content

Class: ScreeningStatistics

Overall statistics for the screening stage

URI: revaise:ScreeningStatistics

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

  ScreeningStatistics : base_completed_date

  ScreeningStatistics : base_completion_rate

  ScreeningStatistics : base_items_completed

  ScreeningStatistics : base_participant_workloads





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



  ScreeningStatistics : base_started_date

  ScreeningStatistics : base_stats_id

  ScreeningStatistics : base_stats_notes

  ScreeningStatistics : base_total_hours

  ScreeningStatistics : base_total_items

  ScreeningStatistics : cost_estimate

  ScreeningStatistics : final_included_count

  ScreeningStatistics : fulltext_excluded

  ScreeningStatistics : initial_records_count

  ScreeningStatistics : overall_exclusion_rate

  ScreeningStatistics : overall_inclusion_rate

  ScreeningStatistics : post_dedup_count

  ScreeningStatistics : screening_total_time_hours

  ScreeningStatistics : title_abstract_excluded

  ScreeningStatistics : total_reviewer_hours

```

Inheritance

Slots

Name Cardinality and Range Description Inheritance
initial_records_count 1
Integer
Initial number of records direct
post_dedup_count 0..1
Integer
Records after deduplication direct
title_abstract_excluded 0..1
Integer
Records excluded at title/abstract direct
fulltext_excluded 0..1
Integer
Records excluded at full-text direct
final_included_count 1
Integer
Final number of included records direct
overall_inclusion_rate 0..1
Float
Overall inclusion rate (0-1) direct
overall_exclusion_rate 0..1
Float
Overall exclusion rate (0-1) direct
screening_total_time_hours 0..1
Float
Total time spent in hours direct
total_reviewer_hours 0..1
Float
Total reviewer hours direct
cost_estimate 0..1
Float
Estimated cost of screening 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 items to process in this stage 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
ScreeningStage overall_statistics range ScreeningStatistics

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ScreeningStatistics
description: Overall statistics for the screening stage
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
is_a: StageStatistics
slots:
- initial_records_count
- post_dedup_count
- title_abstract_excluded
- fulltext_excluded
- final_included_count
- overall_inclusion_rate
- overall_exclusion_rate
- screening_total_time_hours
- total_reviewer_hours
- cost_estimate
slot_usage:
  initial_records_count:
    name: initial_records_count
    description: Initial number of records
    range: integer
    required: true
  post_dedup_count:
    name: post_dedup_count
    description: Records after deduplication
    range: integer
  title_abstract_excluded:
    name: title_abstract_excluded
    description: Records excluded at title/abstract
    range: integer
  fulltext_excluded:
    name: fulltext_excluded
    description: Records excluded at full-text
    range: integer
  final_included_count:
    name: final_included_count
    description: Final number of included records
    range: integer
    required: true
  overall_inclusion_rate:
    name: overall_inclusion_rate
    description: Overall inclusion rate (0-1)
    range: float
  overall_exclusion_rate:
    name: overall_exclusion_rate
    description: Overall exclusion rate (0-1)
    range: float
  screening_total_time_hours:
    name: screening_total_time_hours
    description: Total time spent in hours
    range: float
  total_reviewer_hours:
    name: total_reviewer_hours
    description: Total reviewer hours
    range: float
  cost_estimate:
    name: cost_estimate
    description: Estimated cost of screening
    range: float

Induced

name: ScreeningStatistics
description: Overall statistics for the screening stage
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
is_a: StageStatistics
slot_usage:
  initial_records_count:
    name: initial_records_count
    description: Initial number of records
    range: integer
    required: true
  post_dedup_count:
    name: post_dedup_count
    description: Records after deduplication
    range: integer
  title_abstract_excluded:
    name: title_abstract_excluded
    description: Records excluded at title/abstract
    range: integer
  fulltext_excluded:
    name: fulltext_excluded
    description: Records excluded at full-text
    range: integer
  final_included_count:
    name: final_included_count
    description: Final number of included records
    range: integer
    required: true
  overall_inclusion_rate:
    name: overall_inclusion_rate
    description: Overall inclusion rate (0-1)
    range: float
  overall_exclusion_rate:
    name: overall_exclusion_rate
    description: Overall exclusion rate (0-1)
    range: float
  screening_total_time_hours:
    name: screening_total_time_hours
    description: Total time spent in hours
    range: float
  total_reviewer_hours:
    name: total_reviewer_hours
    description: Total reviewer hours
    range: float
  cost_estimate:
    name: cost_estimate
    description: Estimated cost of screening
    range: float
attributes:
  initial_records_count:
    name: initial_records_count
    description: Initial number of records
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ScreeningStatistics
    domain_of:
    - ScreeningStatistics
    range: integer
    required: true
  post_dedup_count:
    name: post_dedup_count
    description: Records after deduplication
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ScreeningStatistics
    domain_of:
    - ScreeningStatistics
    range: integer
  title_abstract_excluded:
    name: title_abstract_excluded
    description: Records excluded at title/abstract
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ScreeningStatistics
    domain_of:
    - ScreeningStatistics
    range: integer
  fulltext_excluded:
    name: fulltext_excluded
    description: Records excluded at full-text
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ScreeningStatistics
    domain_of:
    - ScreeningStatistics
    range: integer
  final_included_count:
    name: final_included_count
    description: Final number of included records
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ScreeningStatistics
    domain_of:
    - ScreeningStatistics
    range: integer
    required: true
  overall_inclusion_rate:
    name: overall_inclusion_rate
    description: Overall inclusion rate (0-1)
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ScreeningStatistics
    domain_of:
    - ScreeningStatistics
    range: float
  overall_exclusion_rate:
    name: overall_exclusion_rate
    description: Overall exclusion rate (0-1)
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ScreeningStatistics
    domain_of:
    - ScreeningStatistics
    range: float
  screening_total_time_hours:
    name: screening_total_time_hours
    description: Total time spent in hours
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ScreeningStatistics
    domain_of:
    - ScreeningStatistics
    range: float
  total_reviewer_hours:
    name: total_reviewer_hours
    description: Total reviewer hours
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ScreeningStatistics
    domain_of:
    - ScreeningStatistics
    range: float
  cost_estimate:
    name: cost_estimate
    description: Estimated cost of screening
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ScreeningStatistics
    domain_of:
    - ScreeningStatistics
    range: float
  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/screening
    rank: 1000
    identifier: true
    owner: ScreeningStatistics
    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/screening
    rank: 1000
    owner: ScreeningStatistics
    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/screening
    rank: 1000
    owner: ScreeningStatistics
    domain_of:
    - StageStatistics
    range: date
  base_total_items:
    name: base_total_items
    description: Total number of items to process in this stage
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema/stages/screening
    rank: 1000
    owner: ScreeningStatistics
    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/screening
    rank: 1000
    owner: ScreeningStatistics
    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/screening
    rank: 1000
    owner: ScreeningStatistics
    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/screening
    rank: 1000
    owner: ScreeningStatistics
    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/screening
    rank: 1000
    owner: ScreeningStatistics
    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/screening
    rank: 1000
    owner: ScreeningStatistics
    domain_of:
    - StageStatistics
    range: string