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 two mandatory parameters are 'table', which specifies the input table containing the image data, and 'casOut', which specifies the properties of the output table.
specifies the input variables to use in the analysis. For more information about specifying the inputs parameter, see the common casinvardesc parameter. Alias: input.
specifies the maximum number of iterations for percentile computation. Alias pctlMaxIters
specifies a seed value for random number generation. This value is used for repeatable random number generation in some scenarios. Default: 0
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.