getPriority: Return the units with their editing priority

Description Usage Arguments Value Examples

Description

getPriority extracts the slots UnitPriority and Units to return a data.table with each unit and its editing priority.

Usage

1
2
3
4
getPriority(object)

## S4 method for signature 'UnitPrioritization'
getPriority(object)

Arguments

object

Object of class UnitPrioritization.

Value

Numeric vector with the values of priority.

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/SelEditUnitPriorit documentation built on Nov. 19, 2019, 8:19 a.m.