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 copulaFit action estimates the parameters for a specified copula type. Copul...
Lists tokens for a given definition and locale within a specified Quality Knowle...
The logisticLackfit action computes the Hosmer and Lemeshow goodness-of-fit test...
You can use the `pred`, `resid`, `lcl` (lower credible limit), and `ucl` (upper credible limit) parameters to name the respective output statistics columns.
The 'format' parameter specifies whether the MPS file content is in fixed or free format. The possible values are 'FIXED' or 'FREE', with 'FIXED' being the default.
Specifies an array of histogram request packages to be processed by the action. You can match request packages to analysis variables with the nArgsForEachVar and varsToArgsMap parameters. Alias is reqPacks.
It specifies the distinct count limit. If this limit is exceeded and the misraGries parameter is set to True, the Misra-Gries frequency sketch algorithm is used to estimate the frequency distribution. The default value is 10000.
Controls how to map values that fall at the boundary between consecutive bins. LEFT enables you to express the bins with [], (], ..., (] notation. RIGHT enables [), [), ..., [] notation. Default is RIGHT.