Definition of the S4 class named ObsErrorSTDMLEParam for the parameters of
the ML estimation of the obervation error variance.
RawDataStQList object with the raw data.
EdDataStQList object with the edited data.
VarNamesCharacter vector with the names of the variables whose probability of measurement error are to be computed.
ImputationImputationParam object with the parameters to imputed missing values during the computation of the measurement error probabilities.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # An empty ObsErrorSTDMLEParam object:
new(Class = 'ObsErrorSTDMLEParam')
## Not run:
ImpParam <- new(Class = 'MeanImputationParam',
VarNames = 'CifraNeg_13.___',
DomainNames = 'Tame_05._4.')
ObsErrorSTDMLEParam <- new(Class = 'ObsErrorSTDMLEParam',
RawData = FD.StQList,
EdData = FG.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.