Definition of the S4 class named ErrorProbMLEParam for the parameters of
the ML estimation of the probability of measurement error.
RawDataStQList object with the raw data.
EdDataStQList object with the edited data.
VarNamesCharacter vector with the names of the variables whose error probabilities are to be computed.
ImputationImputationParam object with the parameters to imputed missing values during the computation of the error probabilities.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # An empty contObsPredModelParam object:
new(Class = 'ErrorProbMLEParam')
## Not run:
ImpParam <- new(Class = 'MeanImputationParam',
VarNames = 'CifraNeg_13.___',
DomainNames = 'Tame_05._4.')
ErrorProbMLEParam <- new(Class = 'ErrorProbMLEParam',
RawData = FD.StQList,
EdData = FF.StQList,
VarNames = 'CifraNeg_13.___',
Imputation = ImpParam)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.