multi_rev | R Documentation |
Reverses relevant MFI subscores
multi_rev(d, var)
d |
data frame or tibble |
var |
numeric vector of indices of columns to reverse |
data.frame or tibble depending on input
# rep_len(sample(1:5),length.out = 100) |> matrix(ncol=10) |> multi_rev(2:4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.