?> Home - WeAreCAS

Explore. Share. Code.

The starting point for your SAS® CAS projects

CAS Actions

Full Catalog & Examples

Data Sets

Data preparation scripts

Q&A Base

FAQ & Help

Scenarios

Business Use Cases

Random FAQ

What are the burn-in and sampling iterations and how are they controlled?

The process involves a burn-in phase followed by the main sampling phase. The 'nBI' parameter sets the number of burn-in iterations (default 100), which are discarded. The 'nMC' parameter specifies the number of subsequent MCMC iterations that are saved for prediction (default 1000).

See answer
On: bartProbit
How can I copy variables from the input data table to the output table?

Use the `copyVars` parameter to specify a list of one or more variables to be copied from the scoring table to the output table.

See answer
On: bartScore
What is the function of the 'modelId' parameter?

The 'modelId' parameter specifies a variable name for the model ID that will be included in the generated DATA step scoring code. By default, if not specified, the variable name is prefixed with 'ANN_' followed by the target variable name.

See answer
On: annCode
What is the purpose of the bart.bartGauss action?

The bart.bartGauss action fits Bayesian additive regression trees (BART) models to normally distributed response data.

See answer
On: bartGauss
What are the options for the 'fmtSearch' parameter?

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).

See answer
On: addFmtLib