Sub Spreadsheet.StandardizeVariables( _
Variables As Variant, _
Optional selectionIncludeExpression As String = "", _
Optional selectionIncludeList As String = "", _
Optional selectionExcludeExpression As String = "", _
Optional selectionExcludeList As String = "", _
Optional weightVar As Integer = 0)
|
Which variable to standardize.
Type: Variant
- selectionIncludeExpression [in,optional]
The selection condition inclusion expression. Note that this parameter defaults to an empty string.
Type: String
Default value: ""
- selectionIncludeList [in,optional]
The selection condition inclusion list of cases. Note that this parameter defaults to an empty string.
Type: String
Default value: ""
- selectionExcludeExpression [in,optional]
The selection condition exclusion expression. Note that this parameter defaults to an empty string.
Type: String
Default value: ""
- selectionExcludeList [in,optional]
The selection condition exclusion list of cases. Note that this parameter defaults to an empty string.
Type: String
Default value: ""
Which variable to use as the weight variable. Note that this parameter defaults to 0, implying that no weight variable will be used.
Type: Integer
Default value: 0
|
This function does not return a value.
|