Skip to content

Class: RobStatistics

Summary statistics for the risk-of-bias assessment stage.

URI: revaise:RobStatistics

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

  RobStatistics : base_completed_date

  RobStatistics : base_completion_rate

  RobStatistics : base_items_completed

  RobStatistics : base_participant_workloads





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



  RobStatistics : base_started_date

  RobStatistics : base_stats_id

  RobStatistics : base_stats_notes

  RobStatistics : base_total_hours

  RobStatistics : base_total_items

  RobStatistics : high_risk_count

  RobStatistics : low_risk_count

  RobStatistics : some_concerns_count

  RobStatistics : studies_assessed_count

```

Inheritance

Slots

Name Cardinality and Range Description Inheritance
studies_assessed_count 0..1
Integer
Total number of studies assessed for risk of bias direct
high_risk_count 0..1
Integer
Number of studies judged at high risk of bias direct
some_concerns_count 0..1
Integer
Number of studies judged as raising some concerns direct
low_risk_count 0..1
Integer
Number of studies judged at low risk of bias 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
RiskOfBiasAssessmentStage rob_statistics range RobStatistics

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: RobStatistics
description: Summary statistics for the risk-of-bias assessment stage.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
is_a: StageStatistics
slots:
- studies_assessed_count
- high_risk_count
- some_concerns_count
- low_risk_count

Induced

name: RobStatistics
description: Summary statistics for the risk-of-bias assessment stage.
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
is_a: StageStatistics
attributes:
  studies_assessed_count:
    name: studies_assessed_count
    description: Total number of studies assessed for risk of bias
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: RobStatistics
    domain_of:
    - RobStatistics
    range: integer
    minimum_value: 0
  high_risk_count:
    name: high_risk_count
    description: Number of studies judged at high risk of bias
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: RobStatistics
    domain_of:
    - RobStatistics
    range: integer
    minimum_value: 0
  some_concerns_count:
    name: some_concerns_count
    description: Number of studies judged as raising some concerns
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: RobStatistics
    domain_of:
    - RobStatistics
    range: integer
    minimum_value: 0
  low_risk_count:
    name: low_risk_count
    description: Number of studies judged at low risk of bias
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    owner: RobStatistics
    domain_of:
    - RobStatistics
    range: integer
    minimum_value: 0
  base_stats_id:
    name: base_stats_id
    description: Unique identifier for stage statistics
    from_schema: https://open-and-sustainable.github.io/revaise-model/schema
    rank: 1000
    identifier: true
    owner: RobStatistics
    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
    rank: 1000
    owner: RobStatistics
    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
    rank: 1000
    owner: RobStatistics
    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
    rank: 1000
    owner: RobStatistics
    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
    rank: 1000
    owner: RobStatistics
    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
    rank: 1000
    owner: RobStatistics
    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
    rank: 1000
    owner: RobStatistics
    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
    rank: 1000
    owner: RobStatistics
    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
    rank: 1000
    owner: RobStatistics
    domain_of:
    - StageStatistics
    range: string