The HPBNET Procedure

OUTPUT Statement

  • OUTPUT <options>;

The OUTPUT statement specifies the outputs from the procedure. You can use the following options in the OUTPUT statement.

FIT=SAS-data-set

names the SAS data set that contains the fit statistic (for example, the number of nodes and links of the network, and the Bayesian information criterion score of the network).

NETWORK=SAS-data-set

names the SAS data set that contains the network structure and the probability distributions.

PARAMETER=SAS-data-set

names the SAS data set that contains parameter values for the resulting model.

PRED=SAS-data-set

names the SAS data set that contains the predicted probabilities for the input data.

VALIDINFO=SAS-data-set

names the SAS data set that contains validation results.

VARINFO=SAS-data-set

names the SAS data set that contains the variable information such as number of levels, number of missing values, and so on.

VARLEVEL=SAS-data-set

names the SAS data set that contains the details of each level of the variables.

VARORDER=SAS-data-set

names the SAS data set that contains the order of the input variables.

VARSELECT=SAS-data-set

names the SAS data set that contains the variable selection results.

Last updated: May 25, 2022