Skip to content

Commit 00e1630

Browse files
committed
BFI updated df9
1 parent 2482e0e commit 00e1630

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

analysis/Study1.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,11 @@ df9 <- df9 |>
332332
) |>
333333
mutate(across(starts_with("BFI_"), \(x) datawizard::rescale(x, to = c(0, 1)))) |>
334334
mutate(
335-
Neuroticism = (BFI_1 + BFI_2 + BFI_3)/3,
336-
Agreeableness = (BFI_10R + BFI_11 + BFI_12)/3,
337-
Extraversion = (BFI_4 + BFI_5 + BFI_6)/3,
338-
Conscientiousness = (BFI_13 + BFI_14 + BFI_15R)/3,
339-
Openness = (BFI_7 + BFI_8 + BFI_9)/3)
335+
Neuroticism = (BFI_5 + BFI_10 + BFI_15)/3,
336+
Agreeableness = (BFI_3 + BFI_6 + BFI_13)/3,
337+
Extraversion = (BFI_2 + BFI_8 + BFI_12)/3,
338+
Conscientiousness = (BFI_1 + BFI_7 + BFI_11)/3,
339+
Openness = (BFI_4 + BFI_9 + BFI_14)/3)
340340
341341
```
342342

data/data.RData

9.87 KB
Binary file not shown.

0 commit comments

Comments
 (0)