indClms: get the indicator columns

Description Usage Arguments Details Value Examples

Description

columns that do not have a corresponding column having its ending in "_wts" and do not have a do not have the same root name compared to each and every other *_wts column.

Usage

1
indClms(xTs = NULL)

Arguments

xTs

xts objectt

Details

CURRENTLYNOT USED

Value

column names

Examples

1
2
3
4
5
6
7
## Not run: 
# > require(xts)
# > xTs <- xts(matrix(1:3, ncol = 3, dimnames = list(NULL,c("a","b","b_wts"))),zoo::as.Date(0))[0]
# > indClms(xTs)
# [1] "a"

## End(Not run)

AndreMikulec/tradeModel documentation built on May 23, 2019, 8 p.m.