powered by
person.stat(obj, columns)
fsdata
read.formscanner
person.stat
data(exam1) pst <- person.stat(obj = exam1, col = 2:31) head(pst) summary(pst$score) hist(pst$score, main = "Histogram of Scores", xlab = "")
Run the code above in your browser using DataLab