| orm_ass | R Documentation |
orm_ass() computes an Abstract Sufficiency Score (0-5) for each
record, measuring how much preventively useful information the abstract
contains for an occupational health practitioner.
The score is cumulative and hierarchical - a record cannot reach level N without satisfying all previous levels:
0 Non-informative abstract for OHS purposes
1 Mentions a hazard or risk, but no occupational context
2 Mentions occupational/workplace context
3 Mentions exposure measurement or quantification
4 Mentions exposure in workers with some result
5 Mentions exposure, worker population, method AND control/prevention
orm_ass(
mx,
text_col = "abstract",
lang = getOption("orisma.lang", "en"),
verbose = getOption("orisma.verbose", TRUE)
)
mx |
An |
text_col |
Character. Text field to score. Default |
lang |
Character. |
verbose |
Logical. |
The orisma_matrix object with added columns:
ass_score (0-5), ass_label (descriptive label),
ass_level_reached (highest level passed).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.