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
'IPW' requires observed outcome values and predicted treatment probabilities. 'REGADJ' requires predicted counterfactual outcome values. 'AIPW' is a doubly robust method that requires observed outcomes, predicted treatment probabilities, and predicted counterfactual outcomes.
The 'dataSourceOptions' subparameter (aliases: 'options', 'dataSource') within 'modelTable' is used to specify various data source options for the input model table.
The factmac action is designed to learn a factorization machine model.
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).
When 'includeMissing' is set to True, which is the default, missing values are included in the determination of group-by values.