Description Usage Arguments Details Value Author(s) Examples
Recodes item responses as specified by original and modified
1 | recode(vec, original, modified)
|
vec |
a vector of item responses to be recoded |
original |
original item response categories, e.g., c(0,1,2,3) |
modified |
modified item response categories, e.g., c(1,2,3,4) |
vec, original, and modified must be of the same mode. original and modified must be of the same length.
Returns a vector of the same length and mode as vec with recoded values.
Seung W. Choi <choi.phd@gmail.com>
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.