FTEST Subcommand (BAYES REGRESSION command)
FTEST
invokes (partial) F-tests. Multiple /FTEST subcommand are
allowed.
[LABEL = 'labelName']. Specify the optional label name. The value can be a string with a maximum length of 255 bytes. Only one label per /FTEST subcommand is allowed.
VARIABLES = varlist. Specify the covariates and factors to be tested. Must be a subset of COVARIATES and FACTORS. When no variables are specified, INTERCEPT must be TRUE.
INTERCEPT. Specify whether or not the intercept term is included in the test. FALSE is the default setting.
[TESTVALUES = values]. Specify the values to be tested. The number of values must match the number of parameters in the original model. If included, the first value must be specified for the intercept term. Assume all values are equal to 0 if not specified. The order of the test values must match the order of the variables specified by VARIABLES.