Function for retrieving the imputation arguments
prCaGetImputationCols(impute_args, output_mtrx, model, data)
matrix
Returns a matrix with the requested columns
The imputation arguments from printCrudeAndAdjustedModel
function call.
The reordered groups matrix (a nx4 matrix)
that have been prepared in for the printCrudeAndAdjustedModel
function. It is important that the references
if any have been added.
The imputation model. Currently only fit.mult.impute
is supported by the function.
The data that has been used for generating the model.
Other printCrudeAndAdjusted functions:
prCaAddRefAndStat()
,
prCaAddReference()
,
prCaAddUserReferences()
,
prCaGetRowname()
,
prCaGetVnStats()
,
prCaPrepareCrudeAndAdjusted()
,
prCaReorderReferenceDescribe()
,
prCaReorder()
,
prCaSelectAndOrderVars()
,
prCaSetRownames()