Explore. Share. Code.

The starting point for your SAS® and Viya™ projects

Articles
Technical Articles

Discover technical articles from the community

Code SAS
SAS® Code

Snippets & Tutorials

FAQ
Q&A Base

FAQ & Help

Scenarios
Scenarios

Business Use Cases

CAS Actions
CAS Actions

Full Catalog & Examples

Data Step
Data Step

Preparation Scripts

Python
Python

SAS & Python Integration

Blog
Blog

News, tech watch and site updates

Join the community

Participate in the life of the site

Community by the numbers

0
Documented Actions
0
Code Examples
0
Articles Techniques
0
Scénarios Métiers
0
Solved Questions

Random FAQ

How are nominal variables specified in genmod Action?

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.

See answer
On: genmod
model.model.computedOnDemand

When set to True, creates the computed variables when the table is loaded instead of when the action begins. Alias: compOnDemand, Default: FALSE.

See answer
On: IdentifySpeakers
outputTableOptions

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.

See answer
On: highCardinality
model.attributes.vars

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.

See answer
On: IdentifySpeakers
Which model selection criterion can be used in the mbcFit action to find the best model?

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).

See answer
On: mbcFit