bfi_reversal | R Documentation |
Big-5 Item reversals
bfi_reversal(data, ...)
data |
Data with big-5 columns |
... |
Column selection to reverse |
data.frame with specified columns reversed
data <- dplyr::tibble(
col_01 = c(1:5, 3, 5, 4),
col_02 = c(1:5, 3, 5, 4)
)
bfi_reversal(data, col_01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.