Class: RoundStatistics¶
Statistics for a screening round
```mermaid classDiagram class RoundStatistics click RoundStatistics href "../RoundStatistics/" RoundStatistics : average_time_per_record
RoundStatistics : conflicts_count
RoundStatistics : conflicts_resolved
RoundStatistics : exclusion_rate
RoundStatistics : inclusion_rate
RoundStatistics : inter_rater_agreement
RoundStatistics --> "0..1" AgreementMetrics : inter_rater_agreement
click AgreementMetrics href "../AgreementMetrics/"
RoundStatistics : records_excluded
RoundStatistics : records_included
RoundStatistics : records_uncertain
RoundStatistics : total_records_screened
RoundStatistics : total_screening_time
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| total_records_screened | 1 Integer |
Total number of records screened | direct |
| records_included | 1 Integer |
Number of records included | direct |
| records_excluded | 1 Integer |
Number of records excluded | direct |
| records_uncertain | 0..1 Integer |
Number of uncertain decisions | direct |
| inclusion_rate | 0..1 Float |
Rate of inclusion (0-1) | direct |
| exclusion_rate | 0..1 Float |
Rate of exclusion (0-1) | direct |
| average_time_per_record | 0..1 Float |
Average time per record in seconds | direct |
| total_screening_time | 0..1 Float |
Total screening time in hours | direct |
| inter_rater_agreement | 0..1 AgreementMetrics |
Agreement metrics between raters | direct |
| conflicts_count | 0..1 Integer |
Number of conflicts | direct |
| conflicts_resolved | 0..1 Integer |
Number of conflicts resolved | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| ScreeningRound | round_statistics | range | RoundStatistics |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:RoundStatistics |
| native | revaise:RoundStatistics |
LinkML Source¶
Direct¶
name: RoundStatistics
description: Statistics for a screening round
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slots:
- total_records_screened
- records_included
- records_excluded
- records_uncertain
- inclusion_rate
- exclusion_rate
- average_time_per_record
- total_screening_time
- inter_rater_agreement
- conflicts_count
- conflicts_resolved
slot_usage:
base_total_items:
name: base_total_items
description: Total number of records to screen
range: integer
required: true
total_records_screened:
name: total_records_screened
description: Total number of records screened
range: integer
required: true
records_included:
name: records_included
description: Number of records included
range: integer
required: true
records_excluded:
name: records_excluded
description: Number of records excluded
range: integer
required: true
records_uncertain:
name: records_uncertain
description: Number of uncertain decisions
range: integer
inclusion_rate:
name: inclusion_rate
description: Rate of inclusion (0-1)
range: float
exclusion_rate:
name: exclusion_rate
description: Rate of exclusion (0-1)
range: float
average_time_per_record:
name: average_time_per_record
description: Average time per record in seconds
range: float
total_screening_time:
name: total_screening_time
description: Total screening time in hours
range: float
inter_rater_agreement:
name: inter_rater_agreement
description: Agreement metrics between raters
range: AgreementMetrics
conflicts_count:
name: conflicts_count
description: Number of conflicts
range: integer
conflicts_resolved:
name: conflicts_resolved
description: Number of conflicts resolved
range: integer
Induced¶
name: RoundStatistics
description: Statistics for a screening round
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
slot_usage:
base_total_items:
name: base_total_items
description: Total number of records to screen
range: integer
required: true
total_records_screened:
name: total_records_screened
description: Total number of records screened
range: integer
required: true
records_included:
name: records_included
description: Number of records included
range: integer
required: true
records_excluded:
name: records_excluded
description: Number of records excluded
range: integer
required: true
records_uncertain:
name: records_uncertain
description: Number of uncertain decisions
range: integer
inclusion_rate:
name: inclusion_rate
description: Rate of inclusion (0-1)
range: float
exclusion_rate:
name: exclusion_rate
description: Rate of exclusion (0-1)
range: float
average_time_per_record:
name: average_time_per_record
description: Average time per record in seconds
range: float
total_screening_time:
name: total_screening_time
description: Total screening time in hours
range: float
inter_rater_agreement:
name: inter_rater_agreement
description: Agreement metrics between raters
range: AgreementMetrics
conflicts_count:
name: conflicts_count
description: Number of conflicts
range: integer
conflicts_resolved:
name: conflicts_resolved
description: Number of conflicts resolved
range: integer
attributes:
total_records_screened:
name: total_records_screened
description: Total number of records screened
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: total_records_screened
owner: RoundStatistics
domain_of:
- RoundStatistics
range: integer
required: true
records_included:
name: records_included
description: Number of records included
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: records_included
owner: RoundStatistics
domain_of:
- RoundStatistics
range: integer
required: true
records_excluded:
name: records_excluded
description: Number of records excluded
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: records_excluded
owner: RoundStatistics
domain_of:
- RoundStatistics
range: integer
required: true
records_uncertain:
name: records_uncertain
description: Number of uncertain decisions
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: records_uncertain
owner: RoundStatistics
domain_of:
- RoundStatistics
range: integer
inclusion_rate:
name: inclusion_rate
description: Rate of inclusion (0-1)
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: inclusion_rate
owner: RoundStatistics
domain_of:
- RoundStatistics
range: float
exclusion_rate:
name: exclusion_rate
description: Rate of exclusion (0-1)
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: exclusion_rate
owner: RoundStatistics
domain_of:
- RoundStatistics
range: float
average_time_per_record:
name: average_time_per_record
description: Average time per record in seconds
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: average_time_per_record
owner: RoundStatistics
domain_of:
- RoundStatistics
range: float
total_screening_time:
name: total_screening_time
description: Total screening time in hours
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: total_screening_time
owner: RoundStatistics
domain_of:
- RoundStatistics
range: float
inter_rater_agreement:
name: inter_rater_agreement
description: Agreement metrics between raters
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: inter_rater_agreement
owner: RoundStatistics
domain_of:
- RoundStatistics
range: AgreementMetrics
conflicts_count:
name: conflicts_count
description: Number of conflicts
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: conflicts_count
owner: RoundStatistics
domain_of:
- RoundStatistics
range: integer
conflicts_resolved:
name: conflicts_resolved
description: Number of conflicts resolved
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
alias: conflicts_resolved
owner: RoundStatistics
domain_of:
- RoundStatistics
range: integer