sus_score | R Documentation |
sus_score
calcultes SUS scores given responses arranded
in a data.frame or matrix.
sus_score(x)
x |
A vector of SUS responses for a single record/observation. the response to a different SUS question. |
Returns a vector of SUS scores.
sus_score_df
, sus_to_percentile
,
sus_suaro
, gg_sus
sus_score(x = rep(c(1,5), times = 5))
sus_score(x = rep(c(5,1), times = 5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.