specifies the imputation technique for nominal variables.
MODE
replaces missing values with the mode. This technique applies to nominal variables.
VALUE
replaces missing values with the values specified in the valuesInterval and valuesNominal parameters....
specifies options for result tables. You can specify which result tables the server returns and how group-by results are handled.
Alias
tblOpts
The outputTableOptions value can be one or more of the following:
forceTableReturn=TRUE | FALSE
when set to True, result tables are returned to the client ...
specifies a prefix to apply to the names of output variables. If a variable named 'x' results in a new variable, the generated name is _x_. You can use this parameter and the suffix parameter at the same time.
specifies a suffix to apply to the names of output variables. If a variable named 'x' results in a new variable, the generated name is _x_. You can use this parameter and the prefix parameter at the same time....
specifies the table name, caslib, and other common parameters.
For more information about specifying the table parameter, see the common castable parameter....
Scores the input table and saves the scoring results as a table. For more information about specifying the casOut parameter, see the common casouttable parameter....
Specifies the settings for an output table that includes information about the results of the impute action. For more information about specifying the casOutImputeInformation parameter, see the common casouttable parameter. Alias: casOutImputeInfo....
Specifies the settings for generating SAS DATA step scoring code. For more information about specifying the code parameter, see the common codegen parameter....
Specifies the names of variables in the input table to use for identifying scored observations in the output table. The specified variables are copied to the output table....
When set to True, techForCont is VALUE or RANDOM, and casOut is not specified, the server returns the row count and missing count. This is done even if it requires an additional pass through the data. Leaving it False is efficient for large tables. Default: FALSE....
When set to True, the analysis variables from the input table that are specified in the vars parameter are copied to the output table. Default: FALSE....
Specifies the variables to use for the analysis. You can specify a subset of the variables from the input table. For more information about specifying the inputs parameter, see the common casinvardesc parameter. Alias: vars....
Specifies the imputation technique for interval variables. Be aware that you can specify numeric variables as nominal using the nomVarsIndices parameter. Alias: methodContinuous. Default: MEAN. Options: MAX (replaces missing values with the maximum value), MEAN (replaces missing values with the mean...
Specifies the imputation technique for nominal variables. Options: MODE (replaces missing values with the mode), VALUE (replaces missing values with the values specified in the valuesInterval and valuesNominal parameters)....
Specifies to treat the last nNomVars variables as nominal if you do not provide a value for the nomVarsIndices parameter. Minimum value (exclusive): 0....
Specifies options for result tables. You can specify which result tables the server returns and how group-by results are handled. Alias: tblOpts. Sub-parameters: forceTableReturn (when set to True, result tables are returned to the client even if the output is also saved as an output table. Default:...
Specifies a prefix to apply to the names of output variables. If a variable named 'x' results in a new variable, the generated name is _x_. You can use this parameter and the suffix parameter at the same time. Default: "imp"....
Specifies a suffix to apply to the names of output variables. If a variable named 'x' results in a new variable, the generated name is _x_. You can use this parameter and the prefix parameter at the same time....
Specifies the table name, caslib, and other common parameters. For more information about specifying the table parameter, see the common castable parameter....
specifies the settings for an output table. Alias: outTable. Long form: casout={name="table-name"}. Shortcut form: casout="table-name". The casouttable value can be one or more of the following:...
SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. ® indicates USA registration. WeAreCAS is an independent community site and is not affiliated with SAS Institute Inc.
This site uses technical and analytical cookies to improve your experience.
Read more.