modelPar.title: modelPar.title

Description Usage Arguments Details Value Author(s) See Also Examples

Description

set the title related parametres of the model

Usage

1
2
3
4
modelPar.title(modelPar = modelPar.default(), modelID = "",
  modelName = "", modelDesc = "")

setmodelPar.title(modelPar, modelID, modelName, modelDesc)

Arguments

modelPar

a modelPar object

modelID

string

modelName

string

modelDesc

string

Details

The different between modelPar.title and setmodelPar.title is that the all pars of the former have default values, and the latter have not. The former is ussually used to to build the modelPar integrally, and the latter is ussually used to set the parametre individually.

Value

a modelPar object

Author(s)

Ruifei.Yin

See Also

Other modelPar setting functions: modelPar.default, modelPar.factor, modelPar.time, modelPar.univ

Examples

1
2
modelPar <- modelPar.default()
modelPar.title(modelPar,modelID="M_000001",modelName="HS300-eqwgt-momentumn")

raphael210/RFactorModel documentation built on May 26, 2019, 11:06 p.m.