Description Usage Arguments Value
Classifies existing values into two new categories or groups
1 | dichotomize(x, cutoff, group0 = 0, group1 = 1)
|
x |
variable to be dichotomized |
cutoff |
value used to split groups; <= cutoff |
group0 |
value assigned to members of first group; default = 0 |
group1 |
value assigned to members of second group; default = 1 |
binary vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.