powered by
Calculating the descriptive statistics of a data frame and exporting in a data frame. The report data frame contains: number of observations, maximum value, minimum value, mean, median, mode, variance, standard deviation, skewness and kurtosis.
ds.summ(x,n)
:a data frame
:number of decimal points rounded
# NOT RUN { ds.summ(mtcars,3) # }
Run the code above in your browser using DataLab