Description Usage Arguments Value
getVarNames extracts the slot VarNames of the input object.
In the case of objects of classes ObsErrorSTDParam and ErrorProbParam,
it returns the slot VarNames.
In the case of objects of class PredValueTSParam, it returns the VarNames
of the slot ImputationParam which contains the names of the variables to be imputed.
1 2 3 4 5 6 7 8 9 10 | getVarNames(object)
## S4 method for signature 'ObsErrorSTDParam'
getVarNames(object)
## S4 method for signature 'ErrorProbParam'
getVarNames(object)
## S4 method for signature 'PredValueTSParam'
getVarNames(object)
|
object |
Object of class ObsErrorSTDParam, ErrorProbParam or PredValueTSParam . |
Character vector corresponding to the slot VarNames of the input parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.