Description Usage Arguments Value Examples
This function takes several inputs, typically vectors, and returns a vector whose ith element specifies the number of input vectors with symbol equal to "T" in the ith position (which denotes a trended estimate).
1 |
... |
The objects |
A vector of the number of trended symbols in the ith position.
1 2 3 | numberOfTrendingElement(c("M","","","T",""),
c("M", "T", "M", "T", ""),
c("C", "C", "T", "T", "T"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.