The HPBNET Procedure

INPUT Statement

  • INPUT variables </LEVEL=level > ;

The INPUT statement specifies one or more variables as input variables. You can specify multiple INPUT statements. PROC HPBNET does not support duplicate input variables. If the INPUT statement contains a duplicate variable, PROC HPBNET returns an error message and then exits. You can specify the following option in each INPUT statement:

LEVEL=NOM | INT
LEVEL=NOMINAL | INTERVAL

specifies the type of all the variables in the current INPUT statement. You can specify the following options:

NOM

treats all the variables in the current INPUT statement as nominal variables.

INT

treats all the variables in the current INPUT statement as interval variables.

By default, LEVEL=NOM.

Last updated: May 25, 2022