getRegressands: Return the regressands for the meaurement error models from...

Description Usage Arguments Value Examples

Description

getRegressands extracts the component Regressands from the slot VarRoles of the input object.

Usage

1
2
3
4
getRegressands(object)

## S4 method for signature 'categObsPredModelParam'
getRegressands(object)

Arguments

object

Object of class categObsPredModelParam.

Value

Character vector with the names of the regressands.

Examples

1
2
3
4
5
6
7
8
## Not run: 
source('R:/USIE/Proyecto_DepSel_VarQual/datos/PreparacionStQsAnalisis.R', encoding = 'UTF-8')
fitPar <- new(Class = 'fitParam', edData = ff_2011_model.StQ, rawData = fd_2011_model.StQ,
              selection = FALSE,  formula = 'Ocupacion_35.__11.1.3._ ~ ActivEcono_35.__2.1.1._',
              selParam = list())
getEdData(fitPar)

## End(Not run)

david-salgado/categObsPredModelParam documentation built on Dec. 3, 2020, 1:42 p.m.