sus_to_percentile: Converts a System Usability Scale score to a corresponding...

View source: R/sus_to_percentile.R

sus_to_percentileR Documentation

Converts a System Usability Scale score to a corresponding percentile rank

Description

sus_to_percentile converts a valid SUS score (0:100), into the corresponding percentile rank (0.00:1.00).

Usage

sus_to_percentile(x)

Arguments

x

A valid SUS score ranging within the range 0:100.

Value

Returns a data.frame of x- (SUS scores), and y-values (percentiles).

See Also

gg_sus, sus_suaro

Examples

sus_to_percentile(c(68, 90))

jjw3952/mcotear documentation built on Sept. 2, 2023, 10:30 a.m.