Description Usage Arguments Value Examples
Basic Statistics
1  | basic_stats(x, ...)
 | 
x | 
 Numeric Vector  | 
... | 
 Any parameters to be passed in a function  | 
Numeric Vector of length six: mean, sd, skewness, kurtosis, n, n_na
1 2 3  | set.seed(666)
x <- rnorm(10, 7, 1)
basic_stats(x)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.