Nominal variables (other than dichotomous) must be treated quite
differently than ordinal variables. Any multinomial variables in the
data set (such as religion coded 1 for Catholic, 2 for Jewish, and 3
for Protestant) must be specified to
using the
_AMnoms global. Setting _AMnoms to ``2 5'' for
example will tell
to treat the second and fifth variables in
the dataset as multinomial.
For a
-category multinomial variable,
will find
(as
long as your data contain at least one value in each category), and
substitute
binary variables to specify each possible category.
These new
variables will be treated as the other variables in
the multivariate normal imputation method chosen, and receive
continuous imputations. These continuously valued imputations will
then be appropriately scaled into probabilities for each of the
possible categories, and one of these categories will be drawn, where
upon the original
-category multinomial variable will be
reconstructed and returned to the user. Thus all imputations will be
appropriately multinomial.
Since
properly treats a
-category multinomial variable as
variables, one should understand the number of parameters that
are quickly accumulating if many multinomial variables are being used.
If the square of the number of real and constructed variables is large
relative to the number of observations, the user is recommended to
implement a ridge prior distribution on the parameter space (see
Section 7.1). (Note: The global option
_AMempri=-3 does not currently work if multinomial variables
are identified to
, and _AMstart can only be set to
1, its default, or 2.)