DYNBNET Procedure
The OUTPUT statement creates a data table that contains the outgoing beliefs of hidden variables. Beliefs of interval variables differ by levels of nominal variables. This table provides the interval variable beliefs for the most probable levels of the nominal variables.
You must specify the following option:
-
OUT=libref.data-table
-
names the output data table for PROC DYNBNET to use. You must specify this option before any other options. libref.data-table is a two-level name, where
- libref
refers to a collection of information that is defined in the LIBNAME statement and includes the library, which includes a path to where the data table is to be stored, and a session identifier, which defaults to the active session but which can be explicitly defined in the LIBNAME statement. For more information about libref, see the section Using CAS Sessions and CAS Engine Librefs.
- data-table
specifies the name of the output data table.
Last updated: August 06, 2026