AbsLossErrorMomentParam-class: S4 class for the parameters of the computation of moments of...

Description Slots Examples

Description

Definition of the S4 class named AbsLossErrMomParam for the parameters for the computation of error moments using an absolute value loss function in the optimization approach to selective editing.

Slots

VarNames

Character vector with the names of the variables whose moments of measurement error are to be computed.

Homoskedastic

TRUE (default) or FALSE indicating whether to use a homoskedastic or heteroskedastic model.

Imputation

ImputationParam object with the parameters to impute missing values during the computation of the moments of measurement error.

Examples

1
2
3
AbsLossPar <- new(Class = 'AbsLossErrorMomentParam',
                  VarNames =  c("CifraNeg_13.___", "Personal_07._2.__"),
                  Homoskedastic = c(FALSE, FALSE))

david-salgado/SelEditErrorMoment documentation built on July 31, 2019, 11:32 p.m.