getDomainNames: Return slot 'DomainNames' from the input object.

Description Usage Arguments Value

Description

getDomainNames extracts the slot DomainNames, the names of the variables determining the domains over which to compute the imputation method of missing values, of the input object.

In the case of objects of classes ObsErrorSTDParam and ErrorProbParam, it returns the DomainNames of the slot Imputation.

In the case of objects of class PredValueTSParam, it returns the DomainNames of the slot ImputationParam.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
getDomainNames(object)

## S4 method for signature 'ObsErrorSTDParam'
getDomainNames(object)

## S4 method for signature 'ErrorProbParam'
getDomainNames(object)

## S4 method for signature 'PredValueTSParam'
getDomainNames(object)

Arguments

object

Object of class ObsErrorSTDParam, ErrorProbParam or PredValueTSParam.

Value

character vector corresponding to the slot DomainNames of the input parameter.


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