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 `assess` action in the Percentile action set is a powerful tool for evaluati...
The `uniTimeSeries.esm` action provides exponential smoothing models for univari...
The alterTable action allows for modifying the metadata and properties of an in-...
Yes, 'recLen' is a required parameter. It specifies the length, in bytes, for a single row of the table being added.
specify true to use a C4.5 pruning method for classification trees or minimal cost-complexity pruning for regression trees. Default: FALSE
Outlier handling is managed through several parameters. Setting 'outliers' to TRUE enables their calculation. The 'whiskerPercentile' parameter defines the range for whiskers (e.g., a value of 10 sets whiskers at the 10th and 90th percentiles). Additionally, 'nOutBins' can be used to bin the outliers, and 'nOutLimit' specifies the maximum number of outlier values to return.
You can specify the following copula types: "CLAYTON", "FRANK", "GUMBEL", "NORMAL", or "T". The default is "NORMAL".
The 'inputs' parameter specifies the input variables for the analysis. It takes a list of objects, each defining attributes like 'format', 'formattedLength', 'label', 'name' (required), 'nfd', and 'nfl' for an input variable.