UnitPrioritizationParam-class: S4 class for the parameters of the prioritization of units

Description Slots Examples

Description

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

Slots

UnitScFunction

Character vector of length 1 with the name of the unit (global) score function.

ScFunctionParam

Named list with the parameters for the unit score function.

DesignW

Named list with the design weights of each variable with item score.

Examples

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

## Not run: 
UnitPriorParam <- new(Class = 'UnitPrioritizationParam',
                      UnitScFunction = 'SelEditFunctions::MinkUnitSc',
                      ScFunctionParam =  list(alpha = 1, Weights = 1))


## End(Not run)

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