powered by
Calculate useful statistics for an multivariate data.
Describe(data, digits = 2)
A tibble of statistics, including min, max, mean, sd, Q25, Q50, Q75, kurt, Skew, n, na
vector of observations
integer deciding the number of decimal places
swan <- rGarch(len = 180) Describe(tibble(a1 = swan, a2 = swan + 1), 2)
Run the code above in your browser using DataLab