MTLEARN Procedure

TARGET Statement

  • TARGET variables <LEVEL=INTERVAL>;

The TARGET statement names the target variables. The targets must be of interval type and must be different from the variables in the INPUT statement. You must specify at least one target variable. Missing values in the target variables are allowed. You can specify the following option:

LEVEL=INTERVAL

specifies that the level of measurement of the variables is interval.

PROC MTLEARN currently accepts only interval target variables.

Last updated: August 06, 2026