This is my dataframe:
df<-as.data.frame(matrix(rexp(200, rate=.1), ncol=10))
colnames(df)<-c("one","two","three","four","five","six","seven","eight","nine","ten")
This is the index I will use as an example:
index<-c(1,2,3,4,5,6,7...
asked on
20.09.2018 / 00:00