SyntaxFix
Write A Post
Hire A Developer
Questions
Late to the party, but recently found another way to get the summary statistics.
library(psych) describe(data)
Will output: mean, min, max, standard deviation, n, standard error, kurtosis, skewness, median, and range for each variable.