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
You can specify the number of principal components to use by setting the "npc" parameter within the "output" list. The default value is 4.
defines a set of variables that are treated as a single effect that has multiple degrees of freedom. The collection value can be one or more of the following:details=TRUE | FALSEwhen set to True, requests a table that shows additional details that are related to this effect.DefaultFALSE* name="string"specifies the name of the effect.* vars={"variable-name-1" } specifies a set of variables that are treated as a single effect that has multiple degrees of freedom. The columns in the design matrix that are contributed by a collection effect are the design columns of its constituent variables in the order in which they appear in the definition of the collection effect.
Yes, by setting the `no3SigmaCheck` parameter to True, you can enable tests for special causes even when the control limits are not the standard three-sigma limits.
Use absolute of frequencies, useful when frequency data are correlations. Alias: absFrequency. Default: FALSE.
A connected component of a graph is a subgraph in which any two vertices are connected to each other by paths, and which is connected to no additional vertices in the supergraph. For a directed graph, there are weakly and strongly connected components.