Learn R Programming

Greg (version 1.2)

prCaGetImputationCols: Function for retrieving the imputation arguments

Description

Function for retrieving the imputation arguments

Usage

prCaGetImputationCols(impute_args, output_mtrx, model, data)

Arguments

impute_args
The imputation arguments from printCrudeAndAdjustedModel function call.
output_mtrx
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.
model
The imputation model. Currently only fit.mult.impute is supported by the function.
data
The data that has been used for generating the model.

Value

matrix Returns a matrix with the requested columns

See Also

Other printCrudeAndAdjusted functions: prCaAddRefAndStat, prCaAddReference, prCaAddUserReferences, prCaGetRowname, prCaGetVnStats, prCaPrepareCrudeAndAdjusted, prCaReorderReferenceDescribe, prCaReorder, prCaSelectAndOrderVars, prCaSetRownames, printCrudeAndAdjustedModel