Description Usage Arguments Details Value See Also Examples
Descriptive summary statistics for .
| 1 2 3 | 
| x | vector of values to be summarized. | 
| na.rm | logical, defaults to TRUE. | 
| digits | numeric, number of digits for rounding. | 
| type | default=1, an integer between 1 and 3 selecting one of
the algorithms for computing skewness detailed in
 | 
| ... | further arguments passed to other methods | 
Summary statistics applied to a vector or rows/columns of a matrix. For skewness and kurtosis:
NEG kurtosis = flat distribution (platykurtic)
POS kurtosis = peaked distribution (leptokurtic)
ZERO kurtosis ~ the normal distribution (mesokurtic)
NEG skewness indicates mean < median (left-skewed)
POS skewness indicates mean > median (right-skewed)
For describe, a list with descriptive statistics: 
mean = mean
sd = standard deviation
var = variance
sem = standard error of the mean
cv = coefficient of variation
n = count of real elements
NAs = count of NA elements
skw = skewness
krt = kurtosis
min = minimum value
max = maximum value
For mx_describe, a list of two items showing row and column
summaries, each containing the above items.
| 1 2 3 4 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.