ProcessMD Members

These members are related to Missing Data (MD) processor object.

Functions

Name Description
Reset Resets all parameters.
Run Runs the MD detection and recoding process. Return value: Spreadsheet.

Properties

Name Description
CopyFormatting Sets/Gets the flag controlling how to treat formatting. Return/assignment value: Boolean.
Counts Returns the count of MD values per variable having been recoded. Return value: Variant. This property is read only.
Frequencies Sets/Gets the frequency values associated with the flagging of MD. Return/assignment value: Variant.
InputVariables Sets/Gets the input variables to process for the attached spreadsheet. Return/assignment value: Variant.
MDValues Sets/Gets the list of missing data values, to all variables in the passed list, to be used to identify missing data. Return/assignment value: Variant.
NonNumericAsMD Sets/Gets the flag controlling how to treat non-numeric data in a numeric field. Return/assignment value: Boolean.
OutputVariables Sets/Gets the output variables to be output to the resultant spreadsheet. Return/assignment value: Variant.
RecodeActions Sets/Gets the list of actions, 1 per input variable, on how to recode identified MD. Return/assignment value: Variant.
RecodeValues Sets/Gets the list of values, 1 per input variable, used for recoding MD to a fixed value. Return/assignment value: Variant.
SelectionConditionExcludeExpression Sets/Gets the attached selection condition exclude expression to use in conjunction with other spreadsheet selection condition processing. Return/assignment value: String.
SelectionConditionExcludeList Sets/Gets the attached selection condition exclude list to use in conjunction with other spreadsheet selection condition processing. Return/assignment value: String.
SelectionConditionIncludeExpression Sets/Gets the attached selection condition include expression to use in conjunction with other spreadsheet selection condition processing. Return/assignment value: String.
SelectionConditionIncludeList Sets/Gets the attached selection condition include list to use in conjunction with other spreadsheet selection condition processing. Return/assignment value: String.
Spreadsheet Sets/Gets the dataset to the process MD object. Return/assignment value: InputSpreadsheet.
UseSelectionConditions Sets/Gets the flag controlling the usage of attached spreadsheet selection conditions during the processing. Return/assignment value: Boolean.
UseWeights Sets/Gets the flag controlling the usage of attached spreadsheet weights during the processing. Return/assignment value: Boolean.
WhiteSpaceAsMD Sets/Gets the flag controlling how to treat white space in a textual field. Return/assignment value: Boolean.