Description Usage Arguments Value Examples
Calculate the portion of scores that are higher than a given percentage score
1 | pass_percentage(result, pass, inclusive = TRUE)
|
result |
The result object |
pass |
The 'pass' score, i.e. the minimum score for the desired range |
inclusive |
Logical value, whether scores equal to the pass score should be included |
A percentage score showing the percentage of scores than were greater than the pass score
1 2 | pass_percentage(result1,0.4)
pass_percentage(result1,0.5,FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.