powered by
Compute various descriptive statistics of x, such as mean, median, skewness, and kurtosis, etc.
data_outline(x)
A data.frame with variables:
The length.
The mean.
The variance.
Standard deviation.
The median.
The standard error of the sample mean.
The coefficient of variation.
The corrected sum of squares.
The uncorrected sum of squares.
The extreme difference.
The half extreme difference, or the difference of upper quartile and lower quartile.
The coefficient of skewness.
The coefficient of kurtosis.
1.
A numeric vector.
Ying-Ying Zhang (Robert) robertzhangyying@qq.com
Zhang, Y. Y., Wei, Y. (2013), One and two samples using only an R funtion, tools:::Rd_expr_doi("10.2991/asshm-13.2013.29").
x=rnorm(10, mean = 1, sd = 0.2); x data_outline(x)
Run the code above in your browser using DataLab