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
Loads an action set in new sessions automatically....
Provides administrative access to all personal caslibs (CASUSER and CASUSERHDFS)...
The `countregViewStore` action allows for the inspection and display of a count ...
Nominal variables for analysis are specified using the nominals parameter, which accepts a list of casinvardesc structures. Each structure defines attributes like format, formattedLength, label, name (required), nfd, and nfl for a variable.
When set to True, creates the computed variables when the table is loaded instead of when the action begins. Alias: compOnDemand, Default: FALSE.
specifies options for result tables. You can specify which result tables the server returns and how group-by results are handled. Alias: tblOpts. The outputTableOptions value can be one or more of the following: forceTableReturn: when set to True, result tables are returned to the client even if the output is also saved as an output table. Default: FALSE. tableNames: specifies the names of result tables to generate. By default, all result tables are returned. Alias: outputTables.
Specifies the variables to use in the action. The casinvardesc value can be one or more of the following: format, formattedLength, label, name (required), nfd, nfl.
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).