| orm_priority | R Documentation |
orm_priority() assigns a priority level to each detected risk category
using three criteria combined into a single priority score:
Frequency (RCS): how saturated is this category in the literature
Disconnection (WRDI): how far is the research from real worker data
Evidence volume: number of records
Categories whose RCS exceeds context_rcs_threshold are flagged as
context categories (the dominant topic of the corpus, not a risk per se)
and are reported separately rather than mixed with risk categories.
Priority levels for non-context categories:
RED: WRDI >= wrdi_high AND RCS >= 1. Over-studied technically but no worker data. Urgent preventive gap.
AMBER: Moderate evidence OR partial worker data.
GREEN: WRDI < wrdi_low. Good worker data connection.
GREY: n_records < min_records. Insufficient evidence.
orm_priority(
result,
min_records = 2L,
wrdi_high = 0.7,
wrdi_low = 0.3,
context_rcs_threshold = 15,
lang = getOption("orisma.lang", "en")
)
result |
An |
min_records |
Integer. Min records for evaluation. Default |
wrdi_high |
Numeric. WRDI threshold for high disconnection. Default |
wrdi_low |
Numeric. WRDI threshold for low disconnection. Default |
context_rcs_threshold |
Numeric. RCS above which a category is
considered a context category (dominant topic) rather than a risk.
Default |
lang |
Character. |
A list with two data frames: $risks (priority-classified risk
categories) and $context (dominant topic categories).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.