ds.summ {YRmisc} | R Documentation |
Descriptive statistics of a data frame
Description
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.
Usage
ds.summ(x,n)
Arguments
x |
:a data frame |
n |
:number of decimal points rounded |
Examples
ds.summ(mtcars,3)
[Package YRmisc version 0.1.6 Index]