Description Usage Arguments Value Author(s) Examples
View source: R/Equalities_Values.R
Calculates the percentage of repeated elements in a time series
1 | EqualitiesValues(series)
|
series |
A numeric vector (e.g. a time series) |
Percentage of repeated elements of a time series
Eduarda Chagas
1 2 3 | set.seed(123, kind = "Mersenne-Twister")
x <- runif(110000)
EqualitiesValues(series = x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.