I really need your help to complete an analysis.
I have the following tables (data frames):
df1<-data.frame(c(0,1,1,0),c(1,0,0,1),c(1,1,0,0))
colnames(df1)<-c("0","0.5","1")
df2<-data.frame(c(1,1,1,0),c(0,1,0,0))
colnames(df2)<-c("...
asked by
26.12.2017 / 19:03