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

What is the primary purpose of the `phreg.cox` action?

The `phreg.cox` action is used to fit a Cox proportional hazards regression model for survival data.

See answer
On: cox
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
What does the 'position' parameter do?

The 'position' parameter specifies to filter records for the output table, including only records that match the specified value in the _Position_ column. The default is -1, and the minimum value is 1.

See answer
On: groupByInfo
What is the purpose of the logisticAssociation action?

The logisticAssociation action computes indices of rank correlation between predicted probabilities and observed responses, which are used for assessing the predictive ability of a model.

See answer
On: logisticAssociation
What are the mandatory parameters for the buildSurface action?

The buildSurface action requires three mandatory parameters: 'images' to specify the input image table, 'outputFaces' to define the output table for surface faces, and 'outputVertices' to define the output table for surface vertices.

See answer
On: buildSurface