getVarNames: Return slot 'VarNames' from the input object

Description Usage Arguments Value

Description

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.

Usage

 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)

Arguments

object

Object of class ObsErrorSTDParam, ErrorProbParam or PredValueTSParam .

Value

Character vector corresponding to the slot VarNames of the input parameter.


david-salgado/contObsPredModelParam documentation built on Nov. 7, 2019, 5:45 p.m.