The starting point for your SAS® and Viya™ 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 fism action applies the FP-growth algorithm to identify frequent item sets w...
The addUserActionSetPath action adds a caslib to the user-defined action set sea...
The logisticCode action writes SAS DATA step code that can be used to compute pr...
No, the `completeBackup` action does not require any specific parameters. It is called without any arguments to flag the current backup process as complete.
Yes, you can omit the intercept by setting the "noInt" parameter to TRUE.
specifies an expression for subsetting the input data.
You can use the 'sum', 'mean', 'max', 'min', 'range', or 'nMiss' parameters to specify the variables for which you want to compute these statistics. The results are added as new variables to the output table.
specifies the missing policy to handle missing values. Default: USEINSEARCH. MACSMALL: specifies to treat the missing values for numeric variables as the smallest machine value and to treat missing values for nominal variables as a separate level. USEINSEARCH: specifies to incorporate missing values in the calculation of the worth of a splitting rule, and consequently to produce a splitting rule that associates missing values with a branch that maximizes the worth of the split.