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

How does the action handle variables with a high number of unique values?

The 'distinctCountLimit' parameter (default: 10000) sets a threshold for the number of distinct values. If this limit is exceeded, the 'misraGries' parameter (default: True) determines whether to use the Misra-Gries algorithm to estimate the frequency distribution or to abort the operation.

See answer
On: analyzeMissingPatterns
What does the 'powerAdj' parameter do?

When set to True, the 'powerAdj' parameter adjusts the number of groups to ensure the Hosmer and Lemeshow test maintains adequate statistical power, which can be useful when the number of observations is low.

See answer
On: logisticLackfit
How can I limit the number of distinct groupings returned by the groupBy action?

You can limit the number of distinct groupings by using the 'resultLimit' parameter, which specifies the maximum number of distinct groupings to return. It accepts an integer value.

See answer
On: groupBy
What estimation methods can be used with the caEffect action?

You can specify the estimation method using the 'method' parameter. The available options are 'AIPW' (Augmented Inverse Probability Weighting), 'IPW' (Inverse Probability Weighting), 'REGADJ' (Regression Adjustment), and 'TMLE' (Targeted Maximum Likelihood Estimation).

See answer
On: caEffect
What is the purpose of the spc.mChart action?

The spc.mChart action produces charts of subgroup medians, which are used to analyze the central tendency of a process.

See answer
On: mChart