View source: R/scoring_primitives.R
| result_to_score | R Documentation |
Converts canonical result labels to numeric scores.
result_to_score(result)
result |
Character vector of canonical result values
( |
Numeric vector: pass=1, warn=0.5, fail=0, na=NA.
result_to_score(c("pass", "fail", "warn", "na"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.