View source: R/sim.questionnaire.R
round_and_bound_scores | R Documentation |
Rounds scores to integers and constrains them within specified min and max bounds.
round_and_bound_scores(scores, min_val, max_val)
scores |
A numeric vector of scores. |
min_val |
Minimum allowable score. |
max_val |
Maximum allowable score. |
A numeric vector of rounded and bounded scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.