nowa punktacja
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
# Przygotowanie danych do analiz projektu moralnosci
|
||||
#
|
||||
library(dplyr)
|
||||
setwd("~/Documents/Uczelnie/Dydaktyczne/Empiryczna/UAM 26/moralnosc")
|
||||
|
||||
# Skrypt:
|
||||
# 1. czyta surowe dane ankietowe,
|
||||
# 2. czyta wyniki eksperymentu karcianego,
|
||||
@@ -325,7 +327,7 @@ score_ipsatywne_fundamenty <- function(dane,
|
||||
|
||||
|
||||
|
||||
profil_fundamentow <- score_ipsatywne_fundamenty(matched, negative_weight = 0.5) |>
|
||||
profil_fundamentow <- score_ipsatywne_fundamenty(matched, negative_weight = 1) |>
|
||||
left_join(matched, by = c("id" = "kod_uczestnika_clean"))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user