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 `eig` action performs Principal Component Analysis (PCA) using the eigenvalu...
The `connectedComponents` action finds the connected components of a graph. In g...
The brScore action scores text data based on a set of Boolean rules. These rules...
The maxResponseLevels parameter specifies the maximum number of levels allowed for a multinomial response. The default is 100, and the minimum value is 2.
You can use the 'whereTable' sub-parameter within the 'rstore' parameter definition. This specifies an input table containing rows to be used as a WHERE filter.
specifies the number of iterations for the variational Bayesian (VB) inference.
The 'includeMissing' parameter, when set to True, includes missing values in the determination of distinct values in group-by analysis. Default: TRUE.
The required parameters are 'idVariable', which specifies the variable used to group the target variable into baskets, 'table', which specifies the input data table, and 'tgtVariable', which specifies the target nominal variable for the analysis.