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
Specifies the name for the variable.
specifies the minimal absolute tolerance at which an iteration stops.Default0.001Minimum value1E-12
The 'fmtSearch' parameter specifies how the new format library is added to the session's format search order. The options are: 'APPEND' (adds it to the end of the search list, default), 'INSERT' (adds it to the beginning of the search list), 'REPLACE' (replaces the entire search list with this library), and 'NONE' (adds the library without modifying the search list).
The boxPlot action is used to calculate quantiles, high and low whiskers, and outliers for statistical analysis, which are the fundamental components of a box plot.
Set the 'association' parameter to True to compute various measures of association between the row and column variables of the crosstabulation. The default is False.