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 `countregViewStore` action allows for the inspection and display of a count ...
The `glm` action fits linear regression models using the method of least squares...
Computes independent components by using the fastICA method. This action separat...
You can use the "partByFrac" parameter to randomly assign proportions of observations to roles, or the "partByVar" parameter to assign roles based on the values of a specific variable.
Specifies the weight variable.
The `docId` parameter specifies the variable in the input data table that contains the document ID. Its default value is "_document_".
specifies the length of the format precision.
The 'WOE' (Weight of Evidence) method groups variables by maximizing the Information Value (IV). Key options include 'woeAdjust' to handle bins with zero events or non-events, and 'woeDefinition' which can be set to 'EVENT' (ln(event/non-event)) or 'NONEVENT' (ln(non-event/event)).