DescribeVector | R Documentation |
Calculate useful statistics for an univariate data.
DescribeVector(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) DescribeVector(swan)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.