The starting point for your SAS® CAS projects
Discover technical articles from the community
Snippets & Tutorials
FAQ & Help
Business Use Cases
Full Catalog & Examples
Preparation Scripts
SAS & Python Integration
News, tech watch and site updates
Participate in the life of the site
The 'aggregator' parameter specifies the aggregator for which the values of the weight variable are rolled up into a rank order score if a weight variable is specified. Aliases: agg. Default: SUM. Options include "MAX", "MEAN", "MIN", "N", and "SUM".
The 'isGrace' result is a Boolean value. You can access the value from results.isGrace.
The 'casOut' parameter specifies settings for an output table, including caslib, compress, indexVars, label, lifetime, maxMemSize, memoryFormat, name, promote, replace, replication, tableRedistUpPolicy, threadBlockSize, timeStamp, and where. For more information, see the common 'casouttable' parameter.
The 'nSubGroupVars' parameter specifies the number of variables in the inputs varlist whose values determine subgroups. Its aliases are 'nSubGroupVariables', 'nSubGroupCols', and 'nSubGroupColumns'. The default is 0, and the minimum value is 1.
The genmod Action fits generalized linear regression models. It provides actions for fitting linear, generalized linear, and logistic models.