Hello, consider two data frames:
df = the number of students who answered items A, B, C, D and E of a 6-question test
ITENS <-c("A","B","C","D","E")
Q.1 <-c(10,20,10,40,10)
Q.2 <-c(5,25,0,50,10)
Q.3 <-c(15,20,5,40,10)
Q.4 &...
asked by
10.05.2018 / 16:01