Descriptive statistics are measures that summarize important features of data, often with a single number. Producing descriptive statistics is a common first step to ...
x1 <- as.matrix(sample(x, 32)) #obtain random subject order and store it as a matrix write.csv(x1, file = "random sample.csv") #export to csv file for easy copying, file will appear in your working ...