between_percentage: Calculate the portion of scores that are between a given set...

Description Usage Arguments Value Examples

Description

Calculate the portion of scores that are between a given set of percentage scores

Usage

1
between_percentage(result, low, high, inclusive = TRUE)

Arguments

result

The result object

low

The 'pass' score, i.e. the minimum score for the desired range

high

The maximum score for the desired range

inclusive

Logical value, whether scores equal to the low and high score should be included

Value

A percentage score showing the percentage of scores than were between the two provided scores

Examples

1
2
between_percentage(result1,0.4,0.8)
between_percentage(result1,0.5,0.7,FALSE)

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