bfi_reversal: Big-5 Item reversals

View source: R/bfi2-funcs.R

bfi_reversalR Documentation

Big-5 Item reversals

Description

Big-5 Item reversals

Usage

bfi_reversal(data, ...)

Arguments

data

Data with big-5 columns

...

Column selection to reverse

Value

data.frame with specified columns reversed

Examples

data <- dplyr::tibble(
 col_01 = c(1:5, 3, 5, 4),
 col_02 = c(1:5, 3, 5, 4)
)
bfi_reversal(data, col_01)

LCBC-UiO/Questionnaires documentation built on July 18, 2023, 6:45 p.m.