Description Usage Arguments Examples
Rescale 3-level categorical variables
"A good thing", "Neither good nor bad" and "A bad thing".
This is a wrapper function around the the rescale_categories function.
| 1 2 3 | 
| column | A column from a survey data frame where level of being acceptable is recorded with only three levels. | 
| from | Defaults to  | 
| to | Defaults to  | 
| na_labels | Defaults to  | 
| underscore | Defaults to  | 
| exact_from | Deafults to  | 
| return_class | Default is  | 
| 1 2 3 | rescale_good_bad_3 (column = c(
 "A good thing", "Neither good nor bad", "A bad thing","NA", "DK")
 )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.