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

missing

specifies the missing policy to handle missing values. Default: USEINSEARCH MACSMALL: specifies to treat the missing values for numeric variables as the smallest machine value and to treat missing values for nominal variables as a separate level. USEINSEARCH: specifies to incorporate missing values in the calculation of the worth of a splitting rule, and consequently to produce a splitting rule that associates missing values with a branch that maximizes the worth of the split.

See answer
On: forestTrain
How can I specify the graph's directionality?

You can use the 'direction' parameter. Set it to 'DIRECTED' for directed graphs where flow is from a source to a sink node, or 'UNDIRECTED' for undirected graphs where flow can be in either direction.

See answer
On: minCostFlow
What is the primary function of the featureMachine action?

The featureMachine action serves as an automated feature transformation and generation engine. It is designed to automate data science workflows by exploring, executing, and ranking machine learning pipelines.

See answer
On: featureMachine
What are the essential parameters to run a basic Cox regression model?

To run a basic analysis, you must specify the input data table using the `table` parameter and define the model structure using the `model` parameter, which includes specifying the dependent variable (time-to-event) and explanatory variables.

See answer
On: cox
What is the 'table.whereTable.dataSourceOptions' subparameter?

The 'table.whereTable.dataSourceOptions' subparameter specifies data source options. Aliases: options, dataSource. For more information about specifying the dataSourceOptions parameter, see the common dataSourceOptions parameter.

See answer
On: groupBy