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 'clique' action finds maximal cliques in a graph. A clique is a subgraph whe...
The `copyModelExternal` action allows for the duplication of an analytic model, ...
The metrics action is used to display performance metrics for each subsequent ac...
The 'level' parameter can be set to one of the following string values: "ALL", "DEBUG", "ERROR", "FATAL", "INFO", "TRACE", or "WARN". It can also be set to "NULL" to inherit the level from the parent logger, or "OFF" to disable the logger.
Yes, by setting the `no3SigmaCheck` parameter to True, you can enable tests for special causes even when the control limits are not the standard three-sigma limits.
The 'id' parameter is used to specify the results ID, which is a 64-bit integer. The default value is 0.
specifies bin boundaries at quantiles of numerical inputs instead of bins of equal width. Aliases: qbin, qtbin. Default: TRUE.
The 'criterion' parameter lets you specify the model selection criterion. Available options are 'AIC' (Akaike Information Criterion), 'AICC' (Corrected Akaike Information Criterion), 'BIC' (Bayesian Information Criterion), and 'LOGL' (Log-Likelihood).