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
The countregFitModel action analyzes regression models in which the dependent va...
The `globalReconcile` action, part of the `Reconcile Forecasts Action Set`, simu...
The flattenImages action converts an image table (containing binary image data) ...
The eig action is used to extract principal components by using the eigenvalue decomposition method.
Displays the default locale to use for data quality operations.
The association table is created by default. You can ensure its creation by setting the 'association' parameter to TRUE, which computes various rank correlation indices between predicted probabilities and observed responses.
The default input variable name (inputVarName) is "signal", and the default smoothed output variable name (smoothedVarName) is "output".
The 'method' parameter allows you to choose between two algorithms: "ITERATIVE" and "EXACT". The default method is "ITERATIVE", which is generally faster. "EXACT" provides precise results but may be slower.