I am trying to score my scale,
key.list <- list(FinansalBilgi=c(25:34),
Finansalihtiyat=c(37:40,42,43,44,45),
borclanmaTutumu=c(35,36,41,46))
keys <- make.keys(23,key.list,item.labels = colnames(data)[24:46])
key.list is ok but when I run the function it "Error in
[<-(
tmp, abs(list.i), i, value = sign(list.i)) :
subscript out of bounds" error
what should I do ? please help