The starting point for your SAS® CAS 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 `buildSurface` action uses the marching cubes algorithm to create a 3D surfa...
The `eig` action performs Principal Component Analysis (PCA) using the eigenvalu...
This action imports a Quality Knowledge Base (QKB) from a CAS library. It provid...
To perform a two-way tabulation, you must specify both the 'row' parameter for the row variable and the 'col' parameter for the column variable.
specifies that Analytics of Vertices are to be performed. Results will be put into the vertices5= and edges5= tables. Default: FALSE.
The casOut parameter specifies the CAS table where the analysis results will be stored. It can include options such as the caslib, index variables, lifetime, memory format, name, promote status, replace status, and table redistribution policy.
You can specify the number of principal components to use by setting the "npc" parameter within the "output" list. The default value is 4.
You can specify classification variables using the "class" parameter. This parameter allows you to define options such as the parameterization method ("param"), the reference level ("ref"), and the sort order ("order") for the categorical variables.