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 countregFitModel action analyzes regression models in which the dependent va...
Fetches images from a CAS table and sends them to the client for display or furt...
The `countregViewStore` action allows for the inspection and display of a count ...
You can generate an output table with various statistics by using the 'output' parameter and specifying a CAS output table with 'casOut'. Within the 'output' parameter, you can request statistics such as predicted mean ('pred'), probability of the observed count ('prob'), and the linear predictor ('xbeta').
You must specify the source model using the `modelTable` parameter, which is a CAS table containing the model, and the `modelName` parameter, which identifies the specific model within that table.
specifies the settings for generating SAS DATA step scoring code. For more information about specifying the code parameter, see the common codegen parameter.
Specifies that you wish the action use a prespecified row ordering. This requires using the orderby and groupby parameters on a preliminary table.partition action call. Alias: reproducibleRowOrder. Default: FALSE.
Restores regression models from a binary large object (BLOB). Long form: `restore={name="table-name"}`. Shortcut form: `restore="table-name"`. The castable value can be one or more of the following: caslib, dataSourceOptions, name (required), whereTable (with sub-parameters casLib, dataSourceOptions, importOptions, name (required), vars, where).