UnitPrioritization-class: S4 class for the prioritization of units

Description Slots Examples

Description

Definition of the S4 class named UnitPrioritization for the unit prioritization in the optimization approach to selective editing.

Slots

Domains

data.table with a row per domain with the values of the variables determining the domains of the data set.

Units

List of data.tables with as many components as domains (in the same order of the rows of slot Domains) with every unit per domain.

UnitScores

List with as many components as domains (in the same order of the rows of slot Domains) with the scores of each unit (in the same order of the corresponding data.table in slot Units).

UnitPriority

List with as many components as domains (in the same order of the rows of slot Domains) with the priority of each unit (in the same order of the corresponding data.table in slot Units).

PriorityInfo

Object of class StQ with complementary information about the prioritization of units.

Examples

1
2
3
4
5
6
7
8
# An empty UnitPrioritization object:
new(Class = 'UnitPrioritization')

## Not run: 
UnitPriorParam <- new(Class = 'UnitPrioritization')


## End(Not run)

david-salgado/SelEditUnitPriorit documentation built on Nov. 19, 2019, 8:19 a.m.