below_percentage: Calculate the portion of scores that are lower than a given...

Description Usage Arguments Value Examples

Description

Calculate the portion of scores that are lower than a given percentage score

Usage

1
below_percentage(result, below, inclusive = TRUE)

Arguments

result

The result object

below

The maximum score for the desired range

inclusive

Logical value, whether scores equal to the maximum score should be included

Value

A percentage score showing the percentage of scores than were lower than the pass score

Examples

1
2
below_percentage(result1,0.8)
below_percentage(result1,0.7,FALSE)

DanNashSoton/GuessR documentation built on May 28, 2019, 1:34 a.m.