Describe | R Documentation |
Calculate useful statistics for an multivariate data.
Describe(data, digits = 2)
data |
vector of observations |
digits |
integer deciding the number of decimal places |
A tibble of statistics, including min, max, mean, sd, Q25, Q50, Q75, kurt, Skew, n, na
swan <- rGarch(len = 180) Describe(tibble(a1 = swan, a2 = swan + 1), 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.