numberOfTrendingElement: Number of Trended Elements

Description Usage Arguments Value Examples

Description

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).

Usage

1

Arguments

...

The objects

Value

A vector of the number of trended symbols in the ith position.

Examples

1
2
3
numberOfTrendingElement(c("M","","","T",""),
                        c("M", "T", "M", "T", ""),
                        c("C", "C", "T", "T", "T"))

SWS-Methodology/faoswsAupus documentation built on May 9, 2019, 11:45 a.m.