View source: R/sim.questionnaire.R
| adjust_total_score_bounds | R Documentation | 
Adjusts provided total min/max to be within mathematically possible bounds for a questionnaire.
adjust_total_score_bounds(total_min, total_max, n_items, likert, q_name = NULL)
total_min | 
 User-specified minimum total score.  | 
total_max | 
 User-specified maximum total score.  | 
n_items | 
 Number of items in the questionnaire.  | 
likert | 
 Vector of possible Likert scale values.  | 
q_name | 
 (Optional) Name of the questionnaire for warnings.  | 
A list containing the adjusted total_min and total_max.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.