defaultSectorAttr: defaultSectorAttr

Description Usage Arguments Value Examples

Description

get the sectorAttr list.

Usage

1
2
defaultSectorAttr(type = c("ind", "fct", "ind_fct", "fct_ind"),
  ind_std = 33, ind_level = 1, fct_std = list(fl_cap()), fct_level = 3)

Arguments

type

Currently supporting types : ind, fct, ind_fct, fct_ind

ind_std

vector of integer.

ind_level

vector of integer

fct_std

a FactorLists object

fct_level

vector of integer. The number of fct splitted groups.

Value

A sectorAttr object. A list with two items:

Examples

1
2
3
4
5
6
7
defaultSectorAttr()
defaultSectorAttr("ind",ind_std=c(3,33))
defaultSectorAttr("fct") 
defaultSectorAttr("ind_fct")
defaultSectorAttr("fct_ind")
defaultSectorAttr("ind_fct",fct_level=5)
defaultSectorAttr("ind_fct",fct_std = RFactorModel::buildFactorLists_lcfs(c("F000001","F000006")),fct_level=c(2,3))

QuantAndrew/QDataGet documentation built on May 14, 2019, 7:35 a.m.