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 cChart action produces a c-chart, which is a control chart for the number of...
The `listQKBLocales` action lists all the locales that are available for a speci...
The assessBias action calculates bias metrics for predictive models. This is a c...
The logisticCode action writes SAS DATA step code to compute predicted values of a fitted logistic regression model.
The "distinctCountLimit" parameter sets a limit (default is 10,000). If this limit is exceeded and the "misraGries" parameter is set to TRUE (which is the default), the action uses the Misra-Gries frequency sketch algorithm to estimate the distribution. Otherwise, the operation may be aborted.
The 'weight' parameter specifies a numeric weight variable used to compute the rank order score of a distinct grouping.
You must specify the source model using the `modelTable` parameter, which is a CAS table containing the model, and the `modelName` parameter, which identifies the specific model within that table.
The primary input tables are the `links` table, which defines the graph's link structure, and optionally, the `nodes` table, which provides information about the graph's nodes.