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...
Computes various features for audio files loaded into a CAS table. This action i...
The `buildSurface` action uses the marching cubes algorithm to create a 3D surfa...
Yes, `includeMissing=TRUE` specifies that groups with a missing value in a groupBy variable are included in the `casOut` table. The default is `FALSE`.
The 'on' parameter can be set to TRUE or FALSE. The default value is FALSE.
The 'minGroupsLL' parameter specifies the minimum number of groups required for using post-read parallel algorithms. The default is 100000, and the minimum value is 1.
specifies the table to store the generated aStore model. For more information about specifying the saveState parameter, see the common casouttable parameter.
You can specify criteria using the "type" parameter within the "criteria" list. Valid types include "EIGENVALUE" (minimum eigenvalue), "MAP2" (minimum average squared partial correlation), "MAP4" (minimum average fourth-power partial correlation), "PARALLEL" (parallel analysis), and "PROPORTION" (proportion of variance explained).